Home
last modified time | relevance | path

Searched refs:EXP (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h63 #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 Dcheck-icu2symver.sh28 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 Dpoly1305_ieee754.c67 #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 Dpoly1305_ieee754.c67 #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 Dtest-disasm-a32.cc71 #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 DAndroid.mk1060 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
H A DMakefile1175 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A DAndroid.mk670 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
H A DMakefile802 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A DAndroid.mk1083 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
H A DMakefile1220 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A DAndroid.mk661 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
H A DMakefile798 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/ffmpeg/libavcodec/
H A Dmjpeg.h77 EXP = 0xdf, /* expand reference components */ enumerator
/third_party/ffmpeg/libavfilter/
H A Daf_afade.c56 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 Daco_opt_value_numbering.cpp105 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 Dtgsi_opcode_tmp.h46 OP11(EXP)
H A Dtgsi_lowering.c535 /* 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 Dtoken.h46 E(T, EXP, "**", 14) \
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c72 OP(flog2, LOG, X_X_0), OP(fexp2, EXP, X_X_0),
H A Detnaviv_disasm.c480 OPC(EXP),
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c1006 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 DSIDefines.h49 EXP = 1 << 20,
H A DSIInstrInfo.h519 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 Dbyte-code.h406 EXP) \

Completed in 27 milliseconds

12