Home
last modified time | relevance | path

Searched refs:EXPAND (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/lib/libcrypto/sm3/
H A Dsm3.c40 #define EXPAND(W0, W7, W13, W3, W10) \ macro
125 W00 = EXPAND(W00, W07, W13, W03, W10); in sm3_block_data_order()
127 W01 = EXPAND(W01, W08, W14, W04, W11); in sm3_block_data_order()
129 W02 = EXPAND(W02, W09, W15, W05, W12); in sm3_block_data_order()
131 W03 = EXPAND(W03, W10, W00, W06, W13); in sm3_block_data_order()
133 W04 = EXPAND(W04, W11, W01, W07, W14); in sm3_block_data_order()
135 W05 = EXPAND(W05, W12, W02, W08, W15); in sm3_block_data_order()
137 W06 = EXPAND(W06, W13, W03, W09, W00); in sm3_block_data_order()
139 W07 = EXPAND(W07, W14, W04, W10, W01); in sm3_block_data_order()
141 W08 = EXPAND(W0 in sm3_block_data_order()
[all...]
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp2404 #define EXPAND(Op) \ in expandMI() macro
2409 EXPAND(AVR::ADDWRdRr); in expandMI()
2410 EXPAND(AVR::ADCWRdRr); in expandMI()
2411 EXPAND(AVR::SUBWRdRr); in expandMI()
2412 EXPAND(AVR::SUBIWRdK); in expandMI()
2413 EXPAND(AVR::SBCWRdRr); in expandMI()
2414 EXPAND(AVR::SBCIWRdK); in expandMI()
2415 EXPAND(AVR::ANDWRdRr); in expandMI()
2416 EXPAND(AVR::ANDIWRdK); in expandMI()
2417 EXPAND(AVR::ORWRdRr); in expandMI()
[all …]
/openbsd-src/regress/usr.bin/mandoc/tbl/mod/
H A Dexpand-toowide.out_ascii1 TBL-MOD-EXPAND-TOOWIDE(1) General Commands Manual TBL-MOD-EXPAND-TOOWIDE(1)
17 OpenBSD May 1, 2017 TBL-MOD-EXPAND-TOOWIDE(1)
H A Dexpand.out_ascii1 TBL-MOD-EXPAND(1) General Commands Manual TBL-MOD-EXPAND(1)
56 OpenBSD January 27, 2015 TBL-MOD-EXPAND(1)
/openbsd-src/lib/libc/gen/
H A Dgetpwent.c1005 #define EXPAND(e) e = t; while ((*t++ = *p++)); in __hashpw() macro
1006 EXPAND(pw->pw_name); in __hashpw()
1007 EXPAND(pw->pw_passwd); in __hashpw()
1014 EXPAND(pw->pw_class); in __hashpw()
1015 EXPAND(pw->pw_gecos); in __hashpw()
1016 EXPAND(pw->pw_dir); in __hashpw()
1017 EXPAND(pw->pw_shell); in __hashpw()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c80 #define EXPAND (1 << 4) macro
148 D(include, T_INCLUDE, KANDR, INCL | EXPAND) /* 52262 */ \
151 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
155 D(line, T_LINE, KANDR, EXPAND) /* 2465 */ \
156 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
160 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) /* 19 */ \
162 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* 0 ObjC */ \
283 && ! (pfile->directive->flags & EXPAND));
H A DChangeLog.45270 COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
H A DChangeLog.71964 * cpplib.c (EXPAND): New.
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c76 #define EXPAND (1 << 4) macro
138 D(include, T_INCLUDE, KANDR, INCL | EXPAND) /* 52262 */ \
141 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
145 D(line, T_LINE, KANDR, EXPAND) /* 2465 */ \
146 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
150 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) /* 19 */ \
152 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* 0 ObjC */ \
311 && ! (pfile->directive->flags & EXPAND)); in prepare_directive_trad()
/openbsd-src/sbin/pfctl/
H A Dpfctl_osfp.c541 #define EXPAND(field) do { \ in add_fingerprint() macro
587 EXPAND(fp_os.fp_version_nm); in add_fingerprint()
588 EXPAND(fp_os.fp_subtype_nm); in add_fingerprint()
/openbsd-src/usr.sbin/tcpdump/
H A Dpfctl_osfp.c539 #define EXPAND(field) do { \ in add_fingerprint() macro
584 EXPAND(fp_os.fp_version_nm); in add_fingerprint()
585 EXPAND(fp_os.fp_subtype_nm); in add_fingerprint()
/openbsd-src/bin/ksh/
H A Dvi.c195 enum expand_mode { NONE, EXPAND, COMPLETE, PRINT }; enumerator
2029 if (command == 0 && expanded == EXPAND && buf) { in expand_word()
2049 expanded = EXPAND; in expand_word()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h596 EXPAND, enumerator
H A DX86InstrFragmentsSIMD.td629 def X86expand : SDNode<"X86ISD::EXPAND", SDTypeProfile<1, 3,
H A DX86IntrinsicsInfo.h593 X86ISD::EXPAND, 0),
H A DX86InstrAVX512.td10695 // AVX-512 - COMPRESS and EXPAND
H A DX86ISelLowering.cpp12291 return DAG.getNode(X86ISD::EXPAND, DL, VT, ExpandedVector, ZeroVector, VMask); in lowerShuffleToEXPAND()
34694 NODE_NAME_CASE(EXPAND) in getTargetNodeName()
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.465379 (get_rest_of_line): Accept an additional argument EXPAND, and
6039 (get_xref_token): A new argument EXPAND, when non-zero, means