| /external/mesa3d/src/gallium/drivers/r600/ |
| D | r600_asm.c | 139 void r600_bytecode_init(struct r600_bytecode *bc, in r600_bytecode_init() 164 int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf() 187 int r600_bytecode_add_output(struct r600_bytecode *bc, in r600_bytecode_add_output() 234 int r600_bytecode_add_pending_output(struct r600_bytecode *bc, in r600_bytecode_add_pending_output() 243 void r600_bytecode_need_wait_ack(struct r600_bytecode *bc, boolean need_wait_ack) in r600_bytecode_need_wait_ack() 248 boolean r600_bytecode_get_need_wait_ack(struct r600_bytecode *bc) in r600_bytecode_get_need_wait_ack() 259 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 311 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst() 317 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst() 324 static int is_alu_any_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_any_unit_inst() [all …]
|
| D | eg_asm.c | 31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build() 177 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause) in egcm_load_index_reg() 226 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build() 259 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
|
| D | r700_asm.c | 37 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build() 80 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read() 128 int r700_bytecode_fetch_mem_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *mem, unsigned… in r700_bytecode_fetch_mem_build()
|
| /external/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_bc_builder.cpp | 146 const bc_cf &bc = n->bc; in build_cf() local 206 const bc_cf &bc = n->bc; in build_cf_alu() local 263 const bc_cf &bc = n->bc; in build_cf_exp() local 337 const bc_cf &bc = n->bc; in build_cf_mem() local 375 const bc_alu &bc = n->bc; in build_alu() local 502 const bc_fetch &bc = n->bc; in build_fetch_tex() local 566 const bc_fetch &bc = n->bc; in build_fetch_gds() local 606 const bc_fetch &bc = n->bc; in build_fetch_vtx() local 705 const bc_fetch &bc = n->bc; in build_fetch_mem() local
|
| D | sb_bc_decoder.cpp | 31 int bc_decoder::decode_cf(unsigned &i, bc_cf& bc) { in decode_cf() 109 int bc_decoder::decode_cf_alu(unsigned & i, bc_cf& bc) { in decode_cf_alu() 175 int bc_decoder::decode_cf_exp(unsigned & i, bc_cf& bc) { in decode_cf_exp() 229 int bc_decoder::decode_cf_mem(unsigned & i, bc_cf& bc) { in decode_cf_mem() 290 int bc_decoder::decode_alu(unsigned & i, bc_alu& bc) { in decode_alu() 404 int bc_decoder::decode_fetch(unsigned & i, bc_fetch& bc) { in decode_fetch() 500 int bc_decoder::decode_fetch_gds(unsigned & i, bc_fetch& bc) { in decode_fetch_gds() 536 int bc_decoder::decode_fetch_mem(unsigned & i, bc_fetch& bc) { in decode_fetch_mem() 578 int bc_decoder::decode_fetch_vtx(unsigned & i, bc_fetch& bc) { in decode_fetch_vtx()
|
| /external/tensorflow/tensorflow/core/lib/core/ |
| D | blocking_counter_test.cc | 25 BlockingCounter bc(0); in TEST() local 30 BlockingCounter bc(2); in TEST() local 41 BlockingCounter bc(N); in TEST() local 59 BlockingCounter bc(num_shards); in BM_BlockingCounter() local
|
| /external/libvpx/vp8/encoder/ |
| D | boolhuff.c | 41 void vp8_start_encode(BOOL_CODER *bc, unsigned char *source, in vp8_start_encode() 51 void vp8_stop_encode(BOOL_CODER *bc) { in vp8_stop_encode() 57 void vp8_encode_value(BOOL_CODER *bc, int data, int bits) { in vp8_encode_value()
|
| /external/libvpx/vp8/decoder/ |
| D | decodemv.c | 18 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) { in read_bmode() 24 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) { in read_ymode() 30 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) { in read_kf_ymode() 36 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) { in read_uv_mode() 43 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 188 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv() 286 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/rust/crates/gdbstub/src/protocol/commands/ |
| D | _bc.rs | 4 pub struct bc; struct 6 impl<'a> ParseCommand<'a> for bc { implementation
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.map/ |
| D | bucket.pass.cpp | 40 std::size_t bc = c.bucket_count(); in main() local 60 std::size_t bc = c.bucket_count(); in main() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.set/ |
| D | bucket.pass.cpp | 38 std::size_t bc = c.bucket_count(); in main() local 57 std::size_t bc = c.bucket_count(); in main() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.multiset/ |
| D | bucket.pass.cpp | 38 std::size_t bc = c.bucket_count(); in main() local 58 std::size_t bc = c.bucket_count(); in main() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.multimap/ |
| D | bucket.pass.cpp | 40 std::size_t bc = c.bucket_count(); in main() local 60 std::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/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/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
| D | lws-button.c | 108 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 206 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 449 const lws_button_controller_t *bc = bcs->controller; in lws_button_get_bit() local 464 const lws_button_controller_t *bc = bcs->controller; in lws_button_enable() local
|
| /external/libwebsockets/lib/drivers/button/ |
| D | lws-button.c | 112 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 208 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 484 const lws_button_controller_t *bc = bcs->controller; in lws_button_get_bit() local 499 const lws_button_controller_t *bc = bcs->controller; in lws_button_enable() 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/capstone/bindings/java/capstone/ |
| D | Ppc.java | 68 public int bc; field in Ppc.UnionOpInfo 96 public int bc; field in Ppc.OpInfo
|
| /external/testng/src/test/java/test/verify/ |
| D | Verify3SampleTest.java | 10 public void bc() { in bc() method in Verify3SampleTest
|
| /external/bc/vs/tests/ |
| D | tests_bc.bat | 4 set bc=%~dp0\bc.exe variable
|
| /external/bc/tests/ |
| D | history.py | 146 def test_utf8(exe, args, env, idx, bc=True): argument 186 def test_utf8_0(exe, args, env, bc=True): argument 225 def test_utf8_1(exe, args, env, bc=True): argument 229 def test_utf8_2(exe, args, env, bc=True): argument 233 def test_utf8_3(exe, args, env, bc=True): argument 237 def test_utf8_4(exe, args, env, bc=True): argument
|