Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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
/freebsd/contrib/tcp_wrappers/
H A Dtry-from.c71 #define EXPAND(str) percent_x(buf, sizeof(buf), str, &request) in main() macro
73 puts(EXPAND("client address (%%a): %a")); in main()
74 puts(EXPAND("client hostname (%%n): %n")); in main()
75 puts(EXPAND("client username (%%u): %u")); in main()
76 puts(EXPAND("client info (%%c): %c")); in main()
77 puts(EXPAND("server address (%%A): %A")); in main()
78 puts(EXPAND("server hostname (%%N): %N")); in main()
79 puts(EXPAND("server process (%%d): %d")); in main()
80 puts(EXPAND("server info (%%s): %s")); in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp2566 #define EXPAND(Op) \ in expandMI() macro
2571 EXPAND(AVR::ADDWRdRr); in expandMI()
2572 EXPAND(AVR::ADCWRdRr); in expandMI()
2573 EXPAND(AVR::SUBWRdRr); in expandMI()
2574 EXPAND(AVR::SUBIWRdK); in expandMI()
2575 EXPAND(AVR::SBCWRdRr); in expandMI()
2576 EXPAND(AVR::SBCIWRdK); in expandMI()
2577 EXPAND(AVR::ANDWRdRr); in expandMI()
2578 EXPAND(AVR::ANDIWRdK); in expandMI()
2579 EXPAND(AVR::ORWRdRr); in expandMI()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvar-op-default.mk68 EXPAND_NAME= EXPAND.$$$$ # The full variable name is EXPAND.$$
70 EXPAND.${PARAM}?= value with param
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c105 #define EXPAND(e) do { \ in copy_yp_pass() macro
109 EXPAND(yp_password.pw_name); in copy_yp_pass()
111 EXPAND(yp_password.pw_passwd); in copy_yp_pass()
120 EXPAND(yp_password.pw_class); in copy_yp_pass()
129 EXPAND(yp_password.pw_gecos); in copy_yp_pass()
131 EXPAND(yp_password.pw_dir); in copy_yp_pass()
133 EXPAND(yp_password.pw_shell); in copy_yp_pass()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpow.c259 #define EXPAND(str) str##000000000 macro
260 #define SHL52(str) EXPAND (str)
/freebsd/usr.bin/ee/nls/uk_UA.KOI8-U/
H A Dee.msg137 128 "EXPAND"
/freebsd/usr.bin/ee/nls/ru_RU.KOI8-R/
H A Dee.msg139 128 "EXPAND"
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c555 #define EXPAND(field) do { \ in add_fingerprint() macro
600 EXPAND(fp_os.fp_version_nm); in add_fingerprint()
601 EXPAND(fp_os.fp_subtype_nm); in add_fingerprint()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpow.c450 #define EXPAND(str) str##000000000 macro
451 #define SHL52(str) EXPAND (str)
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/
H A Dsun20i-d1-nezha.dts19 * "IO EXPAND"):
/freebsd/contrib/ee/
H A Dee.c498 char *EXPAND; variable
1786 else if (compare(cmd_str, EXPAND, FALSE)) in command()
4163 else if (compare(str1, EXPAND, FALSE)) in ee_init()
4326 fprintf(init_file, "%s\n", expand_tabs ? EXPAND : NOEXPAND); in dump_ee_conf()
5204 EXPAND = catgetlocal( 128, "EXPAND"); in strings_init()
5281 commands[11] = EXPAND; in strings_init()
5304 init_strings[2] = EXPAND; in strings_init()
H A Dee.msg139 128 "EXPAND"
/freebsd/usr.bin/ee/nls/pl_PL.ISO8859-2/
H A Dee.msg137 128 "EXPAND"
/freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/
H A Dee.msg137 128 "EXPAND"
/freebsd/crypto/openssl/
H A DNOTES-NONSTOP.md177 and have access to a TNS/E machine on your EXPAND network - with an example
/freebsd/bin/sh/
H A DTOUR215 EXPAND.C: As the routine argstr generates words by parameter
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h600 EXPAND, enumerator
H A DX86InstrFragmentsSIMD.td618 def X86expand : SDNode<"X86ISD::EXPAND", SDTypeProfile<1, 3,
H A DX86IntrinsicsInfo.h649 X86ISD::EXPAND, 0),
H A DX86InstrAVX512.td10510 // AVX-512 - COMPRESS and EXPAND
H A DX86ISelLowering.cpp9914 return DAG.getNode(X86ISD::EXPAND, DL, VT, ExpandedVector, ZeroVector, VMask); in lowerShuffleToEXPAND()
33947 NODE_NAME_CASE(EXPAND) in getTargetNodeName()
/freebsd/contrib/file/magic/Magdir/
H A Darchive848 # Note: use correct version of extracting tool like EXPAND, UNPACK, DECOMP or 7Z