Home
last modified time | relevance | path

Searched defs:alt (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterInfos_mips.h33 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3) \ argument
47 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
57 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
66 #define DEFINE_MSA(reg, alt, kind1, kind2, kind3, kind4) \ argument
75 #define DEFINE_MSA_INFO(reg, alt, kind1, kind2, kind3, kind4) \ argument
DRegisterInfos_mips64.h27 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
36 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
45 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
DRegisterInfos_riscv64.h49 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
58 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) DEFINE_FPR_ALT(reg, alt, 8, generic_kind) argument
60 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \ argument
DRegisterInfos_s390x.h25 #define DEFINE_GPR(name, size, offset, alt, generic) \ argument
33 #define DEFINE_GPR_NODWARF(name, size, offset, alt, generic) \ argument
DRegisterInfos_loongarch64.h47 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
56 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) \ argument
DRegisterInfos_powerpc.h20 #define DEFINE_GPR(reg, alt, lldb_kind) \ argument
DRegisterContextWindows_i386.cpp39 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
DRegisterInfos_i386.h61 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
DRegisterInfos_ppc64.h25 #define DEFINE_GPR_PPC64(reg, alt, lldb_kind) \ argument
36 #define DEFINE_FPR_PPC64(reg, alt, lldb_kind) \ argument
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dcheck-init.c639 struct alternatives alt; local
654 struct alternatives *alt = alternatives; local
669 struct alternatives alt; local
681 struct alternatives *alt = alternatives; local
690 struct alternatives alt; local
709 struct alternatives *alt = alternatives; local
726 struct alternatives alt; local
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DCustomizableOptional.h89 template <typename U> constexpr T value_or(U &&alt) const & { in value_or()
97 template <typename U> T value_or(U &&alt) && { in value_or()
/openbsd/src/lib/libedit/
Dmap.c987 el_action_t *alt = el->el_map.alt; in map_init_meta() local
1027 el_action_t *alt = el->el_map.alt; in map_init_vi() local
1058 el_action_t *alt = el->el_map.alt; in map_init_emacs() local
Dmap.h53 el_action_t *alt; /* The current alternate key map */ member
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
DRegisterContextWindows_x86.cpp28 #define DEFINE_GPR(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatHexUppercase argument
29 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatBinary argument
/openbsd/src/usr.sbin/ldpd/
Daddress.c183 struct address_list_tlv alt; in recv_address() local
321 struct address_list_tlv alt; in gen_address_list_tlv() local
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
DToText.pm16 sub alt { shift->_perldoc_elem('alt' , @_) } subroutine
DToANSI.pm15 sub alt { shift->_perldoc_elem('alt' , @_) } subroutine
DToTerm.pm16 sub alt { shift->_perldoc_elem('alt' , @_) } subroutine
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dsigaltstack.c84 struct sigaltstack alt; in main() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/
DRegisterContextWindows_x64.cpp27 #define DEFINE_GPR(reg, alt, generic) \ argument
35 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 8, 0, eEncodingUint, eFormatBinary argument
/openbsd/src/regress/lib/libtls/verify/
Dverifytest.c407 alt_names_add(STACK_OF(GENERAL_NAME) *alt_name_stack, struct alt_name *alt) in alt_names_add()
/openbsd/src/sys/ddb/
Ddb_output.c204 db_format(char *buf, size_t bufsize, long val, int format, int alt, int width) in db_format()
/openbsd/src/lib/libcurses/tinfo/
Dlib_win32con.c248 HANDLE alt; in _nc_console_setmode() local
308 HANDLE alt; in _nc_console_getmode() local
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgensupport.c569 alter_predicate_for_insn (pattern, alt, max_op, lineno) in alter_predicate_for_insn() argument
707 alter_output_for_insn (ce_elem, insn_elem, alt, max_op) in alter_output_for_insn() argument
/openbsd/src/usr.bin/rpcgen/
Drpc_cout.c234 char *alt = NULL; local

123