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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/normal-module-map/
a1.h 1 int a1; variable
  /external/strace/tests/
perf_event_open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (perf_event_open -a1 ); do not edit.
4 run_strace_match_diff -a1
readahead.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readahead -a1 ); do not edit.
4 run_strace_match_diff -a1
  /external/strace/tests-m32/
perf_event_open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (perf_event_open -a1 ); do not edit.
4 run_strace_match_diff -a1
readahead.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readahead -a1 ); do not edit.
4 run_strace_match_diff -a1
  /external/strace/tests-mx32/
perf_event_open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (perf_event_open -a1 ); do not edit.
4 run_strace_match_diff -a1
readahead.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readahead -a1 ); do not edit.
4 run_strace_match_diff -a1
  /external/clang/test/SemaCXX/
deleted-operator.cpp 9 PR10757 a1; local
11 if(~a1) {} // expected-error {{overload resolution selected deleted operator}} expected-note 8 {{built-in candidate}}
12 if(a1==a1) {} // expected-error {{overload resolution selected deleted operator}} expected-note 144 {{built-in candidate}}
  /bionic/libm/
fake_long_double.c 26 long double copysignl(long double a1, long double a2) { return copysign(a1, a2); }
27 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); }
28 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); }
29 long double fminl(long double a1, long double a2) { return fmin(a1, a2); }
30 int ilogbl(long double a1) { return ilogb(a1); }
    [all...]
  /external/clang/test/CodeGen/
arm64_vdup.c 6 void test_vdup_lane_s64(int64x1_t a1) {
8 vdup_lane_s64(a1, 0);
12 void test_vdup_lane_u64(uint64x1_t a1) {
14 vdup_lane_u64(a1, 0);
21 float64x1_t test_vdup_n_f64(float64_t a1) {
23 return vdup_n_f64(a1);
29 float16x8_t test_vdupq_n_f16(float16_t *a1) {
31 return vdupq_n_f16(*a1);
arm64_vcreate.c 6 float32x2_t test_vcreate_f32(uint64_t a1) {
8 return vcreate_f32(a1);
  /external/clang/test/Sema/Inputs/
format-unused-system-args.h 4 #define PRINT2(fmt, a1, a2) \
5 printf((fmt), (a1), (a2))
7 #define PRINT1(fmt, a1) \
8 PRINT2((fmt), (a1), 0)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
undefined.s 1 ldr a1, .Lval
undefined_coff.s 1 ldr a1, Lval
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10200/
mov2.s 2 mov (d1,a1),d2
5 mov (8,a2),a1
6 mov (256,a2),a1
7 mov (131071,a2),a1
8 mov (d1,a1),a2
9 mov (32768),a1
10 mov (131071),a1
mov4.s 2 mov a1,(d2,a2)
3 mov a1,(128)
4 mov a1,(131071)
8 mov 256,a1
9 mov 131071,a1
  /external/libcxx/test/std/containers/sequences/list/list.ops/
unique.pass.cpp 22 int a1[] = {2, 1, 1, 4, 4, 4, 4, 3, 3}; local
24 std::list<int> c(a1, a1+sizeof(a1)/sizeof(a1[0]));
30 int a1[] = {2, 1, 1, 4, 4, 4, 4, 3, 3}; local
32 std::list<int, min_allocator<int>> c(a1, a1+sizeof(a1)/sizeof(a1[0]))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
unique.pass.cpp 22 int a1[] = {2, 1, 1, 4, 4, 4, 4, 3, 3}; local
24 std::list<int> c(a1, a1+sizeof(a1)/sizeof(a1[0]));
30 int a1[] = {2, 1, 1, 4, 4, 4, 4, 3, 3}; local
32 std::list<int, min_allocator<int>> c(a1, a1+sizeof(a1)/sizeof(a1[0]))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
mov4.s 2 mov a1,(32768,sp)
3 mov a1,(131071,sp)
4 mov a1,(d2,a2)
5 mov a1,(128)
6 mov a1,(131071)
7 mov sp,(32,a1)
11 mov 8,a1
12 mov 256,a1
13 mov 131071,a1
  /external/valgrind/drd/
drd_thread_bitmap.h 35 Bool bm_access_load_1_triggers_conflict(const Addr a1)
37 DRD_(bm_access_load_1)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), a1);
39 a1);
43 Bool bm_access_load_2_triggers_conflict(const Addr a1)
45 if ((a1 & 1) == 0)
47 bm_access_aligned_load(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), a1, 2);
49 a1, 2);
54 a1, a1 + 2, eLoad);
56 a1, a1 + 2, eLoad)
    [all...]
  /external/libcxx/test/std/numerics/numarray/template.valarray/valarray.members/
sum.pass.cpp 23 T a1[] = {1.5, 2.5, 3, 4, 5.5}; local
24 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
25 std::valarray<T> v1(a1, N1);
  /prebuilts/go/darwin-x86/test/fixedbugs/issue16133.dir/
c.go 4 "./a1"
9 X: a.NewX(), // ERROR `cannot use "a1"\.NewX\(\)`
  /prebuilts/go/linux-x86/test/fixedbugs/issue16133.dir/
c.go 4 "./a1"
9 X: a.NewX(), // ERROR `cannot use "a1"\.NewX\(\)`
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.valarray/valarray.members/
sum.pass.cpp 23 T a1[] = {1.5, 2.5, 3, 4, 5.5}; local
24 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
25 std::valarray<T> v1(a1, N1);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel5.d 8 0+000000 <[^>]*> 3c050000 lui a1,0x0
10 0+000004 <[^>]*> [26]4a50000 (|d)addiu a1,a1,0
12 0+000008 <[^>]*> 3c050000 lui a1,0x0
14 0+00000c <[^>]*> [26]4a5000c (|d)addiu a1,a1,12
16 0+000010 <[^>]*> 3c050000 lui a1,0x0
18 0+000014 <[^>]*> [26]4a50000 (|d)addiu a1,a1,0
20 0+000018 <[^>]*> 00b1282[1d] (|d)addu a1,a1,s
    [all...]

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 91011>>