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

1 2

  /external/clang/test/Sema/
warn-char-subscripts.c 46 void t8() { function
thread-specifier.c 11 __thread int t8; // expected-error {{'__thread' variables must have global storage}} local
  /external/clang/test/Analysis/
free.c 37 void t8 (char **x) { function
  /external/clang/test/CodeGen/
complex.c 97 void t8() { function
libcalls-fno-builtin.c 59 char *t8(void) { return strchr("hello, world", 'w'); } function
60 // CHECK: t8
ms_struct-bitfield-1.c 70 } ATTR t8; variable in typeref:struct:__anon6381
71 static int a8[(sizeof(t8) == 4) -1];
ms_struct-bitfield.c 78 } ATTR t8; variable in typeref:struct:__anon6394
124 static int arr8[(sizeof(t8) == 0) -1];
asm.c 46 void t8() { function
47 __asm__ volatile("T8 NAMED MODIFIER: %c[input]" :: [input] "i" (4));
48 // CHECK: @t8()
49 // CHECK: T8 NAMED MODIFIER: ${0:c}
  /external/clang/test/Index/
complete-documentation-templates.cpp 39 /// This is T8.
40 class T8 {};
59 T3<int>::T8 t8; local
128 // CHECK-CC4: ClassDecl:{TypedText T8}{{.*}}(brief comment: This is T8.)
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 115 void t8(int n, ...) { function
abstract.cpp 77 void t8() { function
  /external/clang/test/Misc/
integer-literal-printing.cpp 77 struct Type8<char16Ty::c, "8"> t8; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type8Helper<(char16Ty)u'\x00'>::Ty' (aka 'char16Ty')}} local
  /bionic/libc/arch-mips/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /external/clang/test/CodeGenCXX/
new.cpp 67 void t8(int n) { function
  /external/kernel-headers/original/asm-mips/
regdef.h 44 #define t8 $24 /* caller saved */ macro
87 #define t8 $24 /* caller saved */ macro
  /external/libffi/src/mips/
ffitarget.h 119 #define t8 $24 macro
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 102 t8 RN 6 label
257 USUB8 t8, q_1, q_0
258 SHADD8 t8, t5, t8
261 SADD8 t8, t8, t9
262 SHSUB8 t8, t8, t2
264 SHADD8 t8, t8, m0
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 51 t8 = 2.2596477065e-03, /* 0x3b141699 */ variable
194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));

Completed in 1044 milliseconds

1 2