Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sm3/
H A Dsm3.c70 W00 = EXPAND(W00, W07, W13, W03, W10); in ossl_sm3_block_data_order()
72 W01 = EXPAND(W01, W08, W14, W04, W11); in ossl_sm3_block_data_order()
74 W02 = EXPAND(W02, W09, W15, W05, W12); in ossl_sm3_block_data_order()
76 W03 = EXPAND(W03, W10, W00, W06, W13); in ossl_sm3_block_data_order()
78 W04 = EXPAND(W04, W11, W01, W07, W14); in ossl_sm3_block_data_order()
80 W05 = EXPAND(W05, W12, W02, W08, W15); in ossl_sm3_block_data_order()
82 W06 = EXPAND(W06, W13, W03, W09, W00); in ossl_sm3_block_data_order()
84 W07 = EXPAND(W07, W14, W04, W10, W01); in ossl_sm3_block_data_order()
86 W08 = EXPAND(W08, W15, W05, W11, W02); in ossl_sm3_block_data_order()
88 W09 = EXPAND(W09, W00, W06, W12, W03); in ossl_sm3_block_data_order()
[all …]
H A Dsm3_local.h51 #define EXPAND(W0,W7,W13,W3,W10) \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sm3/
H A Dsm3.c70 W00 = EXPAND(W00, W07, W13, W03, W10); in sm3_block_data_order()
72 W01 = EXPAND(W01, W08, W14, W04, W11); in sm3_block_data_order()
74 W02 = EXPAND(W02, W09, W15, W05, W12); in sm3_block_data_order()
76 W03 = EXPAND(W03, W10, W00, W06, W13); in sm3_block_data_order()
78 W04 = EXPAND(W04, W11, W01, W07, W14); in sm3_block_data_order()
80 W05 = EXPAND(W05, W12, W02, W08, W15); in sm3_block_data_order()
82 W06 = EXPAND(W06, W13, W03, W09, W00); in sm3_block_data_order()
84 W07 = EXPAND(W07, W14, W04, W10, W01); in sm3_block_data_order()
86 W08 = EXPAND(W08, W15, W05, W11, W02); in sm3_block_data_order()
88 W09 = EXPAND(W09, W00, W06, W12, W03); in sm3_block_data_order()
[all …]
H A Dsm3_local.h50 #define EXPAND(W0,W7,W13,W3,W10) \ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp2040 #define EXPAND(Op) \ in expandMI() macro
2045 EXPAND(AVR::ADDWRdRr); in expandMI()
2046 EXPAND(AVR::ADCWRdRr); in expandMI()
2047 EXPAND(AVR::SUBWRdRr); in expandMI()
2048 EXPAND(AVR::SUBIWRdK); in expandMI()
2049 EXPAND(AVR::SBCWRdRr); in expandMI()
2050 EXPAND(AVR::SBCIWRdK); in expandMI()
2051 EXPAND(AVR::ANDWRdRr); in expandMI()
2052 EXPAND(AVR::ANDIWRdK); in expandMI()
2053 EXPAND(AVR::ORWRdRr); in expandMI()
[all …]
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dlcl_pw.c294 #define EXPAND(e) if ((e = t) == NULL) return (0); else \ in hashpw() macro
298 EXPAND(pvt->passwd.pw_name); in hashpw()
299 EXPAND(pvt->passwd.pw_passwd); in hashpw()
303 EXPAND(pvt->passwd.pw_class); in hashpw()
304 EXPAND(pvt->passwd.pw_gecos); in hashpw()
305 EXPAND(pvt->passwd.pw_dir); in hashpw()
306 EXPAND(pvt->passwd.pw_shell); in hashpw()
/netbsd-src/usr.bin/make/unit-tests/
H A Dvar-op-default.mk68 EXPAND_NAME= EXPAND.$$$$ # The full variable name is EXPAND.$$
70 EXPAND.${PARAM}?= value with param
/netbsd-src/usr.bin/menuc/
H A Dparse.y56 %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 "
H A Dscan.l101 expand { return EXPAND; }
/netbsd-src/external/ibm-public/postfix/dist/
H A DMakefile.in22 EXPAND = sed -e "s;\$${LIB_PREFIX};$(LIB_PREFIX);" \
70 conf/postfix-files | $(EXPAND); \
72 $(EXPAND) conf/postfix-files | awk -F: ' \
105 rm -f $@ && $(EXPAND) conf/dynamicmaps.cf | $(AWK) ' \
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.h138 EXPAND = 02, enumerator
H A Dtable.cpp1932 if (!(flags & EXPAND)) in divide_span()
2021 if (flags & EXPAND) { in compute_separation_factor()
2125 (flags & EXPAND) ? column_separation : 0)) { in compute_widths()
H A Dmain.cpp476 opt->flags |= table::EXPAND; in process_options()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c75 #define EXPAND (1 << 4) macro
142 D(include, T_INCLUDE, KANDR, INCL | EXPAND) \
145 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) \
149 D(line, T_LINE, KANDR, EXPAND) \
150 D(elif, T_ELIF, STDC89, COND | EXPAND) \
154 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) \
156 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* ObjC */ \
344 && ! (pfile->directive->flags & EXPAND)); in prepare_directive_trad()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc80 #define EXPAND (1 << 4) macro
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 */ \
352 && ! (pfile->directive->flags & EXPAND)); in prepare_directive_trad()
/netbsd-src/lib/libc/gen/
H A Dgetpwent.c276 #define EXPAND(e) MACRO(e = t; while ((*t++ = *p++));) in _pw_getkey() macro
278 EXPAND(pw->pw_name); in _pw_getkey()
279 EXPAND(pw->pw_passwd); in _pw_getkey()
288 EXPAND(pw->pw_class); in _pw_getkey()
289 EXPAND(pw->pw_gecos); in _pw_getkey()
290 EXPAND(pw->pw_dir); in _pw_getkey()
291 EXPAND(pw->pw_shell); in _pw_getkey()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c556 #define EXPAND(field) do { \ in add_fingerprint() macro
601 EXPAND(fp_os.fp_version_nm); in add_fingerprint()
602 EXPAND(fp_os.fp_subtype_nm); in add_fingerprint()
/netbsd-src/bin/ksh/
H A Dvi.c193 enum expand_mode { NONE, EXPAND, COMPLETE, PRINT }; enumerator
1950 if (commandx == 0 && expanded == EXPAND && buf) {
1970 expanded = EXPAND;
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dm4sh.m4376 # AS_REQUIRE(NAME-TO-CHECK, [BODY-TO-EXPAND = NAME-TO-CHECK],
379 # BODY-TO-EXPAND is some initialization which must be expanded in the
391 # _AS_REQUIRE_SHELL_FN(NAME-TO-CHECK, COMMENT, BODY-TO-EXPAND)
400 # AS_REQUIRE_SHELL_FN(NAME-TO-CHECK, COMMENT, BODY-TO-EXPAND,
403 # BODY-TO-EXPAND is the body of a shell function to be emitted in the
405 # xx_REQUIRE macros, BODY-TO-EXPAND is mandatory. If COMMENT is
H A Dm4sugar.m41924 # m4_divert_require(DIVERSION, NAME-TO-CHECK, [BODY-TO-EXPAND])
1926 # Same as m4_require, but BODY-TO-EXPAND goes into the named DIVERSION;
2028 # m4_require(NAME-TO-CHECK, [BODY-TO-EXPAND = NAME-TO-CHECK])
2031 # m4_provide'd), expand BODY-TO-EXPAND *before* the current macro
2038 # - NAME-TO-CHECK == BODY-TO-EXPAND
2046 # - BODY-TO-EXPAND == m4_indir([NAME-TO-CHECK])
2075 # _m4_require_call(NAME-TO-CHECK, [BODY-TO-EXPAND = NAME-TO-CHECK],
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-NONSTOP.md180 and have access to a TNS/E machine on your EXPAND network - with an example
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h569 EXPAND, enumerator
H A DX86IntrinsicsInfo.h579 X86ISD::EXPAND, 0),
H A DX86InstrFragmentsSIMD.td610 def X86expand : SDNode<"X86ISD::EXPAND", SDTypeProfile<1, 3,
/netbsd-src/bin/sh/
H A DTOUR251 EXPAND.C: Arguments are processed in three passes. The first

12