/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.h | 63 #define COMPARE(ASM, EXP) \ 75 if (strcmp(disasm.GetOutput(), EXP) != 0) { \ 78 EXP, \ 85 #define COMPARE_PREFIX(ASM, EXP) \ 97 if (strncmp(disasm.GetOutput(), EXP, strlen(EXP)) != 0) { \ 100 EXP, \ 107 #define COMPARE_MACRO_BASE(ASM, EXP) \ 125 #define COMPARE_MACRO(ASM, EXP) \ 127 COMPARE_MACRO_BASE(ASM, EXP) \ [all...] |
/third_party/icu/tools/multi/proj/provider/ |
H A D | check-icu2symver.sh | 28 EXP=$2 30 if [ "x${OUT}" != "x${EXP}" ]; 32 echo "Error: \"${IN}\" -> \"${OUT}\", expected ${EXP}" >&2 39 if [ "x${OUT}" != "x${EXP}" ]; 41 echo "Error: \"${IN}\" -> \"${OUT}\", expected ${EXP} (via stream)" >&2
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 67 #define EXP(p) ((1023ULL+(p))<<52) macro 122 st->h[0].u = EXP(52+0); in poly1305_init() 123 st->h[1].u = EXP(52+32); in poly1305_init() 124 st->h[2].u = EXP(52+64); in poly1305_init() 125 st->h[3].u = EXP(52+96); in poly1305_init() 160 r0.u = EXP(52+0) | (U8TOU32(&key[0]) & 0x0fffffff); in poly1305_init() 161 r1.u = EXP(52+32) | (U8TOU32(&key[4]) & 0x0ffffffc); in poly1305_init() 162 r2.u = EXP(52+64) | (U8TOU32(&key[8]) & 0x0ffffffc); in poly1305_init() 163 r3.u = EXP(52+96) | (U8TOU32(&key[12]) & 0x0ffffffc); in poly1305_init() 295 in0.u = EXP(5 in poly1305_blocks() [all...] |
/third_party/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 67 #define EXP(p) ((1023ULL+(p))<<52) macro 122 st->h[0].u = EXP(52+0); in poly1305_init() 123 st->h[1].u = EXP(52+32); in poly1305_init() 124 st->h[2].u = EXP(52+64); in poly1305_init() 125 st->h[3].u = EXP(52+96); in poly1305_init() 160 r0.u = EXP(52+0) | (U8TOU32(&key[0]) & 0x0fffffff); in poly1305_init() 161 r1.u = EXP(52+32) | (U8TOU32(&key[4]) & 0x0ffffffc); in poly1305_init() 162 r2.u = EXP(52+64) | (U8TOU32(&key[8]) & 0x0ffffffc); in poly1305_init() 163 r3.u = EXP(52+96) | (U8TOU32(&key[12]) & 0x0ffffffc); in poly1305_init() 295 in0.u = EXP(5 in poly1305_blocks() [all...] |
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 71 #define END_COMPARE_CHECK_SIZE(EXP, SIZE) \ 86 if (std::string(EXP) != ss.str()) { \ 92 EXP); \ 109 EXP); \ 118 #define END_COMPARE_CHECK_SIZE(EXP, SIZE) \ 133 if (std::string(EXP) != ss.str()) { \ 139 EXP); \ 151 #define END_COMPARE(EXP) END_COMPARE_CHECK_SIZE(EXP, -1) 154 #define COMPARE_A32(ASM, EXP) \ [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | Android.mk | 1060 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
H A D | Makefile | 1175 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | Android.mk | 670 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
H A D | Makefile | 802 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | Android.mk | 1083 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
H A D | Makefile | 1220 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | Android.mk | 661 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
H A D | Makefile | 798 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpeg.h | 77 EXP = 0xdf, /* expand reference components */ enumerator
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afade.c | 56 enum CurveType { NONE = -1, TRI, QSIN, ESIN, HSIN, LOG, IPAR, QUA, CUB, SQU, CBR, PAR, EXP, IQSIN, IHSIN, DESE, DESI, LOSI, SINC, ISINC, NB_CURVES }; enumerator 95 case EXP: in fade_gain() 247 { "exp", "exponential", 0, AV_OPT_TYPE_CONST, {.i64 = EXP }, 0, 0, TFLAGS, "curve" }, 381 { "exp", "exponential", 0, AV_OPT_TYPE_CONST, {.i64 = EXP }, 0, 0, FLAGS, "curve" },
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 105 case Format::EXP: return hash_murmur_32<Export_instruction>(instr); in operator ()() 278 case Format::EXP: in operator ()() 339 case Format::EXP: in can_eliminate()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 46 OP11(EXP)
|
H A D | tgsi_lowering.c | 535 /* EXP - Approximate Exponential Base 2 1472 OPCS(EXP) || in tgsi_transform_lowering() 1512 if (OPCS(EXP)) { in tgsi_transform_lowering() 1513 newlen += EXP_GROW * OPCS(EXP); in tgsi_transform_lowering()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | token.h | 46 E(T, EXP, "**", 14) \
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 72 OP(flog2, LOG, X_X_0), OP(fexp2, EXP, X_X_0),
|
H A D | etnaviv_disasm.c | 480 OPC(EXP),
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsgtst.c | 1006 const char* EXP = "Number 0,143, String foo, Date 12:34:56.789"; in TestJ904() local 1029 if (strcmp(cresult, EXP) == 0) { in TestJ904() 1032 log_data_err("FAIL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status)); in TestJ904()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 49 EXP = 1 << 20,
|
H A D | SIInstrInfo.h | 519 return MI.getDesc().TSFlags & SIInstrFlags::EXP; in isEXP() 523 return get(Opcode).TSFlags & SIInstrFlags::EXP; in isEXP()
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | byte-code.h | 406 EXP) \
|