Home
last modified time | relevance | path

Searched refs:EXP (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/icu/tools/multi/proj/provider/
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/openssl/crypto/poly1305/
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(52+0) | U8TOU32(&inp[0]); in poly1305_blocks()
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/expressions/
Dexpressions.ts26 class EXP { class
43 let exp = new EXP("EXP");
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DAndroid.mk1083 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
DMakefile1192 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DAndroid.mk661 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
DMakefile798 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DAndroid.mk1060 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
DMakefile1175 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DAndroid.mk670 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
DMakefile802 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegformat.h75 #define EXP 0xdf macro
/third_party/e2fsprogs/
D0012-tests-skip-m_rootdir_acl-if-selinux-is-not-disabled.patch27 EXP=$test_dir/expect
/third_party/ffmpeg/libavcodec/
Dmjpeg.h77 EXP = 0xdf, /* expand reference components */ enumerator
/third_party/ffmpeg/libavfilter/
Daf_afade.c54 enum CurveType { NONE = -1, TRI, QSIN, ESIN, HSIN, LOG, IPAR, QUA, CUB, SQU, CBR, PAR, EXP, IQSIN, … enumerator
118 case EXP: in fade_gain()
270 … 0, AV_OPT_TYPE_CONST, {.i64 = EXP }, 0, 0, TFLAGS, "…
406 … 0, AV_OPT_TYPE_CONST, {.i64 = EXP }, 0, 0, FLAGS, "c…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td42 field bit EXP = 0;
154 let TSFlags{20} = EXP;
364 let EXP = 1;
/third_party/mesa3d/src/amd/compiler/
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()
Daco_opcodes.py64 EXP = 12 variable in Format
134 elif self == Format.EXP:
262 opcode("exp", 0, 0, 0, format = Format.EXP, cls = InstrClass.Export)
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h46 OP11(EXP)
/third_party/icu/icu4c/source/test/cintltst/
Dcmsgtst.c1005 const char* EXP = "Number 0,143, String foo, Date 12:34:56.789"; in TestJ904() local
1028 if (strcmp(cresult, EXP) == 0) { in TestJ904()
1031 …IL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status… in TestJ904()
/third_party/openGLES/extensions/SGIX/
DSGIX_fog_offset.txt105 fog offset is disabled, FOG_MODE is EXP, d = 1.0, e = 1.0, s =
DSGIX_fog_scale.txt105 EXP, d = 1.0, e = 1.0, s = 0.0, and f_s = 1.0; C_f = (0,0,0,0)
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fog_offset.txt105 fog offset is disabled, FOG_MODE is EXP, d = 1.0, e = 1.0, s =
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c72 OP(flog2, LOG, X_X_0), OP(fexp2, EXP, X_X_0),

1234