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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
array-declared-as-incorrect-type.c 12 extern int a4[][2]; // expected-note {{previous declaration is here}}
13 int a4[2]; // expected-error {{redefinition of 'a4'}} variable
  /art/runtime/interpreter/mterp/mips64/
op_iget_wide_quick.S 3 lhu a4, 2(rPC) # a4 <- field byte offset
7 daddu a4, a3, a4 # create direct pointer
8 lw a0, 0(a4)
9 lw a1, 4(a4)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
entry_align.s 4 _mov.n a4,a5
entry_misalign.s 4 _mov.n a4,a5
loop_align.s 3 _mov.n a4,a5
loop_misalign.s 3 _mov.n a4,a5
entry_misalign2.s 5 mov.n a4,a5
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
data1.h 9 extern char a4[4];
data1.c 6 char a4[4] __attribute__ ((aligned (ALIGNMENT4))); variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapival.h 111 #define MakeArg4(idx,a1,a2,a3,a4) MakeArg1(idx,a1); MakeArg3(idx+ArgSize(a1),a2,a3,a4)
112 #define MakeArg5(idx,a1,a2,a3,a4,a5) MakeArg1(idx,a1); MakeArg4(idx+ArgSize(a1),a2,a3,a4,a5)
113 #define MakeArg6(idx,a1,a2,a3,a4,a5,a6) MakeArg1(idx,a1); MakeArg5(idx+ArgSize(a1),a2,a3,a4,a5,a6)
114 #define MakeArg7(idx,a1,a2,a3,a4,a5,a6,a7) MakeArg1(idx,a1); MakeArg6(idx+ArgSize(a1),a2,a3,a4,a5,a6,a7)
115 #define MakeArg8(idx,a1,a2,a3,a4,a5,a6,a7,a8) MakeArg1(idx,a1); MakeArg7(idx+ArgSize(a1),a2,a3,a4,a5,a6,a7,a8
    [all...]
  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
const_mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
const_mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-tpiecomm1.d 14 filesz 0x0+a4 memsz 0x0+a4 flags r-x
15 LOAD off 0x0+a4 vaddr 0x0+820a4 paddr 0x0+820a4 align 2\*\*13
17 TLS off 0x0+a4 vaddr 0x0+820a4 paddr 0x0+820a4 align 2\*\*2
25 1 \.tbss 0+8 0+820a4 0+820a4 0+a4 2\*\*
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtccommon.h 47 #define LOG_RTCERR4(func, a1, a2, a3, a4) \
48 LOG_RTCERR4_EX(func, a1, a2, a3, a4, GetLastEngineError())
49 #define LOG_RTCERR5(func, a1, a2, a3, a4, a5) \
50 LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, GetLastEngineError())
51 #define LOG_RTCERR6(func, a1, a2, a3, a4, a5, a6) \
52 LOG_RTCERR6_EX(func, a1, a2, a3, a4, a5, a6, GetLastEngineError())
63 #define LOG_RTCERR4_EX(func, a1, a2, a3, a4, err) LOG(LS_WARNING) \
65 << ", " << a4 << ") failed, err=" << err
66 #define LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, err) LOG(LS_WARNING) \
68 << ", " << a4 << ", " << a5 << ") failed, err=" << er
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
mcf-fpu.s 6 fsqrtl %a4@,%fp0
12 fsqrts %a4@,%fp0
18 fsqrtw %a4@,%fp0
23 fsqrtd %a4@,%fp0
29 fsqrtb %a4@,%fp0
36 fssqrtl %a4@,%fp0
42 fssqrts %a4@,%fp0
48 fssqrtw %a4@,%fp0
53 fssqrtd %a4@,%fp0
59 fssqrtb %a4@,%fp
    [all...]

Completed in 296 milliseconds

1 2 3 4 5 6 7 8 91011>>