Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 5286) sorted by relevance

12345678910>>...212

/external/libvpx/libvpx/test/
Dlpf_test.cc165 uint8_t tmp = static_cast<uint8_t>(rnd(3 * MAX_LOOP_FILTER + 4)); in TEST_P() local
167 blimit[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, in TEST_P()
168 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; in TEST_P()
169 tmp = static_cast<uint8_t>(rnd(MAX_LOOP_FILTER)); in TEST_P()
171 limit[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, in TEST_P()
172 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; in TEST_P()
173 tmp = rnd.Rand8(); in TEST_P()
175 thresh[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp, in TEST_P()
176 tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp }; in TEST_P()
224 uint8_t tmp = static_cast<uint8_t>(rnd(3 * MAX_LOOP_FILTER + 4)); 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 …]
Dinverses.ll4 %tmp.2 = and i32 %b, %a
5 %tmp.4 = xor i32 %a, -1
7 %tmp.5 = and i32 %tmp.2, %tmp.4
8 ret i32 %tmp.5
14 %tmp.1 = and i32 %a, 1234
15 %tmp.2 = and i32 %b, %tmp.1
16 %tmp.4 = xor i32 %a, -1
18 %tmp.5 = and i32 %tmp.2, %tmp.4
19 ret i32 %tmp.5
25 %tmp.1 = add i32 %a, 1234
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2003-05-28-ManyArgs.ll45 %tmp.101 = getelementptr %struct..s_placer_opts* %placer_opts, i64 0, i32 4 ; <i8**> [#uses=1]
46 %tmp.105 = getelementptr [300 x i8]* %net_file, i64 0, i64 0 ; <i8*> [#uses=1]
47 %tmp.106 = getelementptr [300 x i8]* %arch_file, i64 0, i64 0 ; <i8*> [#uses=1]
48 %tmp.107 = getelementptr [300 x i8]* %place_file, i64 0, i64 0 ; <i8*> [#uses=1]
49 %tmp.108 = getelementptr [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* %placer_opts, i64 0, i32 0 ; <i32*> [#uses=1]
52 %tmp.114 = getelementptr %struct..s_placer_opts* %placer_opts, i64 0, i32 6 ; <i32*> [#uses=1]
53 %tmp.118 = getelementptr %struct..s_router_opts* %router_opts, i64 0, i32 7 ; <i32*> [#uses=1]
54 %tmp.135 = load i32* %operation ; <i32> [#uses=1]
[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/wpa_supplicant_8/src/common/
Dsae.c22 struct sae_temporary_data *tmp; in sae_set_group() local
25 tmp = sae->tmp = os_zalloc(sizeof(*tmp)); in sae_set_group()
26 if (tmp == NULL) in sae_set_group()
30 tmp->ec = crypto_ec_init(group); in sae_set_group()
31 if (tmp->ec) { in sae_set_group()
33 tmp->prime_len = crypto_ec_prime_len(tmp->ec); in sae_set_group()
34 tmp->prime = crypto_ec_get_prime(tmp->ec); in sae_set_group()
35 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()
40 tmp->dh = dh_groups_get(group); in sae_set_group()
41 if (tmp->dh) { in sae_set_group()
[all …]
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_fractional.c51 int32_t tmp; in WebRtcSpl_Resample48khzTo32khz() local
56 tmp = 1 << 14; in WebRtcSpl_Resample48khzTo32khz()
57 tmp += kCoefficients48To32[0][0] * In[0]; in WebRtcSpl_Resample48khzTo32khz()
58 tmp += kCoefficients48To32[0][1] * In[1]; in WebRtcSpl_Resample48khzTo32khz()
59 tmp += kCoefficients48To32[0][2] * In[2]; in WebRtcSpl_Resample48khzTo32khz()
60 tmp += kCoefficients48To32[0][3] * In[3]; in WebRtcSpl_Resample48khzTo32khz()
61 tmp += kCoefficients48To32[0][4] * In[4]; in WebRtcSpl_Resample48khzTo32khz()
62 tmp += kCoefficients48To32[0][5] * In[5]; in WebRtcSpl_Resample48khzTo32khz()
63 tmp += kCoefficients48To32[0][6] * In[6]; in WebRtcSpl_Resample48khzTo32khz()
64 tmp += kCoefficients48To32[0][7] * In[7]; in WebRtcSpl_Resample48khzTo32khz()
[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 …]
/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 …]
/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/swiftshader/third_party/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/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp256 uint32_t s1 = 0, d1 = 0, d2 = 0, shift = 0, shift1 = 0, shift2 = 0, tmp = 0, in composeTo_opt2() local
312 tmp = (tmp2 & ~maskM) | ((tmp1 | tmp2) & maskM); in composeTo_opt2()
315 tmp = (tmp2 & ~maskM) | ((tmp1 & tmp2) & maskM); in composeTo_opt2()
318 tmp = (tmp2 & ~maskM) | ((tmp1 ^ tmp2) & maskM); in composeTo_opt2()
321 tmp = (tmp2 & ~maskM) | ((~(tmp1 ^ tmp2)) & maskM); in composeTo_opt2()
324 tmp = (tmp2 & ~maskM) | (tmp1 & maskM); in composeTo_opt2()
327 lineDst[0] = (uint8_t)(tmp >> 24); in composeTo_opt2()
328 lineDst[1] = (uint8_t)(tmp >> 16); in composeTo_opt2()
329 lineDst[2] = (uint8_t)(tmp >> 8); in composeTo_opt2()
330 lineDst[3] = (uint8_t)tmp; in composeTo_opt2()
[all …]
/external/swiftshader/third_party/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/autotest/client/deps/fakegudev/src/
Dtest-fakesyscalls.sh8 FAKE_SYSCALLS_DBG=/tmp/fake_syscalls.dbg
13 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo1=/tmp/foo2
14 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo3
15 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo4=.
16 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo5=/tmp/foo6
19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99
23 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo1 /tmp/foo2
24 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo1 /tmp/foo2
31 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
32 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
[all …]
/external/llvm/test/Transforms/InstCombine/
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 …]
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 …]
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
Dadd.ll22 %tmp.3.s = add i32 %y.s, %x.s ; <i32> [#uses=1]
23 ret i32 %tmp.3.s
28 %tmp.3.s = add i32 100, %x.s ; <i32> [#uses=1]
29 ret i32 %tmp.3.s
34 %tmp.3.s = add i64 %y.s, %x.s ; <i64> [#uses=1]
35 ret i64 %tmp.3.s
40 %tmp.3.s = add i64 100, %x.s ; <i64> [#uses=1]
41 ret i64 %tmp.3.s
46 %tmp.3.s = sub i32 %y.s, %x.s ; <i32> [#uses=1]
47 ret i32 %tmp.3.s
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/
D2005-09-01-ArrayOutOfBounds.ll5 %tmp.2 = add i32 %a4, %a3 ; <i32> [#uses=1]
6 %tmp.4 = add i32 %tmp.2, %a2 ; <i32> [#uses=1]
7 %tmp.6 = add i32 %tmp.4, %a1 ; <i32> [#uses=1]
8 %tmp.8 = add i32 %tmp.6, %a0 ; <i32> [#uses=1]
9 %tmp.11 = add i32 %a3, %a2 ; <i32> [#uses=1]
10 %tmp.13 = add i32 %tmp.11, %a1 ; <i32> [#uses=1]
11 %tmp.15 = add i32 %tmp.13, %a0 ; <i32> [#uses=1]
12 %tmp.18 = add i32 %a2, %a1 ; <i32> [#uses=1]
13 %tmp.20 = add i32 %tmp.18, %a0 ; <i32> [#uses=1]
14 %tmp.23 = add i32 %a1, %a0 ; <i32> [#uses=1]
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/
Dp224-64.c474 int64_t tmp[4], a; in p224_felem_contract() local
475 tmp[0] = in[0]; in p224_felem_contract()
476 tmp[1] = in[1]; in p224_felem_contract()
477 tmp[2] = in[2]; in p224_felem_contract()
478 tmp[3] = in[3]; in p224_felem_contract()
481 tmp[0] -= a; in p224_felem_contract()
482 tmp[1] += a << 40; in p224_felem_contract()
483 tmp[3] &= 0x00ffffffffffffff; in p224_felem_contract()
492 tmp[3] &= a ^ 0xffffffffffffffff; in p224_felem_contract()
493 tmp[2] &= a ^ 0xffffffffffffffff; in p224_felem_contract()
[all …]
/external/python/cpython2/PC/os2emx/
Ddlfcn.c61 DLLchain tmp; in find_id() local
63 for (tmp = dlload; tmp; tmp = tmp->next) in find_id()
64 if (id == tmp->id) in find_id()
65 return tmp; in find_id()
74 DLLchain tmp; in dlopen() local
79 for (tmp = dlload; tmp; tmp = tmp->next) in dlopen()
80 if (strnicmp(tmp->name, filename, 999) == 0) in dlopen()
83 if (!tmp) in dlopen()
85 tmp = (DLLchain) malloc(sizeof(tDLLchain)); in dlopen()
86 if (!tmp) in dlopen()
[all …]
/external/toybox/toys/pending/
Dipcrm.c78 struct arg_list *tmp; in ipcrm_main() local
80 for (tmp = TT.mkey; tmp; tmp = tmp->next) do_ipcrm(1, 1, tmp->arg); in ipcrm_main()
81 for (tmp = TT.mid; tmp; tmp = tmp->next) do_ipcrm(0, 1, tmp->arg); in ipcrm_main()
82 for (tmp = TT.qkey; tmp; tmp = tmp->next) do_ipcrm(1, 2, tmp->arg); in ipcrm_main()
83 for (tmp = TT.qid; tmp; tmp = tmp->next) do_ipcrm(0, 2, tmp->arg); in ipcrm_main()
84 for (tmp = TT.skey; tmp; tmp = tmp->next) do_ipcrm(1, 3, tmp->arg); in ipcrm_main()
85 for (tmp = TT.sid; tmp; tmp = tmp->next) do_ipcrm(0, 3, tmp->arg); in ipcrm_main()

12345678910>>...212