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

1 2 3 4

  /external/speex/libspeex/
smallft.c 119 int t0,t1,t2,t3,t4,t5,t6; local
140 t6=t1+t1;
145 t6+=2;
148 ch[t6]=cc[t5]+ti2;
150 ch[t6-1]=cc[t5-1]+tr2;
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
206 t5=(t6=ido<<1)+t4;
238 ch[t4+t6-1]=ti4+tr3;
239 ch[t4+t6]=tr4+ti3;
241 ch[t5+t6-1]=tr2-tr1
278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
637 int i,k,t0,t1,t2,t3,t4,t5,t6; local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; 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/CodeGen/
ms_struct-bitfield-1.c 52 } ATTR t6; variable in typeref:struct:__anon5315
53 static int a6[(sizeof(t6) == 4) -1];
ms_struct-bitfield.c 53 } ATTR t6; variable in typeref:struct:__anon5328
122 static int arr6[(sizeof(t6) == 1) -1];
arm-aapcs-zerolength-bitfield.c 50 struct t6 struct
57 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1];
58 static int arr6_sizeof[(sizeof(struct t6) == 4) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 54 struct t6 struct
61 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
62 static int arr6_sizeof[(sizeof(struct t6) == 8) ? 0 : -1];
attributes.c 23 // CHECK: @t6 = common protected global i32 0
24 int t6 __attribute__((visibility("protected"))); variable
  /external/clang/test/Analysis/
reference.cpp 54 char t6 (char* p) { function
free.c 29 void t6 () { function
  /external/clang/test/Parser/
ms-inline-asm.c 16 int t6() {