Searched refs:t5 (Results 51 - 75 of 146) sorted by relevance

123456

/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc328 AllocatorThread t5("t5", memory, TEST_MEMORY_SIZE, TEST_MEMORY_PAGE);
334 t5.Start();
346 t5.Join();
352 t5.iterable());
434 CounterThread t5("t5", &iter, &lock, &condition, &wake_up);
440 t5.Start();
457 t5.Join();
460 t1.count() + t2.count() + t3.count() + t4.count() + t5
[all...]
/external/webp/src/dsp/
H A Dlossless_enc_msa.c23 v4i32 t4, t5; \
30 t5 = __msa_srli_w((v4i32)src1, 16); \
31 DOTP_SB2_SH(t4, t5, c1, c1, t2, t3); \
/external/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc30 * - t5 : Unused.
234 __ Addu(t5, a1, current_input_offset());
236 BranchOrBacktrack(on_no_match, gt, t5, Operand(zero_reg));
291 __ lw(t5, register_location(start_reg + 1)); // Index of end of capture.
293 __ Subu(current_input_offset(), current_input_offset(), Operand(t5));
383 __ Addu(t5, a1, current_input_offset());
385 BranchOrBacktrack(on_no_match, gt, t5, Operand(zero_reg));
423 __ lw(t5, register_location(start_reg + 1)); // Index of end of capture.
425 __ Subu(current_input_offset(), current_input_offset(), Operand(t5));
686 __ sll(t5, a
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESFastEngine.java651 int t5 = Pack.littleEndianToInt(key, 20); W[1][1] = t5;
654 int u = subWord(shift(t5, 8)) ^ rcon; rcon <<= 1;
660 t5 ^= t4; W[2][3] = t5;
664 u = subWord(shift(t5, 8)) ^ rcon; rcon <<= 1;
670 t5 ^= t4; W[i + 1][1] = t5;
671 u = subWord(shift(t5, 8)) ^ rcon; rcon <<= 1;
677 t5
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP384R1Field.java108 long t5 = xx21 - xx23;
110 long t7 = t0 + t5;
143 cc += (xx[10] & M) + xx18 + xx19 - t5 + t6;
/external/clang/test/Analysis/
H A Dreference.cpp49 char t5 (char& r) { function
/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c54 double t5(double x) { return floor(x); } function
55 // CHECK: t5
/external/clang/test/CodeGenCXX/
H A Dnew.cpp77 void t5() { function
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp74 struct Type5<scharTy::c, "5"> t5; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type5Helper<(scharTy)'\x00'>::Ty' (aka 'scharTy')}} local
/external/clang/test/Sema/
H A Dms-inline-asm.c108 __declspec(naked) int t5(int x) { // expected-note {{attribute is here}}
H A Dunused-expr.c78 void t5() {
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DWriteIndicCharts.java76 Transliterator t5 = Transliterator.getInstance("InterIndic-Tamil");
99 writeIICharts(t5,0x0B80,6);
200 Transliterator t5 = Transliterator.getInstance("InterIndic-Tamil");
222 writeCharts(t5,taml,5);
233 writeCharts(t5,0x0B80,6);
243 writeIICharts(t5,0x0B80,6);
/external/libffi/src/mips/
H A Dffitarget.h140 #define t5 $13 macro
/external/llvm/test/MC/ARM/
H A Darm11-hint-instr.s11 @ RUN: not llvm-mc -triple=armv6m -show-encoding < %s > %t5 2> %t6
12 @ RUN: FileCheck --check-prefix=CHECK-V6M %s < %t5
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2.s18 madd $s6,$t5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
32 suxc1 $f12,$k1($t5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
H A Dffitarget.h140 #define t5 $13 macro
/external/python/cpython3/Modules/_ctypes/libffi/src/mips/
H A Dffitarget.h140 #define t5 $13 macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAlignOf.h111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl
/external/valgrind/memcheck/tests/
H A Dorigin3-no.stderr.exp42 at 0x........: t5 (origin3-no.c:84)
46 by 0x........: t5 (origin3-no.c:80)
/external/tensorflow/tensorflow/python/ops/
H A Dgradients_test.py108 t5 = constant(2.0)
109 t6 = array_ops.stack([t4, t5])
119 t5 = array_ops.concat([t4, t3], 0)
121 t7 = array_ops.concat([t5, t6], 0)
122 self._assertOpListEqual([t7.op, t5.op, t4.op],
131 t5 = constant([1.0])
132 t6 = array_ops.concat([t4, t5], 0)
136 self._assertOpListEqual([t7.op, t6.op, t5.op, t4.op, t3.op, t1.op],
137 _OpsBetween(g, [t7.op], [t1.op, t5.op]))
138 self._assertOpListEqual([t6.op, t5
[all...]
/external/capstone/suite/MC/Mips/
H A Dmips-register-names.s.cs15 0x24,0x0d,0x00,0x00 = addiu $t5, $zero, 0
H A Dmips64-register-names.s.cs15 0x64,0x0d,0x00,0x00 = daddiu $t5, $zero, 0
/external/clang/test/Coverage/
H A Dc-language-features.inc95 int t5 = g(a0);
/external/eigen/unsupported/test/
H A Dcxx11_tensor_broadcasting.cpp176 Tensor<float, 1, DataLayout> t5 = t1 + t4.broadcast(Eigen::array<int, 1>{{10}});
178 VERIFY_IS_APPROX(t5(i), t1(i) + t2(0));
/external/guice/core/test/com/google/inject/
H A DTypeLiteralTest.java58 TypeLiteral<String> t5 = TypeLiteral.get(String.class);
59 assertEqualsBothWays(t4, t5);

Completed in 799 milliseconds

123456