Home
last modified time | relevance | path

Searched full:tmp (Results 1 – 25 of 7394) sorted by relevance

12345678910>>...296

/external/libaom/libaom/test/
Dlpf_test.cc187 uint8_t tmp = GetOuterThresh(&rnd); \
189 blimit[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, \
190 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; \
191 tmp = GetInnerThresh(&rnd); \
193 limit[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, \
194 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; \
195 tmp = GetHevThresh(&rnd); \
197 thresh[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, \
198 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; \
231 uint8_t tmp = GetOuterThresh(&rnd); \
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DGenericListVisitorAdapter.java48 List<R> tmp; in visit() local
50 tmp = n.getMembers().accept(this, arg); in visit()
51 if (tmp != null) in visit()
52 result.addAll(tmp); in visit()
55 tmp = n.getModifiers().accept(this, arg); in visit()
56 if (tmp != null) in visit()
57 result.addAll(tmp); in visit()
60 tmp = n.getName().accept(this, arg); in visit()
61 if (tmp != null) in visit()
62 result.addAll(tmp); in visit()
[all …]
/external/compiler-rt/
DMakefile114 $(call Set,Tmp.Key,$(1))
115 $(call Set,Tmp.Name,$($(Tmp.Key).Name))
116 $(call Set,Tmp.Configs,$($(Tmp.Key).Configs))
117 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name))
120 $(Tmp.Name):: $(Tmp.Configs:%=$(Tmp.Name)-%)
121 .PHONY: $(Tmp.Name)
124 $(Verb) rm -rf $(Tmp.ObjPath)
127 $(foreach config,$(Tmp.Configs),\
132 $(call Set,Tmp.Config,$(1))
133 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config))
[all …]
/external/libvpx/libvpx/test/
Dlpf_test.cc184 uint8_t tmp = GetOuterThresh(&rnd); in TEST_P() local
186 blimit[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, in TEST_P()
187 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; in TEST_P()
188 tmp = GetInnerThresh(&rnd); in TEST_P()
190 limit[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, in TEST_P()
191 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; in TEST_P()
192 tmp = GetHevThresh(&rnd); in TEST_P()
194 thresh[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, in TEST_P()
195 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; in TEST_P()
243 uint8_t tmp = GetOuterThresh(&rnd); in TEST_P() local
[all …]
/external/llvm/test/Transforms/Reassociate/
Dfast-ArrayOutOfBounds.ll6 ; CHECK-NEXT: %tmp.2 = fadd float %a3, %a4
7 ; CHECK-NEXT: %tmp.4 = fadd float %tmp.2, %a2
8 ; CHECK-NEXT: %tmp.6 = fadd float %tmp.4, %a1
9 ; CHECK-NEXT: %tmp.8 = fadd float %tmp.6, %a0
10 ; CHECK-NEXT: %tmp.11 = fadd float %a2, %a3
11 ; CHECK-NEXT: %tmp.13 = fadd float %tmp.11, %a1
12 ; CHECK-NEXT: %tmp.15 = fadd float %tmp.13, %a0
13 ; CHECK-NEXT: %tmp.18 = fadd float %a1, %a2
14 ; CHECK-NEXT: %tmp.20 = fadd float %tmp.18, %a0
15 ; CHECK-NEXT: %tmp.23 = fadd float %a0, %a1
[all …]
D2005-09-01-ArrayOutOfBounds.ll7 %tmp.2 = add i32 %a4, %a3
8 %tmp.4 = add i32 %tmp.2, %a2
9 %tmp.6 = add i32 %tmp.4, %a1
10 %tmp.8 = add i32 %tmp.6, %a0
11 %tmp.11 = add i32 %a3, %a2
12 %tmp.13 = add i32 %tmp.11, %a1
13 %tmp.15 = add i32 %tmp.13, %a0
14 %tmp.18 = add i32 %a2, %a1
15 %tmp.20 = add i32 %tmp.18, %a0
16 %tmp.23 = add i32 %a1, %a0
[all …]
/external/libevent/test/
Dregress.gen.c56 struct msg *tmp; in msg_new_with_arg() local
57 if ((tmp = malloc(sizeof(struct msg))) == NULL) { in msg_new_with_arg()
61 tmp->base = &msg_base__; in msg_new_with_arg()
63 tmp->from_name_data = NULL; in msg_new_with_arg()
64 tmp->from_name_set = 0; in msg_new_with_arg()
66 tmp->to_name_data = NULL; in msg_new_with_arg()
67 tmp->to_name_set = 0; in msg_new_with_arg()
69 tmp->attack_data = NULL; in msg_new_with_arg()
70 tmp->attack_set = 0; in msg_new_with_arg()
72 tmp->run_data = NULL; in msg_new_with_arg()
[all …]
/external/vboot_reference/tests/futility/
Dtest_gbb_utility.sh7 TMP="$me.tmp"
18 ${FUTILITY} gbb_utility -c 16,0x10,16,0x10 ${TMP}.blob
21 ${FUTILITY} gbb_utility -s --flags=0xdeadbeef ${TMP}.blob
22 ${FUTILITY} gbb_utility -g --flags ${TMP}.blob | grep -i 0xdeadbeef
25 if ${FUTILITY} gbb_utility -s --hwid="0123456789ABCDEF" ${TMP}.blob; then
29 ${FUTILITY} gbb_utility -s --hwid="0123456789ABCDE" ${TMP}.blob
31 ${FUTILITY} gbb_utility -g ${TMP}.blob | grep "0123456789ABCDE"
36 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data1.toolong
37 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data2.toolong
38 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data3.toolong
[all …]
Dtest_sign_kernel.sh7 TMP="$me.tmp"
14 echo "hi there" > ${TMP}.config.txt
15 echo "hello boys" > ${TMP}.config2.txt
16 dd if=/dev/urandom bs=512 count=1 of=${TMP}.bootloader.bin
17 dd if=/dev/urandom bs=512 count=1 of=${TMP}.bootloader2.bin
18 dd if=/dev/urandom bs=1M count=16 of=${TMP}.kern_partition
30 --pack ${TMP}.blob1.${arch} \
34 --config ${TMP}.config.txt \
35 --bootloader ${TMP}.bootloader.bin \
42 ${FUTILITY} vbutil_kernel --verify ${TMP}.blob1.${arch} \
[all …]
/external/llvm/test/CodeGen/Generic/
D2003-05-28-ManyArgs.ll45 …%tmp.101 = getelementptr %struct..s_placer_opts, %struct..s_placer_opts* %placer_opts, i64 0, i32 …
46 %tmp.105 = getelementptr [300 x i8], [300 x i8]* %net_file, i64 0, i64 0 ; <i8*> [#uses=1]
47 %tmp.106 = getelementptr [300 x i8], [300 x i8]* %arch_file, i64 0, i64 0 ; <i8*> [#uses=1]
48 %tmp.107 = getelementptr [300 x i8], [300 x i8]* %place_file, i64 0, i64 0 ; <i8*> [#uses=1]
49 %tmp.108 = getelementptr [300 x i8], [300 x i8]* %route_file, i64 0, i64 0 ; <i8*> [#uses=1]
50 …%tmp.109 = getelementptr { i32, float, float, float, float, float, float, float, float, float, flo…
51 …%tmp.112 = getelementptr %struct..s_placer_opts, %struct..s_placer_opts* %placer_opts, i64 0, i32 …
52 …%tmp.114 = getelementptr %struct..s_placer_opts, %struct..s_placer_opts* %placer_opts, i64 0, i32 …
53 …%tmp.118 = getelementptr %struct..s_router_opts, %struct..s_router_opts* %router_opts, i64 0, i32 …
54 %tmp.135 = load i32, i32* %operation ; <i32> [#uses=1]
[all …]
DAPIntLoadStore.ll516 %tmp = load i1, i1* @i1_l ; <i1> [#uses=1]
517 store i1 %tmp, i1* @i1_s
522 %tmp = load i2, i2* @i2_l ; <i2> [#uses=1]
523 store i2 %tmp, i2* @i2_s
528 %tmp = load i3, i3* @i3_l ; <i3> [#uses=1]
529 store i3 %tmp, i3* @i3_s
534 %tmp = load i4, i4* @i4_l ; <i4> [#uses=1]
535 store i4 %tmp, i4* @i4_s
540 %tmp = load i5, i5* @i5_l ; <i5> [#uses=1]
541 store i5 %tmp, i5* @i5_s
[all …]
/external/elfutils/tests/
Drun-addr2line-i-test.sh58 /tmp/x.cpp:5
62 /tmp/x.cpp:6
66 /tmp/x.cpp:10
70 /tmp/x.cpp:11
74 /tmp/x.cpp:5
75 /tmp/x.cpp:15
79 /tmp/x.cpp:10
80 /tmp/x.cpp:20
84 /tmp/x.cpp:5
85 /tmp/x.cpp:15
[all …]
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/
Dpkits.ldif9 cACertificate;binary:< file:///tmp/certs/TrustAnchorRootCertificate.crt
10 certificateRevocationList;binary:< file:///tmp/crls/TrustAnchorRootCRL.crl
11 crossCertificatePair;binary:< file:///tmp/certpairs/GoodCACertreversecrossCertificatePair.cp
12 crossCertificatePair;binary:< file:///tmp/certpairs/BadSignedCACertreversecrossCertificatePair.cp
13 crossCertificatePair;binary:< file:///tmp/certpairs/BadnotBeforeDateCACertreversecrossCertificatePa…
14 crossCertificatePair;binary:< file:///tmp/certpairs/BadnotAfterDateCACertreversecrossCertificatePai…
15 crossCertificatePair;binary:< file:///tmp/certpairs/NameOrderingCACertreversecrossCertificatePair.cp
16 crossCertificatePair;binary:< file:///tmp/certpairs/UIDCACertreversecrossCertificatePair.cp
17 crossCertificatePair;binary:< file:///tmp/certpairs/RFC3280MandatoryAttributeTypesCACertreversecros…
18 crossCertificatePair;binary:< file:///tmp/certpairs/RFC3280OptionalAttributeTypesCACertreversecross…
[all …]
/external/cpuinfo/scripts/
Dandroid-armv7-mock.sh5 adb push build/android/armeabi-v7a/alcatel-revvl-test /data/local/tmp/alcatel-revvl-test
6 adb push build/android/armeabi-v7a/atm7029b-tablet-test /data/local/tmp/atm7029b-tablet-test
7 adb push build/android/armeabi-v7a/blu-r1-hd-test /data/local/tmp/blu-r1-hd-test
8 adb push build/android/armeabi-v7a/galaxy-a3-2016-eu-test /data/local/tmp/galaxy-a3-2016-eu-test
9 adb push build/android/armeabi-v7a/galaxy-a8-2016-duos-test /data/local/tmp/galaxy-a8-2016-duos-test
10 adb push build/android/armeabi-v7a/galaxy-a8-2018-test /data/local/tmp/galaxy-a8-2018-test
11 adb push build/android/armeabi-v7a/galaxy-c9-pro-test /data/local/tmp/galaxy-c9-pro-test
12 adb push build/android/armeabi-v7a/galaxy-grand-prime-value-edition-test /data/local/tmp/galaxy-gra…
13 adb push build/android/armeabi-v7a/galaxy-j1-2016-test /data/local/tmp/galaxy-j1-2016-test
14 adb push build/android/armeabi-v7a/galaxy-j5-test /data/local/tmp/galaxy-j5-test
[all …]
Dandroid-arm64-mock.sh5 adb push build/android/arm64-v8a/alcatel-revvl-test /data/local/tmp/alcatel-revvl-test
6 adb push build/android/arm64-v8a/galaxy-a8-2018-test /data/local/tmp/galaxy-a8-2018-test
7 adb push build/android/arm64-v8a/galaxy-c9-pro-test /data/local/tmp/galaxy-c9-pro-test
8 adb push build/android/arm64-v8a/galaxy-s6-test /data/local/tmp/galaxy-s6-test
9 adb push build/android/arm64-v8a/galaxy-s7-global-test /data/local/tmp/galaxy-s7-global-test
10 adb push build/android/arm64-v8a/galaxy-s7-us-test /data/local/tmp/galaxy-s7-us-test
11 adb push build/android/arm64-v8a/galaxy-s8-global-test /data/local/tmp/galaxy-s8-global-test
12 adb push build/android/arm64-v8a/galaxy-s8-us-test /data/local/tmp/galaxy-s8-us-test
13 adb push build/android/arm64-v8a/galaxy-s9-global-test /data/local/tmp/galaxy-s9-global-test
14 adb push build/android/arm64-v8a/galaxy-s9-us-test /data/local/tmp/galaxy-s9-us-test
[all …]
/external/oss-fuzz/projects/openvpn/
Dfuzz_buffer.c29 char *tmp; in LLVMFuzzerTestOneInput() local
45 tmp = get_random_string(); in LLVMFuzzerTestOneInput()
46 buf = string_alloc_buf(tmp, &gc); in LLVMFuzzerTestOneInput()
48 free(tmp); in LLVMFuzzerTestOneInput()
49 tmp = NULL; in LLVMFuzzerTestOneInput()
91 tmp = get_random_string(); in LLVMFuzzerTestOneInput()
92 skip_leading_whitespace(tmp); in LLVMFuzzerTestOneInput()
93 free(tmp); in LLVMFuzzerTestOneInput()
94 tmp = NULL; in LLVMFuzzerTestOneInput()
97 tmp = get_random_string(); in LLVMFuzzerTestOneInput()
[all …]
/external/capstone/arch/TMS320C64x/
DTMS320C64xGenDisassemblerTables.inc616 InsnType tmp; \
620 tmp = fieldname(insn, 13, 4); \
621 if (DecodeNop(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
622 tmp = fieldname(insn, 29, 3); \
623 …if (DecodeCondRegister(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fa…
624 tmp = fieldname(insn, 28, 1); \
625 …if (DecodeCondRegisterZero(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassemble…
626 tmp = fieldname(insn, 1, 1); \
627 if (DecodeSide(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
628 tmp = fieldname(insn, 0, 1); \
[all …]
/external/lz4/tests/
DMakefile119 @$(RM) -rf core *.o *.test tmp* \
213 ls -ls tmp*
236 @echo -n > tmp-lfc-empty
237 @echo hi > tmp-lfc-nonempty
238 $(CAT) tmp-lfc-nonempty tmp-lfc-empty tmp-lfc-nonempty > tmp-lfc-src
239 $(LZ4) -zq tmp-lfc-empty -c > tmp-lfc-empty.lz4
240 $(LZ4) -zq tmp-lfc-nonempty -c > tmp-lfc-nonempty.lz4
241 $(CAT) tmp-lfc-nonempty.lz4 tmp-lfc-empty.lz4 tmp-lfc-nonempty.lz4 > tmp-lfc-concat.lz4
242 $(LZ4) -d tmp-lfc-concat.lz4 -c > tmp-lfc-result
243 $(CMP) tmp-lfc-src tmp-lfc-result
[all …]
/external/llvm/test/CodeGen/PowerPC/
Drlwimi.ll7 %tmp.3 = shl i32 %x, 16 ; <i32> [#uses=1]
8 %tmp.7 = and i32 %y, 65535 ; <i32> [#uses=1]
9 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1]
10 ret i32 %tmp.9
15 %tmp.7 = and i32 %x, 65535 ; <i32> [#uses=1]
16 %tmp.3 = shl i32 %y, 16 ; <i32> [#uses=1]
17 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1]
18 ret i32 %tmp.9
23 %tmp.3 = lshr i32 %x, 16 ; <i32> [#uses=1]
24 %tmp.6 = and i32 %y, -65536 ; <i32> [#uses=1]
[all …]
Drlwimi2.ll9 %tmp.1 = shl i32 %srcA, 15 ; <i32> [#uses=1]
10 %tmp.4 = and i32 %tmp.1, 32505856 ; <i32> [#uses=1]
11 %tmp.6 = and i32 %srcA, 31775 ; <i32> [#uses=1]
12 %tmp.7 = or i32 %tmp.4, %tmp.6 ; <i32> [#uses=1]
13 %tmp.9 = shl i32 %srcB, 15 ; <i32> [#uses=1]
14 %tmp.12 = and i32 %tmp.9, 32505856 ; <i32> [#uses=1]
15 %tmp.14 = and i32 %srcB, 31775 ; <i32> [#uses=1]
16 %tmp.15 = or i32 %tmp.12, %tmp.14 ; <i32> [#uses=1]
17 %tmp.18 = mul i32 %tmp.7, %alpha ; <i32> [#uses=1]
18 %tmp.20 = sub i32 32, %alpha ; <i32> [#uses=1]
[all …]
/external/zstd/tests/
DplayTests.sh65 rm -f tmp.zst tmp.md5.1 tmp.md5.2
66 … println "fileRoundTripTest: datagen $1 $local_p > tmp && zstd -v$local_c -c tmp | zstd -d$local_d"
67 datagen $1 $local_p > tmp
68 < tmp $MD5SUM > tmp.md5.1
69 zstd --ultra -v$local_c -c tmp | zstd -d$local_d | $MD5SUM > tmp.md5.2
70 $DIFF -q tmp.md5.1 tmp.md5.2
188 datagen > tmp
193 zstd -f tmp # trivial compression case, creates tmp.zst
194 zstd -f -z tmp
195 zstd -f -k tmp
[all …]
/external/llvm/test/Transforms/InstCombine/
Dsignext.ll6 %tmp.1 = and i32 %x, 65535 ; <i32> [#uses=1]
7 %tmp.2 = xor i32 %tmp.1, -32768 ; <i32> [#uses=1]
8 %tmp.3 = add i32 %tmp.2, 32768 ; <i32> [#uses=1]
9 ret i32 %tmp.3
12 ; CHECK: %tmp.3 = ashr exact i32 %sext, 16
13 ; CHECK: ret i32 %tmp.3
17 %tmp.1 = and i32 %x, 65535 ; <i32> [#uses=1]
18 %tmp.2 = xor i32 %tmp.1, 32768 ; <i32> [#uses=1]
19 %tmp.3 = add i32 %tmp.2, -32768 ; <i32> [#uses=1]
20 ret i32 %tmp.3
[all …]
Dapint-add2.ll9 %tmp.2 = shl i111 1, 110
10 %tmp.4 = xor i111 %x, %tmp.2
12 %tmp.6 = add i111 %tmp.4, %tmp.2
13 ret i111 %tmp.6
17 %tmp.0 = shl i65 1, 64
18 %tmp.2 = xor i65 %x, %tmp.0
20 %tmp.4 = add i65 %tmp.2, %tmp.0
21 ret i65 %tmp.4
25 %tmp.0 = shl i1024 1, 1023
26 %tmp.2 = xor i1024 %x, %tmp.0
[all …]
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_test.c66 result = mkdir("/tmp/testdir", 0755); in test_mkdir_testdir()
71 rmdir("/tmp/testdir"); in cleanup_mkdir_testdir()
76 mkdir("/tmp/testdir", 0755); in setup_mkdir_testdir()
81 result = rmdir("/tmp/testdir"); in test_rmdir_testdir()
200 result = open("/tmp/testfile0", O_RDONLY, 0600); in test_file_open_0()
205 result = open("/tmp/testfile1", O_CREAT | O_RDONLY, 0600); in test_file_open_1()
210 result = open("/tmp/testfile2", O_TRUNC | O_RDONLY, 0600); in test_file_open_2()
215 result = open("/tmp/testfile3", O_TRUNC | O_CREAT | O_RDONLY, 0600); in test_file_open_3()
220 result = open("/tmp/testfile4", O_APPEND | O_RDONLY, 0600); in test_file_open_4()
225 result = open("/tmp/testfile5", O_APPEND | O_CREAT | O_RDONLY, 0600); in test_file_open_5()
[all …]
/external/libhevc/common/
Dihevc_trans_macros.h39 …LWORD64 tmp; …
53tmp = (LWORD64)(abs(inp)); …
54tmp = tmp * (quant_coeff); …
55tmp = tmp + (((LWORD64)q_add) << (q_bits - QUANT_ROUND_FACTOR_Q)); …
56tmp = tmp >> q_bits; …
58tmp = tmp * sign; …
59 …out = (WORD16) CLIP_S16(tmp); …
64 …LWORD64 tmp; …
78tmp = (LWORD64)(abs(inp)); …
79tmp = tmp * (quant_coeff); …
[all …]

12345678910>>...296