HomeSort by relevance Sort by last modified time
    Searched refs:t10 (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/Analysis/
free.c 47 void t10 () { function
48 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
  /external/clang/test/CodeGen/
ms_struct-bitfield-1.c 90 } ATTR t10; variable in typeref:struct:__anon5792
91 static int a10[(sizeof(t10) == 2) -1];
ms_struct-bitfield.c 115 } ATTR t10; variable in typeref:struct:__anon5805
126 static int arr10[(sizeof(t10) == 16) -1];
attributes.c 59 // CHECK: define void @t10() nounwind section "SECT" {
60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} function
arm-aapcs-zerolength-bitfield.c 91 struct t10 struct
98 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1];
99 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 95 struct t10 struct
102 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1];
103 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
ms-inline-asm.c 80 unsigned t10(void) {
87 // CHECK: t10
asm.c 59 void t10(int r) { function
62 // CHECK: @t10(
  /external/clang/test/Sema/
function.c 29 void t10(){} function
30 void t11(){t10(1);} // expected-warning{{too many arguments}}
thread-specifier.c 13 static __thread int t10; local
warn-char-subscripts.c 60 void t10() { function
unused-expr.c 111 void t10() {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 104 t10 RN 5 label
319 UHADD8 t10, q_0, p_1
338 UHSUB8 t10, t10, t11
340 EOR t10, t10, m01, LSL #7
341 SEL t9, t9, t10
349 UHSUB8 t10, q_3b, q_0
351 SHADD8 t4, t4, t10
353 USUB8 t10, filt, m0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 457 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
458 M_EXT_XINT $offset, t00, t01, t10, t11
459 M_HSUM_XOR t00, t10, tmp ;// s0, l0
464 ;// t00, t01, t10, t11 required from previous loop
470 M_AVG4 t00, t10, t20, t30, $rndVal ;// s0, l0, s1, l1
476 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
478 M_EXT_XINT $offset, t00, t01, t10, t11
479 M_HSUM_XOR t00, t10, tmp
481 M_AVG4 t20, t30, t00, t10, $rndVal
596 t10 RN label
    [all...]
  /external/libvorbis/lib/
smallft.c 276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
290 t10=ip*ido;
471 t2+=t10;
483 t2+=t10;
505 t5+=t10;
535 t6+=t10;
536 t7+=t10;
564 t6+=t10;
565 t7+=t10;
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/speex/libspeex/
smallft.c 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
292 t10=ip*ido;
473 t2+=t10;
485 t2+=t10;
507 t5+=t10;
537 t6+=t10;
538 t7+=t10;
566 t6+=t10;
567 t7+=t10;
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
  /external/clang/test/CodeGenCXX/
new.cpp 96 A* t10() { function
  /external/clang/test/SemaCXX/
type-traits.cpp 316 int t10[T(__is_integral(int))]; local
423 int t10[F(__is_void(float))]; local
453 int t10[F(__is_array(void))]; local
492 int t10[F(__is_function(void))]; local
526 int t10[F(__is_reference(int))]; local
538 int t10[F(__is_lvalue_reference(int))]; local
550 int t10[F(__is_rvalue_reference(int&))]; local
600 int t10[F(__is_object(type_wrapper<void(void)>::type))]; local
616 int t10[T(__is_scalar(unsigned short))]; local
650 int t10[T(__is_compound(ClassType))] local
685 int t10[T(__is_pointer(IntArNB*))]; local
714 int t10[F(__is_member_object_pointer(void (StructWithMembers::*) ()))]; local
750 int t10[F(__is_member_function_pointer(int StructWithMembers::*))]; local
787 int t10[F(__is_member_pointer(void*))]; local
827 int t10[T(__is_const(const double))]; local
876 int t10[T(__is_volatile(volatile double))]; local
981 int t10[T(__is_trivial(long double))]; local
1015 int t10[T(__is_trivially_copyable(long double))]; local
1091 int t10[F(__is_standard_layout(CppStructNonStandardByVirt))]; local
1110 int t10[F(__is_signed(bool))]; local
1139 int t10[F(__is_unsigned(void))]; local
1522 int t10[F(__is_same(Base, const Base))]; local
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 120 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
259 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
e_lgammaf_r.c 54 t10 = 8.8108185446e-04, /* 0x3a66f867 */ variable
193 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /external/fdlibm/
e_lgamma_r.c 119 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /external/v8/test/mjsunit/
string-lastindexof.js 41 assertEquals(10, s.lastIndexOf("test", 10), "t10");
  /external/openssl/crypto/aes/asm/
aes-mips.pl 105 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
186 lwl $t10,1($i2) # Te3[s1]
190 lwr $t10,0($i2) # Te3[s1]
221 xor $t2,$t10
287 lbu $t10,2($i2) # Te4[s2>>24]
325 _ins $t10,24
335 xor $t2,$t10
517 lwl $t10,1($i2) # Td3[s3]
521 lwr $t10,0($i2) # Td3[s3]
555 xor $t2,$t10
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 1001 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str, NULL, "10");
1004 Print(t10));
    [all...]

Completed in 1002 milliseconds

1 2