| /src/crypto/external/apache2/openssl/dist/crypto/sm3/ |
| sm3.c | 70 W00 = EXPAND(W00, W07, W13, W03, W10); 72 W01 = EXPAND(W01, W08, W14, W04, W11); 74 W02 = EXPAND(W02, W09, W15, W05, W12); 76 W03 = EXPAND(W03, W10, W00, W06, W13); 78 W04 = EXPAND(W04, W11, W01, W07, W14); 80 W05 = EXPAND(W05, W12, W02, W08, W15); 82 W06 = EXPAND(W06, W13, W03, W09, W00); 84 W07 = EXPAND(W07, W14, W04, W10, W01); 86 W08 = EXPAND(W08, W15, W05, W11, W02); 88 W09 = EXPAND(W09, W00, W06, W12, W03) [all...] |
| sm3_local.h | 97 #define EXPAND(W0, W7, W13, W3, W10) \
|
| /src/crypto/external/bsd/openssl/dist/crypto/sm3/ |
| sm3.c | 70 W00 = EXPAND(W00, W07, W13, W03, W10); 72 W01 = EXPAND(W01, W08, W14, W04, W11); 74 W02 = EXPAND(W02, W09, W15, W05, W12); 76 W03 = EXPAND(W03, W10, W00, W06, W13); 78 W04 = EXPAND(W04, W11, W01, W07, W14); 80 W05 = EXPAND(W05, W12, W02, W08, W15); 82 W06 = EXPAND(W06, W13, W03, W09, W00); 84 W07 = EXPAND(W07, W14, W04, W10, W01); 86 W08 = EXPAND(W08, W15, W05, W11, W02); 88 W09 = EXPAND(W09, W00, W06, W12, W03) [all...] |
| sm3_local.h | 51 #define EXPAND(W0,W7,W13,W3,W10) \
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
| sm3.c | 70 W00 = EXPAND(W00, W07, W13, W03, W10); 72 W01 = EXPAND(W01, W08, W14, W04, W11); 74 W02 = EXPAND(W02, W09, W15, W05, W12); 76 W03 = EXPAND(W03, W10, W00, W06, W13); 78 W04 = EXPAND(W04, W11, W01, W07, W14); 80 W05 = EXPAND(W05, W12, W02, W08, W15); 82 W06 = EXPAND(W06, W13, W03, W09, W00); 84 W07 = EXPAND(W07, W14, W04, W10, W01); 86 W08 = EXPAND(W08, W15, W05, W11, W02); 88 W09 = EXPAND(W09, W00, W06, W12, W03) [all...] |
| 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/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/usr.bin/make/unit-tests/ |
| var-op-default.mk | 45 # and 'VAR.${param}' expand to 'VAR.param', and the second '?=' assignment 68 EXPAND_NAME= EXPAND.$$$$ # The full variable name is EXPAND.$$ 70 EXPAND.${PARAM}?= value with param
|
| /src/usr.bin/menuc/ |
| scan.l | 101 expand { return EXPAND; }
|
| parse.y | 56 %token <i_value> TITLE DEFAULT DISPLAY ERROR EXITSTRING EXPAND ALLOW DYNAMIC 93 expand_def : ALLOW EXPAND ';' 216 | EXPAND action ";" { if (!do_expands) yyerror ("Menu expands "
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_comp_test.c | 21 #define EXPAND 0
|
| /src/external/gpl2/groff/dist/src/preproc/tbl/ |
| table.h | 138 EXPAND = 02,
|
| table.cpp | 1931 // The column separation may shrink with the expand option. 1932 if (!(flags & EXPAND)) 2021 if (flags & EXPAND) { 2125 (flags & EXPAND) ? column_separation : 0)) {
|
| main.cpp | 473 else if (strieq(p, "expand")) { 475 error("`expand' option does not take an argument"); 476 opt->flags |= table::EXPAND;
|
| /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...] |
| /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/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/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/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/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/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86ISelLowering.h | 567 // Compress and expand. 569 EXPAND, 933 /// specified type to expand memcpy / memset inline. This is mostly true
|
| X86IntrinsicsInfo.h | 579 X86ISD::EXPAND, 0),
|
| X86ISelLowering.cpp | 175 // 32 bits so the AtomicExpandPass will expand it so we don't need cmpxchg8b. 192 setTruncStoreAction(MVT::i64, MVT::i32, Expand); 193 setTruncStoreAction(MVT::i64, MVT::i16, Expand); 194 setTruncStoreAction(MVT::i64, MVT::i8 , Expand); 195 setTruncStoreAction(MVT::i32, MVT::i16, Expand); 196 setTruncStoreAction(MVT::i32, MVT::i8 , Expand); 197 setTruncStoreAction(MVT::i16, MVT::i8, Expand); 199 setTruncStoreAction(MVT::f64, MVT::f32, Expand); 203 setCondCodeAction(ISD::SETOEQ, VT, Expand); 204 setCondCodeAction(ISD::SETUNE, VT, Expand); [all...] |