| /src/crypto/external/apache2/openssl/dist/crypto/sm3/ |
| sm3_local.h | 97 #define EXPAND(W0, W7, W13, W3, W10) \
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_comp_test.c | 21 #define EXPAND 0
|
| /src/crypto/external/bsd/openssl/dist/crypto/sm3/ |
| sm3_local.h | 51 #define EXPAND(W0,W7,W13,W3,W10) \
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
| sm3_local.h | 50 #define EXPAND(W0,W7,W13,W3,W10) \
|
| /src/external/bsd/libbind/dist/irs/ |
| lcl_pw.c | 294 #define EXPAND(e) if ((e = t) == NULL) return (0); else \ 298 EXPAND(pvt->passwd.pw_name); 299 EXPAND(pvt->passwd.pw_passwd); 303 EXPAND(pvt->passwd.pw_class); 304 EXPAND(pvt->passwd.pw_gecos); 305 EXPAND(pvt->passwd.pw_dir); 306 EXPAND(pvt->passwd.pw_shell);
|
| /src/external/gpl2/groff/dist/src/preproc/tbl/ |
| table.h | 138 EXPAND = 02,
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_osfp.c | 555 /* We expand #-# or #.#-#.# version/subtypes into multiple fingerprints */ 556 #define EXPAND(field) do { \ 600 /* We allow "#-#" as a version or subtype and we'll expand it */ 601 EXPAND(fp_os.fp_version_nm); 602 EXPAND(fp_os.fp_subtype_nm);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| AVRExpandPseudoInsts.cpp | 1 //===-- AVRExpandPseudoInsts.cpp - Expand pseudo instructions -------------===// 62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 128 assert(ExpandCount < 10 && "pseudo expand limit reached"); 259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) function in class:__anon4802::AVRExpandPseudo 369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 384 bool AVRExpandPseudo::expand<AVR::EORWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 389 bool AVRExpandPseudo::expand<AVR::COMWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 419 bool AVRExpandPseudo::expand<AVR::NEGWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 457 bool AVRExpandPseudo::expand<AVR::CPWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 490 bool AVRExpandPseudo::expand<AVR::CPCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 525 bool AVRExpandPseudo::expand<AVR::LDIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 574 bool AVRExpandPseudo::expand<AVR::LDSWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 618 bool AVRExpandPseudo::expand<AVR::LDWRdPtr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 667 bool AVRExpandPseudo::expand<AVR::LDWRdPtrPi>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 698 bool AVRExpandPseudo::expand<AVR::LDWRdPtrPd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 729 bool AVRExpandPseudo::expand<AVR::LDDWRdPtrQ>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 784 bool AVRExpandPseudo::expand<AVR::LPMWRdZ>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 832 bool AVRExpandPseudo::expand<AVR::LPMWRdZPi>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 930 bool AVRExpandPseudo::expand<AVR::AtomicLoad8>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 935 bool AVRExpandPseudo::expand<AVR::AtomicLoad16>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 940 bool AVRExpandPseudo::expand<AVR::AtomicStore8>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 945 bool AVRExpandPseudo::expand<AVR::AtomicStore16>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 950 bool AVRExpandPseudo::expand<AVR::AtomicLoadAdd8>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 955 bool AVRExpandPseudo::expand<AVR::AtomicLoadAdd16>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 960 bool AVRExpandPseudo::expand<AVR::AtomicLoadSub8>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 965 bool AVRExpandPseudo::expand<AVR::AtomicLoadSub16>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 970 bool AVRExpandPseudo::expand<AVR::AtomicLoadAnd8>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 975 bool AVRExpandPseudo::expand<AVR::AtomicLoadAnd16>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 980 bool AVRExpandPseudo::expand<AVR::AtomicLoadOr8>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 985 bool AVRExpandPseudo::expand<AVR::AtomicLoadOr16>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 990 bool AVRExpandPseudo::expand<AVR::AtomicLoadXor8>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 995 bool AVRExpandPseudo::expand<AVR::AtomicLoadXor16>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1000 bool AVRExpandPseudo::expand<AVR::AtomicFence>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1007 bool AVRExpandPseudo::expand<AVR::STSWKRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1053 bool AVRExpandPseudo::expand<AVR::STWPtrRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1082 bool AVRExpandPseudo::expand<AVR::STWPtrPiRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1116 bool AVRExpandPseudo::expand<AVR::STWPtrPdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1150 bool AVRExpandPseudo::expand<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1184 bool AVRExpandPseudo::expand<AVR::INWRdA>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1214 bool AVRExpandPseudo::expand<AVR::OUTWARr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1245 bool AVRExpandPseudo::expand<AVR::PUSHWRr>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1270 bool AVRExpandPseudo::expand<AVR::POPWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1287 bool AVRExpandPseudo::expand<AVR::ROLBRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1324 bool AVRExpandPseudo::expand<AVR::RORBRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1374 bool AVRExpandPseudo::expand<AVR::LSLWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1407 bool AVRExpandPseudo::expand<AVR::LSLW4Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1466 bool AVRExpandPseudo::expand<AVR::LSLW8Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1494 bool AVRExpandPseudo::expand<AVR::LSLW12Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1536 bool AVRExpandPseudo::expand<AVR::LSRWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1567 bool AVRExpandPseudo::expand<AVR::LSRW4Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1626 bool AVRExpandPseudo::expand<AVR::LSRW8Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1654 bool AVRExpandPseudo::expand<AVR::LSRW12Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1696 bool AVRExpandPseudo::expand<AVR::RORWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1702 bool AVRExpandPseudo::expand<AVR::ROLWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1708 bool AVRExpandPseudo::expand<AVR::ASRWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1739 bool AVRExpandPseudo::expand<AVR::ASRW8Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1773 bool AVRExpandPseudo::expand<AVR::LSLB7Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1810 bool AVRExpandPseudo::expand<AVR::LSRB7Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1849 bool AVRExpandPseudo::expand<AVR::ASRB7Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1879 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1938 template <> bool AVRExpandPseudo::expand<AVR::ZEXT>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 1975 bool AVRExpandPseudo::expand<AVR::SPREAD>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo 2002 bool AVRExpandPseudo::expand<AVR::SPWRITE>(Block &MBB, BlockIt MBBI) { function in class:__anon4802::AVRExpandPseudo [all...] |
| /src/external/gpl3/gdb/dist/gdb/stubs/ |
| z80-stub.c | 201 #define EXPAND(VAL) DO_EXPAND(VAL) 203 #if EXPAND(DBG_SWBREAK) != 123456 208 #undef EXPAND
|
| /src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| z80-stub.c | 201 #define EXPAND(VAL) DO_EXPAND(VAL) 203 #if EXPAND(DBG_SWBREAK) != 123456 208 #undef EXPAND
|
| /src/bin/ksh/ |
| vi.c | 193 enum expand_mode { NONE, EXPAND, COMPLETE, PRINT }; 1937 /* replace word with all expansions (ie, expand word*) */ 1950 if (commandx == 0 && expanded == EXPAND && buf) { 1970 expanded = EXPAND; 2047 * Expand the count'th word to its basename
|
| /src/lib/libc/gen/ |
| getpwent.c | 276 #define EXPAND(e) MACRO(e = t; while ((*t++ = *p++));) 278 EXPAND(pw->pw_name); 279 EXPAND(pw->pw_passwd); 288 EXPAND(pw->pw_class); 289 EXPAND(pw->pw_gecos); 290 EXPAND(pw->pw_dir); 291 EXPAND(pw->pw_shell);
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| directives.cc | 72 EXPAND is set on directives that are always macro-expanded. 80 #define EXPAND (1 << 4) 148 D(include, T_INCLUDE, KANDR, INCL | EXPAND) \ 151 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) \ 155 D(line, T_LINE, KANDR, EXPAND) \ 156 D(elif, T_ELIF, STDC89, COND | EXPAND) \ 162 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) \ 164 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* ObjC */ \ 232 check_eol_1 (cpp_reader *pfile, bool expand, enum cpp_warning_reason reason) 234 if (! SEEN_EOL () && (expand [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| directives.cc | 72 EXPAND is set on directives that are always macro-expanded. 80 #define EXPAND (1 << 4) 148 D(include, T_INCLUDE, KANDR, INCL | EXPAND) \ 151 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) \ 155 D(line, T_LINE, KANDR, EXPAND) \ 156 D(elif, T_ELIF, STDC89, COND | EXPAND) \ 162 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) \ 164 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* ObjC */ \ 232 check_eol_1 (cpp_reader *pfile, bool expand, enum cpp_warning_reason reason) 234 if (! SEEN_EOL () && (expand [all...] |