Home
last modified time | relevance | path

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

12345678910>>...146

/third_party/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 …]
Drun-addr2line-i-demangle-test.sh31 /tmp/x.cpp:5
33 /tmp/x.cpp:6
35 /tmp/x.cpp:10
37 /tmp/x.cpp:11
38 foobar inlined at /tmp/x.cpp:15 in bar()
39 /tmp/x.cpp:5
41 /tmp/x.cpp:15
42 fubar inlined at /tmp/x.cpp:20 in baz()
43 /tmp/x.cpp:10
45 /tmp/x.cpp:20
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c24 struct sae_temporary_data *tmp; in sae_set_group() local
36 tmp = sae->tmp = os_zalloc(sizeof(*tmp)); in sae_set_group()
37 if (tmp == NULL) in sae_set_group()
41 tmp->ec = crypto_ec_init(group); in sae_set_group()
42 if (tmp->ec) { in sae_set_group()
46 tmp->prime_len = crypto_ec_prime_len(tmp->ec); in sae_set_group()
47 tmp->prime = crypto_ec_get_prime(tmp->ec); in sae_set_group()
48 tmp->order_len = crypto_ec_order_len(tmp->ec); in sae_set_group()
49 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()
54 tmp->dh = dh_groups_get(group); in sae_set_group()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle_test.cc43 char tmp[10]; in TEST() local
44 EXPECT_TRUE(Demangle("_Z6foobarv", tmp, sizeof(tmp))); in TEST()
46 EXPECT_STREQ("foobar()", tmp); in TEST()
47 EXPECT_TRUE(Demangle("_Z6foobarv", tmp, 9)); in TEST()
48 EXPECT_STREQ("foobar()", tmp); in TEST()
49 EXPECT_FALSE(Demangle("_Z6foobarv", tmp, 8)); // Not enough. in TEST()
50 EXPECT_FALSE(Demangle("_Z6foobarv", tmp, 1)); in TEST()
51 EXPECT_FALSE(Demangle("_Z6foobarv", tmp, 0)); in TEST()
53 EXPECT_FALSE(Demangle("_Z1000000", tmp, 9)); in TEST()
62 char tmp[20]; in TEST() local
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dcabac.h58 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument
59 "cmp "low" , "tmp" \n\t"\
62 "and %%ecx , "tmp" \n\t"\
64 "sub "tmp" , "low" \n\t"
66 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument
68 "sub "low" , "tmp" \n\t"\
69 "sar $31 , "tmp" \n\t"\
71 "and "tmp" , "range" \n\t"\
74 "and "tmp" , %%ecx \n\t"\
76 "xor "tmp" , "ret" \n\t"\
[all …]
Dmdct15_init.c36 FFTComplex tmp[30]; in perm_twiddles() local
46 tmp[6*k + 0] = s->exptab[k + 0]; in perm_twiddles()
47 tmp[6*k + 2] = s->exptab[k + 5]; in perm_twiddles()
48 tmp[6*k + 4] = s->exptab[k + 10]; in perm_twiddles()
50 tmp[6*k + 1] = s->exptab[2 * (k + 0)]; in perm_twiddles()
51 tmp[6*k + 3] = s->exptab[2 * (k + 5)]; in perm_twiddles()
52 tmp[6*k + 5] = s->exptab[2 * k + 5 ]; in perm_twiddles()
57 { tmp[6*1 + k].re, tmp[6*1 + k].re }, in perm_twiddles()
58 { tmp[6*2 + k].re, tmp[6*2 + k].re }, in perm_twiddles()
59 { tmp[6*3 + k].re, tmp[6*3 + k].re }, in perm_twiddles()
[all …]
/third_party/musl/ndk-test/sanitize/
Druntest.sh21 ASAN_OPTIONS=detect_stack_use_after_return=1 sanitize/asan/$case 2>tmp
23 ASAN_OPTIONS=check_initialization_order=true sanitize/asan/$case 2>tmp
25 ASAN_OPTIONS='' sanitize/asan/$case 2>tmp
30 grep -nr 'SUMMARY: ' tmp | grep "leaked in"
32 grep -nr 'SUMMARY: ' tmp | grep $case
52 cat /dev/null > tmp
55 sanitize/scudo/$case valid 2>tmp
57 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case invalid 2>tmp
59 SCUDO_OPTIONS=allocator_may_return_null=0 sanitize/scudo/$case invalid 2>tmp #not
60 grep -nr 'Scudo ERROR: ' tmp >/dev/null
[all …]
/third_party/musl/ndk-test/script/
Druntest-sanitize.sh20 ASAN_OPTIONS=detect_stack_use_after_return=1 sanitize/asan/$case 2>tmp
22 ASAN_OPTIONS=check_initialization_order=true sanitize/asan/$case 2>tmp
24 ASAN_OPTIONS='' sanitize/asan/$case 2>tmp
29 grep -nr 'SUMMARY: ' tmp | grep "leaked in"
31 grep -nr 'SUMMARY: ' tmp | grep $case
51 cat /dev/null > tmp
54 sanitize/scudo/$case valid 2>tmp
56 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case invalid 2>tmp
58 SCUDO_OPTIONS=allocator_may_return_null=0 sanitize/scudo/$case invalid 2>tmp #not
59 grep -nr 'Scudo ERROR: ' tmp >/dev/null
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.c26 struct sae_temporary_data *tmp; in sae_set_group() local
38 tmp = sae->tmp = os_zalloc(sizeof(*tmp)); in sae_set_group()
39 if (tmp == NULL) in sae_set_group()
43 tmp->ec = crypto_ec_init(group); in sae_set_group()
44 if (tmp->ec) { in sae_set_group()
48 tmp->prime_len = crypto_ec_prime_len(tmp->ec); in sae_set_group()
49 tmp->prime = crypto_ec_get_prime(tmp->ec); in sae_set_group()
50 tmp->order_len = crypto_ec_order_len(tmp->ec); in sae_set_group()
51 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()
56 tmp->dh = dh_groups_get(group); in sae_set_group()
[all …]
Dsae_pk.c252 u8 dtable[256], *out, *pos, tmp; in sae_pk_base32_decode() local
286 tmp = dtable[val]; in sae_pk_base32_decode()
287 if (tmp == 0x80) in sae_pk_base32_decode()
293 block |= tmp; in sae_pk_base32_decode()
361 struct sae_temporary_data *tmp = sae->tmp; in sae_pk_set_password() local
368 if (!tmp) in sae_pk_set_password()
371 os_memset(tmp->fingerprint, 0, sizeof(tmp->fingerprint)); in sae_pk_set_password()
372 tmp->fingerprint_bytes = tmp->fingerprint_bits = 0; in sae_pk_set_password()
382 tmp->sec = (pw[0] & BIT(7)) ? 3 : 5; in sae_pk_set_password()
383 tmp->lambda = len - len / 5; in sae_pk_set_password()
[all …]
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/ec/
Decp_nistp224.c593 widefelem tmp; in felem_square_reduce() local
594 felem_square(tmp, in); in felem_square_reduce()
595 felem_reduce(out, tmp); in felem_square_reduce()
600 widefelem tmp; in felem_mul_reduce() local
601 felem_mul(tmp, in1, in2); in felem_mul_reduce()
602 felem_reduce(out, tmp); in felem_mul_reduce()
614 int64_t tmp[4], a; in felem_contract() local
615 tmp[0] = in[0]; in felem_contract()
616 tmp[1] = in[1]; in felem_contract()
617 tmp[2] = in[2]; in felem_contract()
[all …]
/third_party/openssl/crypto/ec/
Decp_nistp224.c593 widefelem tmp; in felem_square_reduce() local
594 felem_square(tmp, in); in felem_square_reduce()
595 felem_reduce(out, tmp); in felem_square_reduce()
600 widefelem tmp; in felem_mul_reduce() local
601 felem_mul(tmp, in1, in2); in felem_mul_reduce()
602 felem_reduce(out, tmp); in felem_mul_reduce()
614 int64_t tmp[4], a; in felem_contract() local
615 tmp[0] = in[0]; in felem_contract()
616 tmp[1] = in[1]; in felem_contract()
617 tmp[2] = in[2]; in felem_contract()
[all …]
/third_party/libwebsockets/scripts/
Dattack.sh18 LOG=/tmp/lwslog
40 diff /tmp/lwscap $CORPUS > /dev/null
47 cat $CORPUS > /tmp/plusforb
48 …\" type=\"text/css\" href=\"/error.css\"/></head><body><h1>403</h1></body></html>" >> /tmp/plusforb
49 diff /tmp/lwscap /tmp/plusforb > /dev/null
51 cat $CORPUS > /tmp/plusforb
53 …\" type=\"text/css\" href=\"/error.css\"/></head><body><h1>403</h1></body></html>" >> /tmp/plusforb
54 diff /tmp/lwscap /tmp/plusforb > /dev/null
58 tail -n 10 /tmp/lwscap
146 rm -f /tmp/lwscap
[all …]
/third_party/openssl/crypto/modes/
Dcts128.c95 } tmp; in CRYPTO_cts128_encrypt() local
111 memcpy(tmp.c, out - 16, 16); in CRYPTO_cts128_encrypt()
113 memcpy(out, tmp.c, residue); in CRYPTO_cts128_encrypt()
115 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_cts128_encrypt()
116 memcpy(tmp.c, in, residue); in CRYPTO_cts128_encrypt()
118 (*cbc) (tmp.c, out - 16, 16, key, ivec, 1); in CRYPTO_cts128_encrypt()
131 } tmp; in CRYPTO_nistcts128_encrypt() local
151 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_nistcts128_encrypt()
152 memcpy(tmp.c, in, residue); in CRYPTO_nistcts128_encrypt()
153 (*cbc) (tmp.c, out - 16 + residue, 16, key, ivec, 1); in CRYPTO_nistcts128_encrypt()
[all …]
/third_party/node/deps/openssl/openssl/crypto/modes/
Dcts128.c95 } tmp; in CRYPTO_cts128_encrypt() local
111 memcpy(tmp.c, out - 16, 16); in CRYPTO_cts128_encrypt()
113 memcpy(out, tmp.c, residue); in CRYPTO_cts128_encrypt()
115 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_cts128_encrypt()
116 memcpy(tmp.c, in, residue); in CRYPTO_cts128_encrypt()
118 (*cbc) (tmp.c, out - 16, 16, key, ivec, 1); in CRYPTO_cts128_encrypt()
131 } tmp; in CRYPTO_nistcts128_encrypt() local
151 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_nistcts128_encrypt()
152 memcpy(tmp.c, in, residue); in CRYPTO_nistcts128_encrypt()
153 (*cbc) (tmp.c, out - 16 + residue, 16, key, ivec, 1); in CRYPTO_nistcts128_encrypt()
[all …]
/third_party/skia/src/core/
DSkLineClipper.cpp120 SkPoint tmp[2]; in IntersectLine() local
121 memcpy(tmp, src, sizeof(tmp)); in IntersectLine()
124 if (tmp[index0].fY < clip.fTop) { in IntersectLine()
125 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop); in IntersectLine()
127 if (tmp[index1].fY > clip.fBottom) { in IntersectLine()
128 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom); in IntersectLine()
131 if (tmp[0].fX < tmp[1].fX) { in IntersectLine()
140 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight)) { in IntersectLine()
143 if (tmp[0].fX != tmp[1].fX || tmp[0].fX < clip.fLeft || tmp[0].fX > clip.fRight) { in IntersectLine()
148 if (tmp[index0].fX < clip.fLeft) { in IntersectLine()
[all …]
/third_party/libuv/include/uv/
Dtree.h88 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
89 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
90 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
91 (head)->sph_root = tmp; \
94 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
95 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
96 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
97 (head)->sph_root = tmp; \
100 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
101 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
[all …]
/third_party/node/deps/uv/include/uv/
Dtree.h88 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
89 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
90 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
91 (head)->sph_root = tmp; \
94 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
95 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
96 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
97 (head)->sph_root = tmp; \
100 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
101 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
[all …]
/third_party/libcoap/examples/
Doscore_testcases.sh111 PASS=`cat /tmp/client_out | egrep "$2" | wc -l`
120 cat /tmp/client_out
122 cat /tmp/client_out | egrep -v " DEBG | OSC "
126 $SERVER -E $INDIR/interop/b_server.conf -v8 -p $S_PORT_B > /tmp/server_b 2>&1 &
127 $SERVER -E $INDIR/interop/d_server.conf -v8 -p $S_PORT_D > /tmp/server_d 2>&1 &
128 $SERVER -v8 -p $S_PORT_N > /tmp/server_n 2>&1 &
133 rm -f /tmp/client_a
134 rm -f /tmp/client_c
138 …-v8 coap://$TARGET_IP:$S_PORT_B/oscore/hello/coap 2>&1 | egrep -v " DEBG | OSC " > /tmp/client_out
143 …IENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a coap://$TARGET_IP:$S_PORT_B/oscore/hello…
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
Drun_cpuctl_test_fj.sh132 ps -eo pid,rtprio > /tmp/pids_file1 &
135 cat /tmp/pids_file1 | grep '-' | tr -d '-' | tr -d ' ' | \
136 grep -v "$pspid" > /tmp/pids_file2
146 done < /tmp/pids_file2
152 mkdir $CPUCTL/tmp
162 shares=`cat $CPUCTL/tmp/cpu.shares`
168 task=`cat $CPUCTL/tmp/tasks`
178 mkdir $CPUCTL/tmp
184 mkdir $CPUCTL/tmp/tmp1
194 shares=`cat $CPUCTL/tmp/tmp1/cpu.shares`
[all …]
/third_party/mesa3d/src/util/format/
Du_format_s3tc.c73 uint8_t tmp[4]; in util_format_dxt1_rgb_fetch_rgba() local
74 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_rgb_fetch_rgba()
75 dst[0] = ubyte_to_float(tmp[0]); in util_format_dxt1_rgb_fetch_rgba()
76 dst[1] = ubyte_to_float(tmp[1]); in util_format_dxt1_rgb_fetch_rgba()
77 dst[2] = ubyte_to_float(tmp[2]); in util_format_dxt1_rgb_fetch_rgba()
85 uint8_t tmp[4]; in util_format_dxt1_rgba_fetch_rgba() local
86 util_format_dxt1_rgba_fetch(0, src, i, j, tmp); in util_format_dxt1_rgba_fetch_rgba()
87 dst[0] = ubyte_to_float(tmp[0]); in util_format_dxt1_rgba_fetch_rgba()
88 dst[1] = ubyte_to_float(tmp[1]); in util_format_dxt1_rgba_fetch_rgba()
89 dst[2] = ubyte_to_float(tmp[2]); in util_format_dxt1_rgba_fetch_rgba()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpg726depay.c236 guint8 *in, *out, tmp; in gst_rtp_g726_depay_process() local
266 tmp = *in++; in gst_rtp_g726_depay_process()
267 *out++ = ((tmp & 0xc0) >> 6) | in gst_rtp_g726_depay_process()
268 ((tmp & 0x30) >> 2) | ((tmp & 0x0c) << 2) | ((tmp & 0x03) << 6); in gst_rtp_g726_depay_process()
283 tmp = *in++; in gst_rtp_g726_depay_process()
284 *out++ = ((tmp & 0xe0) >> 5) | in gst_rtp_g726_depay_process()
285 ((tmp & 0x1c) << 1) | ((tmp & 0x03) << 6); in gst_rtp_g726_depay_process()
286 tmp = *in++; in gst_rtp_g726_depay_process()
287 *out++ = ((tmp & 0x80) >> 7) | in gst_rtp_g726_depay_process()
288 ((tmp & 0x70) >> 3) | ((tmp & 0x0e) << 3) | ((tmp & 0x01) << 7); in gst_rtp_g726_depay_process()
[all …]
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3-parse.c84 GList *tmp; in pending_pads_are_eos() local
86 for (tmp = input->pending_pads; tmp; tmp = tmp->next) { in pending_pads_are_eos()
87 PendingPad *ppad = (PendingPad *) tmp->data; in pending_pads_are_eos()
99 GList *tmp; in all_inputs_are_eos() local
101 for (tmp = dbin->input_streams; tmp; tmp = tmp->next) { in all_inputs_are_eos()
102 DecodebinInputStream *input = (DecodebinInputStream *) tmp->data; in all_inputs_are_eos()
110 for (tmp = dbin->other_inputs; tmp; tmp = tmp->next) in all_inputs_are_eos()
111 if (!pending_pads_are_eos ((DecodebinInput *) tmp->data)) in all_inputs_are_eos()
122 GList *tmp; in check_all_streams_for_eos() local
132 for (tmp = dbin->input_streams; tmp; tmp = tmp->next) { in check_all_streams_for_eos()
[all …]
/third_party/optimized-routines/math/test/rtest/
Drandom.c87 uint32 tmp; in random_upto_biased() local
88 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
89 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
90 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
91 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
92 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
93 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
94 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
95 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()

12345678910>>...146