Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 5688) sorted by relevance

12345678910>>...228

/external/clang/test/SemaCXX/
Daddr-of-overloaded-function-casting.cpp18 { bool b = (void (&)(char))f; } // expected-error{{does not match required type}} in main() local
19 { bool b = (void (*)(char))f; } // expected-error{{does not match required type}} in main() local
21 { bool b = (void (&)(int))f; } //ok in main() local
22 { bool b = (void (*)(int))f; } //ok in main() local
24 { bool b = static_cast<void (&)(char)>(f); } // expected-error{{does not match}} in main() local
25 { bool b = static_cast<void (*)(char)>(f); } // expected-error{{address of overloaded function}} in main() local
27 { bool b = static_cast<void (&)(int)>(f); } //ok in main() local
28 { bool b = static_cast<void (*)(int)>(f); } //ok in main() local
31 { bool b = reinterpret_cast<void (&)(char)>(f); } // expected-error{{cannot resolve}} in main() local
32 { bool b = reinterpret_cast<void (*)(char)>(f); } // expected-error{{cannot resolve}} in main() local
[all …]
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp4-0x.cpp4 int b; in f() local
7 if (bool b = true) // expected-note 2{{previous definition}} in f() local
8 bool b; // expected-error {{redefinition}} in f() local
10 int b; // expected-error {{redefinition}} in f() local
11 while (bool b = true) // expected-note {{previous definition}} in f() local
12 int b; // expected-error {{redefinition}} in f() local
21 if (bool b = true) { // expected-note 2{{previous definition}} in f() local
22 int b; // expected-error {{redefinition}} in f() local
24 int b; // expected-error {{redefinition}} in f() local
26 while (bool b = true) { // expected-note {{previous definition}} in f() local
[all …]
/external/clang/test/CodeGen/
Daarch64-neon-perm.c10 int8x8_t test_vuzp1_s8(int8x8_t a, int8x8_t b) { in test_vuzp1_s8()
17 int8x16_t test_vuzp1q_s8(int8x16_t a, int8x16_t b) { in test_vuzp1q_s8()
24 int16x4_t test_vuzp1_s16(int16x4_t a, int16x4_t b) { in test_vuzp1_s16()
31 int16x8_t test_vuzp1q_s16(int16x8_t a, int16x8_t b) { in test_vuzp1q_s16()
38 int32x2_t test_vuzp1_s32(int32x2_t a, int32x2_t b) { in test_vuzp1_s32()
45 int32x4_t test_vuzp1q_s32(int32x4_t a, int32x4_t b) { in test_vuzp1q_s32()
52 int64x2_t test_vuzp1q_s64(int64x2_t a, int64x2_t b) { in test_vuzp1q_s64()
59 uint8x8_t test_vuzp1_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp1_u8()
66 uint8x16_t test_vuzp1q_u8(uint8x16_t a, uint8x16_t b) { in test_vuzp1q_u8()
73 uint16x4_t test_vuzp1_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp1_u16()
[all …]
Dcomplex-math.c8 float _Complex add_float_rr(float a, float b) { in add_float_rr()
15 float _Complex add_float_cr(float _Complex a, float b) { in add_float_cr()
22 float _Complex add_float_rc(float a, float _Complex b) { in add_float_rc()
29 float _Complex add_float_cc(float _Complex a, float _Complex b) { in add_float_cc()
38 float _Complex sub_float_rr(float a, float b) { in sub_float_rr()
45 float _Complex sub_float_cr(float _Complex a, float b) { in sub_float_cr()
52 float _Complex sub_float_rc(float a, float _Complex b) { in sub_float_rc()
60 float _Complex sub_float_cc(float _Complex a, float _Complex b) { in sub_float_cc()
69 float _Complex mul_float_rr(float a, float b) { in mul_float_rr()
76 float _Complex mul_float_cr(float _Complex a, float b) { in mul_float_cr()
[all …]
Daarch64-neon-3v.c10 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) { in test_vand_s8()
17 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
24 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
31 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
38 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
45 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
52 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
59 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
66 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
73 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
[all …]
Daarch64-neon-tbl.c12 int8x8_t test_vtbl1_s8(int8x8_t a, int8x8_t b) { in test_vtbl1_s8()
19 int8x8_t test_vqtbl1_s8(int8x16_t a, int8x8_t b) { in test_vqtbl1_s8()
41 int8x8_t test_vtbl2_s8(int8x8x2_t a, int8x8_t b) { in test_vtbl2_s8()
62 int8x8_t test_vqtbl2_s8(int8x16x2_t a, int8x8_t b) { in test_vqtbl2_s8()
88 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
112 int8x8_t test_vqtbl3_s8(int8x16x3_t a, int8x8_t b) { in test_vqtbl3_s8()
141 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8()
168 int8x8_t test_vqtbl4_s8(int8x16x4_t a, int8x8_t b) { in test_vqtbl4_s8()
175 int8x16_t test_vqtbl1q_s8(int8x16_t a, int8x16_t b) { in test_vqtbl1q_s8()
196 int8x16_t test_vqtbl2q_s8(int8x16x2_t a, int8x16_t b) { in test_vqtbl2q_s8()
[all …]
Daarch64-neon-extract.c12 int8x8_t test_vext_s8(int8x8_t a, int8x8_t b) { in test_vext_s8()
23 int16x4_t test_vext_s16(int16x4_t a, int16x4_t b) { in test_vext_s16()
34 int32x2_t test_vext_s32(int32x2_t a, int32x2_t b) { in test_vext_s32()
45 int64x1_t test_vext_s64(int64x1_t a, int64x1_t b) { in test_vext_s64()
52 int8x16_t test_vextq_s8(int8x16_t a, int8x16_t b) { in test_vextq_s8()
63 int16x8_t test_vextq_s16(int16x8_t a, int16x8_t b) { in test_vextq_s16()
74 int32x4_t test_vextq_s32(int32x4_t a, int32x4_t b) { in test_vextq_s32()
85 int64x2_t test_vextq_s64(int64x2_t a, int64x2_t b) { in test_vextq_s64()
92 uint8x8_t test_vext_u8(uint8x8_t a, uint8x8_t b) { in test_vext_u8()
103 uint16x4_t test_vext_u16(uint16x4_t a, uint16x4_t b) { in test_vext_u16()
[all …]
Daarch64-neon-ldst-one.c1813 uint8x16_t test_vld1q_lane_u8(uint8_t *a, uint8x16_t b) { in test_vld1q_lane_u8()
1825 uint16x8_t test_vld1q_lane_u16(uint16_t *a, uint16x8_t b) { in test_vld1q_lane_u16()
1837 uint32x4_t test_vld1q_lane_u32(uint32_t *a, uint32x4_t b) { in test_vld1q_lane_u32()
1849 uint64x2_t test_vld1q_lane_u64(uint64_t *a, uint64x2_t b) { in test_vld1q_lane_u64()
1857 int8x16_t test_vld1q_lane_s8(int8_t *a, int8x16_t b) { in test_vld1q_lane_s8()
1869 int16x8_t test_vld1q_lane_s16(int16_t *a, int16x8_t b) { in test_vld1q_lane_s16()
1881 int32x4_t test_vld1q_lane_s32(int32_t *a, int32x4_t b) { in test_vld1q_lane_s32()
1893 int64x2_t test_vld1q_lane_s64(int64_t *a, int64x2_t b) { in test_vld1q_lane_s64()
1906 float16x8_t test_vld1q_lane_f16(float16_t *a, float16x8_t b) { in test_vld1q_lane_f16()
1918 float32x4_t test_vld1q_lane_f32(float32_t *a, float32x4_t b) { in test_vld1q_lane_f32()
[all …]
Davx2-builtins.c29 __m256i test_mm256_add_epi8(__m256i a, __m256i b) { in test_mm256_add_epi8()
35 __m256i test_mm256_add_epi16(__m256i a, __m256i b) { in test_mm256_add_epi16()
41 __m256i test_mm256_add_epi32(__m256i a, __m256i b) { in test_mm256_add_epi32()
47 __m256i test_mm256_add_epi64(__m256i a, __m256i b) { in test_mm256_add_epi64()
53 __m256i test_mm256_adds_epi8(__m256i a, __m256i b) { in test_mm256_adds_epi8()
59 __m256i test_mm256_adds_epi16(__m256i a, __m256i b) { in test_mm256_adds_epi16()
65 __m256i test_mm256_adds_epu8(__m256i a, __m256i b) { in test_mm256_adds_epu8()
71 __m256i test_mm256_adds_epu16(__m256i a, __m256i b) { in test_mm256_adds_epu16()
77 __m256i test_mm256_alignr_epi8(__m256i a, __m256i b) { in test_mm256_alignr_epi8()
83 __m256i test2_mm256_alignr_epi8(__m256i a, __m256i b) { in test2_mm256_alignr_epi8()
[all …]
Daarch64-neon-scalar-x-indexed-elem.c15 float32_t test_vmuls_lane_f32(float32_t a, float32x2_t b) { in test_vmuls_lane_f32()
25 float64_t test_vmuld_lane_f64(float64_t a, float64x1_t b) { in test_vmuld_lane_f64()
35 float32_t test_vmuls_laneq_f32(float32_t a, float32x4_t b) { in test_vmuls_laneq_f32()
45 float64_t test_vmuld_laneq_f64(float64_t a, float64x2_t b) { in test_vmuld_laneq_f64()
56 float64x1_t test_vmul_n_f64(float64x1_t a, float64_t b) { in test_vmul_n_f64()
66 float32_t test_vmulxs_lane_f32(float32_t a, float32x2_t b) { in test_vmulxs_lane_f32()
76 float32_t test_vmulxs_laneq_f32(float32_t a, float32x4_t b) { in test_vmulxs_laneq_f32()
86 float64_t test_vmulxd_lane_f64(float64_t a, float64x1_t b) { in test_vmulxd_lane_f64()
96 float64_t test_vmulxd_laneq_f64(float64_t a, float64x2_t b) { in test_vmulxd_laneq_f64()
112 float64x1_t test_vmulx_lane_f64(float64x1_t a, float64x1_t b) { in test_vmulx_lane_f64()
[all …]
Dmmx-builtins.c27 __m64 test_mm_add_pi8(__m64 a, __m64 b) { in test_mm_add_pi8()
33 __m64 test_mm_add_pi16(__m64 a, __m64 b) { in test_mm_add_pi16()
39 __m64 test_mm_add_pi32(__m64 a, __m64 b) { in test_mm_add_pi32()
45 __m64 test_mm_add_si64(__m64 a, __m64 b) { in test_mm_add_si64()
51 __m64 test_mm_adds_pi8(__m64 a, __m64 b) { in test_mm_adds_pi8()
57 __m64 test_mm_adds_pi16(__m64 a, __m64 b) { in test_mm_adds_pi16()
63 __m64 test_mm_adds_pu8(__m64 a, __m64 b) { in test_mm_adds_pu8()
69 __m64 test_mm_adds_pu16(__m64 a, __m64 b) { in test_mm_adds_pu16()
75 __m64 test_mm_alignr_pi8(__m64 a, __m64 b) { in test_mm_alignr_pi8()
81 __m64 test_mm_and_si64(__m64 a, __m64 b) { in test_mm_and_si64()
[all …]
Dpointer-arithmetic.c5 int f0(int *a, Int *b) { return a - b; } in f0()
7 int f1(const char *a, char *b) { return b - a; } in f1()
11 void *f2(void *a, int b) { return a + b; } in f2()
12 void *f2_0(void *a, int b) { return &a[b]; } in f2_0()
13 void *f2_1(void *a, int b) { return (a += b); } in f2_1()
14 void *f3(int a, void *b) { return a + b; } in f3()
15 void *f3_1(int a, void *b) { return (a += b); } in f3_1()
16 void *f4(void *a, int b) { return a - b; } in f4()
17 void *f4_1(void *a, int b) { return (a -= b); } in f4_1()
18 FP f5(FP a, int b) { return a + b; } in f5()
[all …]
Davx-cmp-builtins.c13 __m128d test_cmp_pd(__m128d a, __m128d b) { in test_cmp_pd()
19 __m128d test_cmp_ps(__m128 a, __m128 b) { in test_cmp_ps()
25 __m256d test_cmp_pd256(__m256d a, __m256d b) { in test_cmp_pd256()
31 __m256d test_cmp_ps256(__m256 a, __m256 b) { in test_cmp_ps256()
37 __m128d test_cmp_sd(__m128d a, __m128d b) { in test_cmp_sd()
43 __m128d test_cmp_ss(__m128 a, __m128 b) { in test_cmp_ss()
49 __m128 test_cmpgt_ss(__m128 a, __m128 b) { in test_cmpgt_ss()
55 __m128 test_cmpge_ss(__m128 a, __m128 b) { in test_cmpge_ss()
61 __m128 test_cmpngt_ss(__m128 a, __m128 b) { in test_cmpngt_ss()
67 __m128 test_cmpnge_ss(__m128 a, __m128 b) { in test_cmpnge_ss()
[all …]
Darm_neon_intrinsics.c13 int8x8_t test_vaba_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vaba_s8()
27 int16x4_t test_vaba_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vaba_s16()
41 int32x2_t test_vaba_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vaba_s32()
49 uint8x8_t test_vaba_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vaba_u8()
63 uint16x4_t test_vaba_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vaba_u16()
77 uint32x2_t test_vaba_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vaba_u32()
85 int8x16_t test_vabaq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vabaq_s8()
99 int16x8_t test_vabaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vabaq_s16()
113 int32x4_t test_vabaq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vabaq_s32()
121 uint8x16_t test_vabaq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vabaq_u8()
[all …]
Dfma4-builtins.c8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps()
14 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd()
20 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss()
26 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd()
32 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps()
38 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd()
44 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss()
50 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd()
56 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps()
62 __m128d test_mm_nmacc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_nmacc_pd()
[all …]
Dfma-builtins.c8 __m128 test_mm_fmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ps()
13 __m128d test_mm_fmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_pd()
18 __m128 test_mm_fmadd_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ss()
23 __m128d test_mm_fmadd_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_sd()
28 __m128 test_mm_fmsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ps()
33 __m128d test_mm_fmsub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_pd()
38 __m128 test_mm_fmsub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ss()
43 __m128d test_mm_fmsub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_sd()
48 __m128 test_mm_fnmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fnmadd_ps()
53 __m128d test_mm_fnmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fnmadd_pd()
[all …]
Daarch64-neon-fma.c13 float32x2_t test_vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmla_n_f32()
25 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlaq_n_f32()
35 float64x2_t test_vmlaq_n_f64(float64x2_t a, float64x2_t b, float64_t c) { in test_vmlaq_n_f64()
47 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlsq_n_f32()
57 float32x2_t test_vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmls_n_f32()
67 float64x2_t test_vmlsq_n_f64(float64x2_t a, float64x2_t b, float64_t c) { in test_vmlsq_n_f64()
76 float32x2_t test_vmla_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vmla_lane_f32_0()
85 float32x4_t test_vmlaq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vmlaq_lane_f32_0()
94 float32x2_t test_vmla_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vmla_laneq_f32_0()
103 float32x4_t test_vmlaq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vmlaq_laneq_f32_0()
[all …]
Dssse3-builtins.c28 __m128i test_mm_alignr_epi8(__m128i a, __m128i b) { in test_mm_alignr_epi8()
34 __m128i test2_mm_alignr_epi8(__m128i a, __m128i b) { in test2_mm_alignr_epi8()
40 __m128i test_mm_hadd_epi16(__m128i a, __m128i b) { in test_mm_hadd_epi16()
46 __m128i test_mm_hadd_epi32(__m128i a, __m128i b) { in test_mm_hadd_epi32()
52 __m128i test_mm_hadds_epi16(__m128i a, __m128i b) { in test_mm_hadds_epi16()
58 __m128i test_mm_hsub_epi16(__m128i a, __m128i b) { in test_mm_hsub_epi16()
64 __m128i test_mm_hsub_epi32(__m128i a, __m128i b) { in test_mm_hsub_epi32()
70 __m128i test_mm_hsubs_epi16(__m128i a, __m128i b) { in test_mm_hsubs_epi16()
76 __m128i test_mm_maddubs_epi16(__m128i a, __m128i b) { in test_mm_maddubs_epi16()
82 __m128i test_mm_mulhrs_epi16(__m128i a, __m128i b) { in test_mm_mulhrs_epi16()
[all …]
Daarch64-v8.1a-neon-intrinsics.c9 int16x4_t test_vqrdmlah_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vqrdmlah_laneq_s16()
17 int32x2_t test_vqrdmlah_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vqrdmlah_laneq_s32()
25 int16x8_t test_vqrdmlahq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vqrdmlahq_laneq_s16()
33 int32x4_t test_vqrdmlahq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vqrdmlahq_laneq_s32()
41 int16_t test_vqrdmlahh_s16(int16_t a, int16_t b, int16_t c) { in test_vqrdmlahh_s16()
54 int32_t test_vqrdmlahs_s32(int32_t a, int32_t b, int32_t c) { in test_vqrdmlahs_s32()
61 int16_t test_vqrdmlahh_lane_s16(int16_t a, int16_t b, int16x4_t c) { in test_vqrdmlahh_lane_s16()
75 int32_t test_vqrdmlahs_lane_s32(int32_t a, int32_t b, int32x2_t c) { in test_vqrdmlahs_lane_s32()
83 int16_t test_vqrdmlahh_laneq_s16(int16_t a, int16_t b, int16x8_t c) { in test_vqrdmlahh_laneq_s16()
97 int32_t test_vqrdmlahs_laneq_s32(int32_t a, int32_t b, int32x4_t c) { in test_vqrdmlahs_laneq_s32()
[all …]
/external/clang/test/CXX/over/over.over/
Dp2-resolve-single-template-id.cpp103 { bool b = (twoT<int>); } in main() local
104 { bool b = (twoT<int, int>); } in main() local
106 { bool b = &twoT<int>; //&foo<int>; } in main() local
121 { bool b = cant_resolve<int>; } // expected-error {{address of overload}} in main() local
163 …{ bool b = S::f<char>; } // expected-error {{call to non-static member function without an object … in test() local
164 …{ bool b = S::f<int>; } // expected-error {{call to non-static member function without an object a… in test() local
165 { bool b = &S::f<char>; } in test() local
166 { bool b = &S::f<int>; } in test() local
168 …{ bool b = s.f<char>; } // expected-error {{reference to non-static member function must be called… in test() local
169 …{ bool b = s.f<int>; } // expected-error {{reference to non-static member function must be called}} in test() local
[all …]
/external/tpm2/
Dswap.h16 #define BYTE_ARRAY_TO_UINT8(b) (UINT8)((b)[0]) argument
17 #define BYTE_ARRAY_TO_UINT16(b) (UINT16)( ((b)[0] << 8) \ argument
19 #define BYTE_ARRAY_TO_UINT32(b) (UINT32)( ((b)[0] << 24) \ argument
23 #define BYTE_ARRAY_TO_UINT64(b) (UINT64)( ((UINT64)(b)[0] << 56) \ argument
34 #define UINT8_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)(i);} argument
35 #define UINT16_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 8); \ argument
37 #define UINT32_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 24); \ argument
41 #define UINT64_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 56); \ argument
54 #define BYTE_ARRAY_TO_UINT8(b) *((UINT8 *)(b)) argument
55 #define BYTE_ARRAY_TO_UINT16(b) *((UINT16 *)(b)) argument
[all …]
/external/jemalloc/test/include/test/
Dtest.h3 #define assert_cmp(t, a, b, cmp, neg_cmp, pri, ...) do { \ argument
20 #define assert_ptr_eq(a, b, ...) assert_cmp(void *, a, b, ==, \ argument
22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ argument
29 #define assert_c_eq(a, b, ...) assert_cmp(char, a, b, ==, !=, "c", __VA_ARGS__) argument
30 #define assert_c_ne(a, b, ...) assert_cmp(char, a, b, !=, ==, "c", __VA_ARGS__) argument
31 #define assert_c_lt(a, b, ...) assert_cmp(char, a, b, <, >=, "c", __VA_ARGS__) argument
32 #define assert_c_le(a, b, ...) assert_cmp(char, a, b, <=, >, "c", __VA_ARGS__) argument
33 #define assert_c_ge(a, b, ...) assert_cmp(char, a, b, >=, <, "c", __VA_ARGS__) argument
34 #define assert_c_gt(a, b, ...) assert_cmp(char, a, b, >, <=, "c", __VA_ARGS__) argument
36 #define assert_x_eq(a, b, ...) assert_cmp(int, a, b, ==, !=, "#x", __VA_ARGS__) argument
[all …]
/external/safe-iop/src/
Dsafe_iop.c183 int8_t a, b; in T_add_s8() local
196 int16_t a, b; in T_add_s16() local
207 int32_t a, b; in T_add_s32() local
218 int64_t a, b; in T_add_s64() local
229 long a, b; in T_add_long() local
239 long long a, b; in T_add_longlong() local
249 ssize_t a, b; in T_add_ssizet() local
260 uint8_t a, b; in T_add_u8() local
272 uint16_t a, b; in T_add_u16() local
284 uint32_t a, b; in T_add_u32() local
[all …]
/external/libogg/src/
Dbitwise.c39 void oggpack_writeinit(oggpack_buffer *b){ in oggpack_writeinit()
46 void oggpackB_writeinit(oggpack_buffer *b){ in oggpackB_writeinit()
50 int oggpack_writecheck(oggpack_buffer *b){ in oggpack_writecheck()
55 int oggpackB_writecheck(oggpack_buffer *b){ in oggpackB_writecheck()
59 void oggpack_writetrunc(oggpack_buffer *b,long bits){ in oggpack_writetrunc()
70 void oggpackB_writetrunc(oggpack_buffer *b,long bits){ in oggpackB_writetrunc()
82 void oggpack_write(oggpack_buffer *b,unsigned long value,int bits){ in oggpack_write()
123 void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits){ in oggpackB_write()
163 void oggpack_writealign(oggpack_buffer *b){ in oggpack_writealign()
169 void oggpackB_writealign(oggpack_buffer *b){ in oggpackB_writealign()
[all …]
/external/syslinux/core/lwip/src/netif/ppp/
Dpppdebug.h53 #define AUTHDEBUG(a, b) LWIP_DEBUGF(a, b) argument
54 #define IPCPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
55 #define UPAPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
56 #define LCPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
57 #define FSMDEBUG(a, b) LWIP_DEBUGF(a, b) argument
58 #define CHAPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
59 #define PPPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
63 #define AUTHDEBUG(a, b) argument
64 #define IPCPDEBUG(a, b) argument
65 #define UPAPDEBUG(a, b) argument
[all …]

12345678910>>...228