Searched refs:tmp (Results 1 - 25 of 3524) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/uuid/
H A Dpack.c41 uint32_t tmp; local
44 tmp = uu->time_low;
45 out[3] = (unsigned char) tmp;
46 tmp >>= 8;
47 out[2] = (unsigned char) tmp;
48 tmp >>= 8;
49 out[1] = (unsigned char) tmp;
50 tmp >>= 8;
51 out[0] = (unsigned char) tmp;
53 tmp
[all...]
H A Dunpack.c42 uint32_t tmp; local
44 tmp = *ptr++;
45 tmp = (tmp << 8) | *ptr++;
46 tmp = (tmp << 8) | *ptr++;
47 tmp = (tmp << 8) | *ptr++;
48 uu->time_low = tmp;
50 tmp
[all...]
/external/ltp/testcases/kernel/security/cap_bound/
H A Drun_capbounds.sh32 tmp=$?
33 if [ $tmp -ne 0 ]; then
34 exit_code=$tmp
39 tmp=$?
40 if [ $tmp -ne 0 ]; then
41 exit_code=$tmp
46 tmp=$?
47 if [ $tmp -ne 0 ]; then
48 exit_code=$tmp
52 tmp
[all...]
/external/capstone/suite/
H A Dtest_c.sh6 ../tests/test > /tmp/$1
7 ../tests/test_detail >> /tmp/$1
8 ../tests/test_skipdata >> /tmp/$1
9 ../tests/test_iter >> /tmp/$1
10 ../tests/test_arm >> /tmp/$1
11 ../tests/test_arm64 >> /tmp/$1
12 ../tests/test_mips >> /tmp/$1
13 ../tests/test_ppc >> /tmp/$1
14 ../tests/test_sparc >> /tmp/$1
15 ../tests/test_x86 >> /tmp/
[all...]
H A Dtest_python.sh6 ../bindings/python/test.py > /tmp/$1
7 ../bindings/python/test_detail.py >> /tmp/$1
8 ../bindings/python/test_arm.py >> /tmp/$1
9 ../bindings/python/test_arm64.py >> /tmp/$1
10 ../bindings/python/test_mips.py >> /tmp/$1
11 ../bindings/python/test_ppc.py >> /tmp/$1
12 ../bindings/python/test_sparc.py >> /tmp/$1
13 ../bindings/python/test_x86.py >> /tmp/$1
/external/capstone/arch/AArch64/
H A DAArch64GenDisassemblerTables.inc9615 InsnType tmp; \
9631 tmp = fieldname(insn, 0, 5); \
9632 if (!Check(&S, DecodeDDDDRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
9633 tmp = fieldname(insn, 5, 5); \
9634 if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
9637 tmp = fieldname(insn, 0, 5); \
9638 if (!Check(&S, DecodeDDDRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
9639 tmp = fieldname(insn, 5, 5); \
9640 if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
9643 tmp
[all...]
/external/valgrind/none/tests/scripts/
H A Dbug231357.stdout.exp0 /tmp/bruhaha/test.sh
/external/capstone/arch/ARM/
H A DARMGenDisassemblerTables.inc10093 InsnType tmp; \
10097 tmp = fieldname(insn, 12, 4); \
10098 if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
10099 tmp = fieldname(insn, 16, 4); \
10100 if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
10101 tmp = fieldname(insn, 0, 4); \
10102 if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
10103 tmp = fieldname(insn, 28, 4); \
10104 if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
10105 tmp
[all...]
/external/clang/test/CodeGen/
H A Duint128_t.c10 __uint128_t tmp; local
12 tmp = val;
13 tmp *= numer;
14 tmp /= denom;
16 return tmp;
H A D2007-08-01-LoadStoreAlign.c14 int tmp = t.b; local
15 u.b = tmp;
16 return tmp;
/external/ltp/testcases/kernel/security/filecaps/
H A Dfilecapstest.sh26 TMP=${TMP:=/tmp}
34 tmp=$?
35 if [ $tmp -ne 0 ]; then
36 exit_code=$tmp
41 tmp=$?
42 if [ $tmp -ne 0 ]; then
43 exit_code=$tmp
48 tmp=$?
49 if [ $tmp -ne 0 ]; then
50 exit_code=$tmp
[all...]
/external/ltp/lib/newlib_tests/
H A Dtst_res_hexd.c23 char tmp[] = "Hello from tst_res_hexd"; local
25 tst_res_hexd(TPASS, tmp, sizeof(tmp), "%s%d", "dump", 1);
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_stress.sh33 sched_driver -s 0.9 -t 0.02 -p 2 > /tmp/tmp$$
34 tail -n 5 /tmp/tmp$$
35 rm -rf /tmp/tmp$$ ./sched_datafile sch.measure
/external/autotest/client/deps/fakegudev/src/
H A 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/foo
[all...]
/external/libhevc/common/
H A Dihevc_trans_macros.h39 LWORD64 tmp; \
53 tmp = (LWORD64)(abs(inp)); \
54 tmp = tmp * (quant_coeff); \
55 tmp = tmp + (((LWORD64)q_add) << (q_bits - QUANT_ROUND_FACTOR_Q)); \
56 tmp = tmp >> q_bits; \
58 tmp = tmp * sig
[all...]
/external/capstone/arch/Mips/
H A DMipsGenDisassemblerTables.inc4702 InsnType tmp; \
4708 tmp = fieldname(insn, 8, 3); \
4709 if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
4712 tmp = fieldname(insn, 8, 3); \
4713 if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
4714 tmp = fieldname(insn, 8, 3); \
4715 if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
4718 tmp = 0; \
4719 tmp |= (fieldname(insn, 3, 2) << 3); \
4720 tmp |
[all...]
/external/capstone/arch/PowerPC/
H A DPPCGenDisassemblerTables.inc2248 InsnType tmp; \
2252 tmp = fieldname(insn, 21, 5); \
2253 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \
2254 tmp = fieldname(insn, 16, 5); \
2255 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
2256 tmp = fieldname(insn, 0, 16); \
2257 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \
2260 tmp = fieldname(insn, 21, 5); \
2261 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \
2262 tmp
[all...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
H A DGenericListVisitorAdapter.java50 List<R> tmp;
52 tmp = n.getMembers().accept(this, arg);
53 if (tmp != null)
54 result.addAll(tmp);
57 tmp = n.getName().accept(this, arg);
58 if (tmp != null)
59 result.addAll(tmp);
62 tmp = n.getAnnotations().accept(this, arg);
63 if (tmp != null)
64 result.addAll(tmp);
[all...]
/external/capstone/arch/SystemZ/
H A DSystemZGenDisassemblerTables.inc1702 InsnType tmp; \
1706 tmp = fieldname(insn, 0, 4); \
1707 if (DecodeADDR64BitRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
1710 tmp = fieldname(insn, 4, 4); \
1711 if (decodeU4ImmOperand(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
1712 tmp = fieldname(insn, 0, 4); \
1713 if (DecodeGR64BitRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
1716 tmp = fieldname(insn, 4, 4); \
1717 if (DecodeGR64BitRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
1718 tmp
[all...]
/external/e2fsprogs/lib/e2p/
H A Duuid.c40 __u32 tmp; local
42 tmp = *ptr++;
43 tmp = (tmp << 8) | *ptr++;
44 tmp = (tmp << 8) | *ptr++;
45 tmp = (tmp << 8) | *ptr++;
46 uu->time_low = tmp;
48 tmp
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java111 byte tmp;
113 case '0': tmp = 0; break;
114 case '1': tmp = 1; break;
115 case '2': tmp = 2; break;
116 case '3': tmp = 3; break;
117 case '4': tmp = 4; break;
118 case '5': tmp = 5; break;
119 case '6': tmp = 6; break;
120 case '7': tmp = 7; break;
121 case '8': tmp
[all...]
/external/adhd/cras/src/common/
H A Dcras_metrics.c26 char tmp[4][16]; local
27 snprintf(tmp[0], 16, "%d", sample);
28 snprintf(tmp[1], 16, "%d", min);
29 snprintf(tmp[2], 16, "%d", max);
30 snprintf(tmp[3], 16, "%d", nbuckets);
31 const char *argv[] = {METRICS_CLIENT, name, tmp[0], tmp[1],
32 tmp[2], tmp[3], NULL};
/external/python/cpython2/PC/os2emx/
H A Ddlfcn.c61 DLLchain tmp; local
63 for (tmp = dlload; tmp; tmp = tmp->next)
64 if (id == tmp->id)
65 return tmp;
74 DLLchain tmp; local
79 for (tmp = dlload; tmp; tm
163 DLLchain tmp = find_id(handle); local
195 DLLchain tmp = find_id(handle); local
[all...]
/external/elfutils/tests/
H A 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/
[all...]
/external/libvpx/libvpx/test/
H A Dlpf_test.cc177 uint8_t tmp = GetOuterThresh(&rnd); local
179 blimit[16]) = { tmp, tmp, tmp, tmp, tmp, tmp, tmp, tmp,
180 tmp, tm
236 uint8_t tmp = GetOuterThresh(&rnd); local
286 uint8_t tmp = GetOuterThresh(&rnd); local
[all...]

Completed in 9488 milliseconds

1234567891011>>