/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function-casting.cpp | 18 { 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/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | Zip64ExtendedInformationExtraFieldTest.java | 89 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesOnly() local 90 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesOnly() local 103 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesAndOffset() local 104 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesAndOffset() local 105 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadLFHSizesAndOffset() local 118 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesOffsetAndDisk() local 119 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesOffsetAndDisk() local 120 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadLFHSizesOffsetAndDisk() local 121 System.arraycopy(DISK.getBytes(), 0, b, 24, 4); in testReadLFHSizesOffsetAndDisk() local 134 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesAndDisk() local [all …]
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/ |
D | p4-0x.cpp | 4 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/ |
D | aarch64-neon-perm.c | 10 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 …]
|
D | complex-math.c | 8 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 …]
|
D | aarch64-neon-3v.c | 10 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 …]
|
D | aarch64-neon-tbl.c | 12 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 …]
|
D | aarch64-neon-extract.c | 12 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 …]
|
D | aarch64-neon-ldst-one.c | 1813 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 …]
|
D | avx2-builtins.c | 29 __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 …]
|
D | aarch64-neon-scalar-x-indexed-elem.c | 15 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 …]
|
D | mmx-builtins.c | 27 __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 …]
|
D | pointer-arithmetic.c | 5 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 …]
|
D | arm_neon_intrinsics.c | 13 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 …]
|
D | avx-cmp-builtins.c | 13 __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 …]
|
D | fma4-builtins.c | 8 __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 …]
|
D | fma-builtins.c | 8 __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 …]
|
D | aarch64-neon-fma.c | 13 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 …]
|
D | ssse3-builtins.c | 28 __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 …]
|
D | aarch64-neon-2velem.c | 12 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16() 21 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16() 30 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32() 39 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32() 48 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16() 57 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16() 66 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32() 75 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32() 84 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16() 93 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16() [all …]
|
/external/clang/test/CXX/over/over.over/ |
D | p2-resolve-single-template-id.cpp | 103 { 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/jemalloc_new/test/include/test/ |
D | test.h | 3 #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/jemalloc/test/include/test/ |
D | test.h | 3 #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/Microsoft-GSL/tests/ |
D | byte_tests.cpp | 35 const byte b = static_cast<byte>(4); variable 41 const byte b = byte(12); variable 46 const byte b = to_byte<12>(); variable 51 const byte b = to_byte(uc); variable 57 const byte b { 14 }; variable 65 const byte b = to_byte<0xFF>(); variable 101 const byte b = to_byte<0x12>(); variable 117 int modify_both(gsl::byte & b, int& i) in modify_both()
|
/external/libogg/src/ |
D | bitwise.c | 39 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 …]
|