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

1 2 3 4 5 6 7

  /external/valgrind/main/massif/tests/
deep.c 21 void a7 (int n) { a8 (n); } function
22 void a6 (int n) { a7 (n); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapival.h 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)
116 #define MakeArg9(idx,a1,a2,a3,a4,a5,a6,a7,a8,a9) MakeArg1(idx,a1); MakeArg8(idx+ArgSize(a1),a2,a3,a4,a5,a6,a7,a8,a9)
117 #define MakeArg10(idx,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10) MakeArg1(idx,a1); MakeArg9(idx+ArgSize(a1),a2,a3,a4,a5,a6,a7,a8,a9,a10)
118 #define MakeArg11(idx,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11) MakeArg1(idx,a1); MakeArg10(idx+ArgSize(a1),a2,a3,a4,a5,a6,a7,a8,a9,a10,a11
    [all...]
mapidbg.h 52 #define TrapSz7(psz,a1,a2,a3,a4,a5,a6,a7) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6,a7))
53 #define TrapSz8(psz,a1,a2,a3,a4,a5,a6,a7,a8) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6,a7,a8))
54 #define TrapSz9(psz,a1,a2,a3,a4,a5,a6,a7,a8,a9) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6,a7,a8,a9))
64 #define AssertSz7(t,psz,a1,a2,a3,a4,a5,a6,a7) IFTRAP(((t) ? 0 : DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6,a7),0))
65 #define AssertSz8(t,psz,a1,a2,a3,a4,a5,a6,a7,a8) IFTRAP(((t) ? 0 : DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6,a7,a8),0)
    [all...]
  /external/chromium_org/third_party/re2/re2/
variadic_function.h 61 const Arg& a6, const Arg& a7) const {
62 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 };
68 const Arg& a6, const Arg& a7, const Arg& a8) const {
69 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 };
75 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const {
76 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8,
83 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
85 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8,
92 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
94 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8
    [all...]
  /external/regex-re2/re2/
variadic_function.h 63 const Arg& a6, const Arg& a7) const {
64 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 };
70 const Arg& a6, const Arg& a7, const Arg& a8) const {
71 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 };
77 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const {
78 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8,
85 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
87 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8,
94 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
96 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8
    [all...]
  /build/core/combo/arch/arm/
armv7-a-neon.mk 15 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a7)
16 arch_variant_cflags := -mcpu=cortex-a7
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
24 a7 += 1.0/k2;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
24 a7 += 1.0/k2;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
24 a7 += 1.0/k2;
  /bionic/libc/arch-mips/include/machine/
regdef.h 52 #define a7 $11 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 52 #define a7 $11 macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 52 #define a7 $11 macro
  /external/clang/test/CXX/class/class.mem/
p1b.cpp 45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
  /external/clang/test/SemaCXX/
attr-weakref.cpp 27 int a7() __attribute__((weakref ("f1"))); // expected-error {{weakref declaration must have internal linkage}}
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 52 #define a7 $11 macro

Completed in 2426 milliseconds

1 2 3 4 5 6 7