/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_byt… in r600_bytecode_get_num_operands() 257 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family fa… in r600_bytecode_init() 272 static int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf() 295 int r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output) in r600_bytecode_add_output() 342 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_once_inst() 423 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 444 static int is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_cube_inst() 459 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_mova_inst() 493 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst() 548 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst() [all …]
|
D | eg_asm.c | 30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build()
|
D | r700_asm.c | 36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 17 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) { in read_bmode() 23 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) { in read_ymode() 29 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) { in read_kf_ymode() 35 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) { in read_uv_mode() 42 vp8_reader *const bc = &pbi->mbc[8]; in read_kf_modes() local 96 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) { in read_mvcontexts() 123 vp8_reader *const bc = &pbi->mbc[8]; in mb_mode_mv_init() local 187 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv() 285 vp8_reader *const bc = &pbi->mbc[8]; in read_mb_modes_mv() local
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/ |
D | p1.cpp | 10 B<T>::C bc; // ok, B<T> is the current instantiation. member 15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation. member 20 B<B<T>>::C bc; // expected-error {{missing 'typename'}} member
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | bucket.pass.cpp | 44 size_t bc = c.bucket_count(); in main() local 64 size_t bc = c.bucket_count(); in main() local
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | bucket.pass.cpp | 44 size_t bc = c.bucket_count(); in main() local 64 size_t bc = c.bucket_count(); in main() local
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | bucket.pass.cpp | 43 size_t bc = c.bucket_count(); in main() local 62 size_t bc = c.bucket_count(); in main() local
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | bucket.pass.cpp | 43 size_t bc = c.bucket_count(); in main() local 63 size_t bc = c.bucket_count(); in main() local
|
/external/clang/test/SemaCXX/ |
D | overload-call-copycon.cpp | 34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2() 45 void test_copycon3(B b, const B bc) { in test_copycon3()
|
/external/syslinux/com32/modules/ |
D | cptime.c | 116 void print_cp_result_long(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_verb… in print_cp_result_long() 129 void print_cp_result_simple(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_ve… in print_cp_result_simple() 149 clock_t bc, ec; in time_copy() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 106 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in write_ymode() 110 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in kfwrite_ymode() 114 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) { in write_uv_mode() 118 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) { in write_bmode() 122 static void write_split(vp8_writer *bc, int x) { in write_split() 600 vp8_writer *const bc = cpi->bc; in write_kfmodes() local 1046 static void put_delta_q(vp8_writer *bc, int delta_q) { in put_delta_q() 1064 vp8_writer *const bc = cpi->bc; in vp8_pack_bitstream() local
|
/external/testng/src/test/java/test/verify/ |
D | Verify3SampleTest.java | 10 public void bc() { in bc() method in Verify3SampleTest
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | LineImpl.java | 55 final int bc = branches.getCoveredCount(); in getInstance() local 84 public Fix(final int im, final int ic, final int bm, final int bc) { in Fix()
|
/external/libgsm/src/ |
D | gsm_print.c | 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable
|
D | gsm_decode.c | 16 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable
|
D | long_term.c | 60 word Nc, bc; variable 164 word Nc, bc; variable 302 word Nc, bc; variable 479 word Nc, bc; variable 648 word Nc, bc; variable 720 word Nc, bc; variable
|
D | gsm_encode.c | 15 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | AnnotationHelper.java | 64 …IConfigurationAnnotation bc = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeClass.… in findConfiguration() local 88 …IConfigurationAnnotation bc = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeClass.cla… in findConfiguration() local 105 …IConfigurationAnnotation bc, IConfigurationAnnotation ac, IConfigurationAnnotation bm, IConfigurat… in createConfiguration()
|
/external/testng/src/test/java/test/superclass/ |
D | Base1.java | 8 public void bc() { in bc() method in Base1
|
D | Base2.java | 10 public void bc() { in bc() method in Base2
|
/external/testng/src/test/java/test/ |
D | BaseLogTest.java | 17 public void bc() { in bc() method in BaseLogTest
|
/external/skia/src/effects/gradients/ |
D | SkGradientBitmapCache.h | 41 AutoValidate(const SkGradientBitmapCache* bc) : fBC(bc) { bc->validate(); } in AutoValidate()
|
/external/testng/src/test/java/test/attributes/ |
D | AttributeTest.java | 14 public void bc(ITestContext ctx) { in bc() method in AttributeTest
|
/external/testng/src/test/java/test/hook/ |
D | ConfigurableSuccessWithListenerTest.java | 35 public void bc() { in bc() method in ConfigurableSuccessWithListenerTest
|