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

1 2

  /external/clang/test/Sema/
thread-specifier.c 10 __thread int t8; // expected-error {{'__thread' variables must have global storage}} local
warn-char-subscripts.c 46 void t8() { function
  /external/clang/test/Analysis/
free.c 37 void t8 (char **x) { function
  /external/clang/test/CodeGen/
complex.c 97 void t8() { function
ms_struct-bitfield-1.c 70 } ATTR t8; variable in typeref:struct:__anon5317
71 static int a8[(sizeof(t8) == 4) -1];
ms_struct-bitfield.c 78 } ATTR t8; variable in typeref:struct:__anon5330
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}
arm-aapcs-zerolength-bitfield.c 70 struct t8 struct
77 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
78 static int arr8_sizeof[(sizeof(struct t8) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 74 struct t8 struct
81 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
82 static int arr8_sizeof[(sizeof(struct t8) == 8) ? 0 : -1];
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 115 void t8(int n, ...) { function
abstract.cpp 77 void t8() { function
  /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...]
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 120 t8 RN 6 label
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterLogicTest.java 302 final MockToolPackage t8 = new MockToolPackage(8, 2 /*min-plat-tools*/); local
310 new Package[] { t8, pt2, t9, pt3, p9 });
341 new Package[] { p9, t9, pt3, t8, pt2 });
  /bionic/libm/src/
e_lgamma_r.c 118 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable
260 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));

Completed in 1657 milliseconds

1 2