HomeSort by relevance Sort by last modified time
    Searched defs:t9 (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/test/Sema/
warn-char-subscripts.c 53 void t9() { function
  /external/clang/test/Analysis/
free.c 42 void t9 () { function
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 63 char *t9(void) { return strrchr("hello, world", 'w'); } function
64 // CHECK: t9
ms_struct-bitfield-1.c 79 } ATTR t9; variable in typeref:struct:__anon6384
80 static int a9[(sizeof(t9) == 16) -1];
ms_struct-bitfield.c 108 } ATTR t9; variable in typeref:struct:__anon6397
125 static int arr9[(sizeof(t9) == 28) -1];
asm.c 53 unsigned t9(unsigned int a) { function
arm-aapcs-zerolength-bitfield.c 82 struct t9 struct
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
90 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 86 struct t9 struct
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
94 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 122 int t9(int n) { function
  /external/clang/test/Misc/
integer-literal-printing.cpp 78 struct Type9<char32Ty::c, "9"> t9; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type9Helper<(char32Ty)u'\x00'>::Ty' (aka 'char32Ty')}} local
  /bionic/libc/arch-mips/include/machine/
regdef.h 84 #define t9 $25 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 55 #define t9 $25 macro
105 #define t9 $25 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 55 #define t9 $25 macro
105 #define t9 $25 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 84 #define t9 $25 macro
  /external/clang/test/CodeGenCXX/
new.cpp 84 void t9() { function
  /external/kernel-headers/original/asm-mips/
regdef.h 45 #define t9 $25 macro
88 #define t9 $25 /* callee address for PIC/temp */ macro
  /external/libffi/src/mips/
ffitarget.h 120 #define t9 $25 macro
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 103 t9 RN 14 label
236 USUB8 t9, p_2, p_0 ;//t9 = dp2p0
255 SSUB8 t5, t9, t2
260 USUB8 t9, p_1, p_0
261 SADD8 t8, t8, t9
263 SHADD8 t5, t5, t9
265 SHADD8 t9, t5, m01
271 SADD8 P1b, p_0, t9
275 USUB8 t9, p_2, p_0
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 55 #define t9 $25 macro
105 #define t9 $25 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 84 #define t9 $25 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 55 #define t9 $25 macro
105 #define t9 $25 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 84 #define t9 $25 macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 52 t9 = -1.4034647029e-03, /* 0xbab7f476 */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
e_lgamma_r.c 119 t9 = -1.40346469989232843813e-03, /* 0xBF56FE8E, 0xBF2D1AF1 */ variable
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/ceres-solver/include/ceres/
rotation.h 429 const T t9 = q[2] * q[3]; local
432 result[1] = T(2) * ((t4 + t6) * pt[0] + (t5 + t1) * pt[1] + (t9 - t2) * pt[2]) + pt[1]; // NOLINT
433 result[2] = T(2) * ((t7 - t3) * pt[0] + (t2 + t9) * pt[1] + (t5 + t8) * pt[2]) + pt[2]; // NOLINT

Completed in 1508 milliseconds

1 2