HomeSort by: relevance | last modified time | path
    Searched refs:T6 (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_syscall_linux_x86_64.inc 70 typename T6>
72 T5 arg5, T6 arg6) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_linux_x86_64.inc 69 typename T6>
71 T5 arg5, T6 arg6) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h 156 typename T6>
159 typedef Types5<T2, T3, T4, T5, T6> Tail;
163 typename T6, typename T7>
166 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
170 typename T6, typename T7, typename T8>
173 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
177 typename T6, typename T7, typename T8, typename T9>
180 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
184 typename T6, typename T7, typename T8, typename T9, typename T10>
187 typedef Types9<T2, T3, T4, T5, T6, T7, T8, T9, T10> Tail
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
assoc_container.hpp 142 typename T5, typename T6>
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
144 : base_type(t0, t1, t2, t3, t4, t5, t6) { }
147 typename T5, typename T6, typename T7>
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
149 : base_type(t0, t1, t2, t3, t4, t5, t6, t7) { }
152 typename T5, typename T6, typename T7, typename T8>
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/mips/
macdefs.h 163 #define T6 14
275 { T6T7, T7T8, -1 }, /* $t6 */ \
308 { T5, T6, T4T5, T6T7, -1 }, /* $t5:$t6 */ \
309 { T6, T7, T5T6, T7T8, -1 }, /* $t6:$t7 */ \
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 207 xmmi T0, T1, T2, T3, T4, T5, T6, T7, T8;
225 T6 = _mm_unpacklo_epi64(
230 T5 = _mm_or_si128(_mm_srli_epi64(T5, 52), _mm_slli_epi64(T6, 12));
233 H4 = _mm_srli_epi64(T6, 40);
373 T6 = _mm_unpacklo_epi64(
390 T5 = _mm_or_si128(_mm_srli_epi64(T5, 52), _mm_slli_epi64(T6, 12));
392 M3 = _mm_and_si128(MMASK, _mm_srli_epi64(T6, 14));
396 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
400 T6 = _mm_loadu_si128((const xmmi *) (const void *) (m + 48));
401 T7 = _mm_unpacklo_epi32(T5, T6);
    [all...]
  /src/external/apache2/llvm/dist/clang/INPUTS/
c99-intconst-1.c 33 #define type_comb6(T1, T2, T3, T4, T5, T6) \
38 type_comb2(T5, T6)))))
56 (T4 *) if E4, otherwise (T5 *) if E5, otherwise (T6 *) if E6. */
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
63 type_if(T6, (!(E1) && !(E2) && !(E3) \
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
75 T4, (E4), T5, (E5), T6, (E6)))0))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 37 const unsigned IndirectBranchMaskReg = Mips::T6;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 167 Reserved.set(Mips::T6); // Reserved for control flow mask.
MicroMipsSizeReduction.cpp 381 Mips::T0, Mips::T1, Mips::T2, Mips::T3, Mips::T4, Mips::T5, Mips::T6,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
typelist.h 128 typename T4, typename T5, typename T6>
528 typename T4, typename T5, typename T6>
531 typedef node<_GLIBCXX_TYPELIST_CHAIN6(T1,T2,T3,T4,T5,T6)> type;
  /src/sys/arch/arc/arc/
minidebug.c 111 "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7",
227 mdbpcb.pcb_regs[T6],mdbpcb.pcb_regs[T7]);
  /src/tests/usr.bin/realpath/
t_realpath.sh 179 ln -s "${DIR}"/Dir/StdOut/CannotExist T6 || atf_fail "setup T6"
  /src/external/bsd/elftosb/dist/common/
rijndael.cpp 405 static uint8_t T6[256][4]=
1541 ^ *((uint32_t*)T6[temp[3][1]])
1545 ^ *((uint32_t*)T6[temp[0][1]])
1549 ^ *((uint32_t*)T6[temp[1][1]])
1553 ^ *((uint32_t*)T6[temp[2][1]])
1563 ^ *((uint32_t*)T6[temp[3][1]])
1567 ^ *((uint32_t*)T6[temp[0][1]])
1571 ^ *((uint32_t*)T6[temp[1][1]])
1575 ^ *((uint32_t*)T6[temp[2][1]])
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-builtin-types.def 47 #define DEF_FN_TYPE_5(FN_TYPE, T1, T2, T3, T4, T5, T6) \
54 s390_builtin_types[T6])
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 1590 SDValue T6 = DAG.getNode(ISD::ADD, dl, ResTy, {HiVec(T0), HiVec(T3)});
1591 SDValue T7 = DAG.getNode(ISD::ADD, dl, ResTy, {T5, T6});
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 3240 case Mips::T5: return Mips::T6;
3241 case Mips::T6: return Mips::T7;
5563 return Mips::T6;
5593 case Mips::F14: return Mips::T6;
5632 case Mips::COP014: return Mips::T6;
6187 .Case("t6", 14)
6204 .Case("t6", "t2")
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 2071 typename T6 = void, typename T7 = void, typename T8 = void,

Completed in 90 milliseconds