Home
last modified time | relevance | path

Searched defs:bc (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c120 void r600_bytecode_init(struct r600_bytecode *bc, in r600_bytecode_init()
156 int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf()
179 int r600_bytecode_add_output(struct r600_bytecode *bc, in r600_bytecode_add_output()
226 int r600_bytecode_add_pending_output(struct r600_bytecode *bc, in r600_bytecode_add_pending_output()
236 r600_bytecode_add_ack(struct r600_bytecode *bc) in r600_bytecode_add_ack()
242 r600_bytecode_wait_acks(struct r600_bytecode *bc) in r600_bytecode_wait_acks()
264 r600_bytecode_write_export_ack_type(struct r600_bytecode *bc, bool indirect) in r600_bytecode_write_export_ack_type()
285 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst()
337 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst()
343 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst()
[all …]
H A Deg_asm.c14 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build()
160 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build()
193 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
H A Dr700_asm.c20 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build()
63 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read()
111 int r700_bytecode_fetch_mem_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *mem, unsigned… in r700_bytecode_fetch_mem_build()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_lite_interpreter_direct.cpp43 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
57 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
100 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
136 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
160 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
177 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
194 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
213 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
240 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
262 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
[all …]
H A Dtest_flatbuffer.cpp86 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
114 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
135 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
182 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
291 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
333 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
368 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
393 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
416 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
438 mobile::Module bc = jitModuleToMobile(m, options); in TEST() local
[all …]
H A Dtest_lite_interpreter.cpp44 mobile::Module bc = _load_for_mobile(ss); in TEST() local
59 mobile::Module bc = _load_for_mobile(ss); in TEST() local
104 mobile::Module bc = _load_for_mobile(ss); in TEST() local
139 mobile::Module bc = _load_for_mobile(ss); in TEST() local
164 mobile::Module bc = _load_for_mobile(ss); in TEST() local
182 mobile::Module bc = _load_for_mobile(ss); in TEST() local
198 mobile::Module bc = _load_for_mobile(ss); in TEST() local
215 mobile::Module bc = _load_for_mobile(ss); in TEST() local
236 mobile::Module bc = _load_for_mobile(ss); in TEST() local
254 mobile::Module bc = _load_for_mobile(ss); in TEST() local
[all …]
/aosp_15_r20/external/pytorch/test/mobile/lightweight_dispatch/
H A Dtest_codegen_unboxing.cpp70 Module bc = _load_for_mobile(testModelFile); in TEST() local
88 Module bc = _load_for_mobile(testModelFile); in TEST() local
111 Module bc = _load_for_mobile(testModelFile); in TEST() local
127 Module bc = _load_for_mobile(testModelFile); in TEST() local
142 Module bc = _load_for_mobile(testModelFile); in TEST() local
154 Module bc = _load_for_mobile(testModelFile); in TEST() local
169 Module bc = _load_for_mobile(testModelFile); in TEST() local
186 Module bc = _load_for_mobile(testModelFile); in TEST() local
211 Module bc = _load_for_mobile(testModelFile); in TEST() local
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Ddecodemv.c18 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
/aosp_15_r20/external/bc/manuals/
H A Ddevelopment.md524 ##### `add.bc`
528 ##### `arrays_and_constants.bc`
533 ##### `arrays.bc`
537 ##### `constants.bc`
541 ##### `divide.bc`
545 ##### `functions.bc`
549 ##### `irand_long.bc`
554 ##### `irand_short.bc`
559 ##### `lib.bc`
564 ##### `multiply.bc`
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/test/
Dstd_interop_test.cpp50 boost::system::error_code bc( ev, bt ); in test_generic_category() local
90 boost::system::error_code bc( ev, bt ); in test_system_category() local
115 boost::system::error_code bc( ev, bt ); in test_system_category() local
207 boost::system::error_code bc( ev, bt ); in test_user_category() local
232 boost::system::error_code bc( ev, bt ); in test_user_category() local
344 … boost::system::error_code bc = make_error_code( boost::system::errc::no_such_file_or_directory ); in test_user2_category() local
/aosp_15_r20/external/coreboot/src/drivers/elog/
H A Dboot_count.c35 static int boot_count_cmos_read(struct boot_count *bc) in boot_count_cmos_read()
61 static void boot_count_cmos_write(struct boot_count *bc) in boot_count_cmos_write()
76 struct boot_count bc; in boot_count_increment() local
98 struct boot_count bc; in boot_count_read() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Dblocking_counter_test.cc25 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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dmonotonic_buffer_resource_test.cpp27 block_slist bc(mrl); in test_constructor() local
38 block_slist bc(mrl); in test_allocate() local
63 block_slist bc(mrl); in test_release() local
84 block_slist bc(d); in test_memory_resource() local
94 block_slist bc(mrl); in test_destructor() local
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c441 p_ere_exp(struct parse *p, struct branchc *bc) in p_ere_exp()
704 p_branch_eat_delim(struct parse *p, struct branchc *bc) in p_branch_eat_delim()
720 p_branch_ins_offset(struct parse *p, struct branchc *bc) in p_branch_ins_offset()
742 p_branch_fix_tail(struct parse *p, struct branchc *bc) in p_branch_fix_tail()
759 p_branch_empty(struct parse *p, struct branchc *bc) in p_branch_empty()
773 p_branch_do(struct parse *p, struct branchc *bc) in p_branch_do()
793 p_bre_pre_parse(struct parse *p, struct branchc *bc) in p_bre_pre_parse()
810 p_bre_post_parse(struct parse *p, struct branchc *bc) in p_bre_post_parse()
836 struct branchc bc; in p_re() local
884 p_simp_re(struct parse *p, struct branchc *bc) in p_simp_re()
/aosp_15_r20/external/pytorch/test/cpp/lite_interpreter_runtime/
H A Dtest_mobile_profiler.cpp56 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST() local
110 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST() local
144 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST() local
180 mobile::Module bc = _load_for_mobile(testModelFile.string()); in TEST() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dbitstream.c100 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in write_ymode()
104 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in kfwrite_ymode()
108 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) { in write_uv_mode()
112 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) { in write_bmode()
116 static void write_split(vp8_writer *bc, int x) { in write_split()
564 vp8_writer *const bc = cpi->bc; in write_kfmodes() local
989 static void put_delta_q(vp8_writer *bc, int delta_q) { in put_delta_q()
1007 vp8_writer *const bc = cpi->bc; in vp8_pack_bitstream() local
H A Dboolhuff.c41 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()
/aosp_15_r20/external/bc/tests/
H A Dhistory.py146 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
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dlws-button.c108 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
/aosp_15_r20/external/libwebsockets/lib/drivers/button/
H A Dlws-button.c112 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
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/bouncycastle/bcpkix-jdk15on/1.67/
HDbcpkix-jdk15on-1.67.jarMETA-INF/MANIFEST.MF META-INF/BC1024KE.SF META-INF/BC1024KE ...
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
H A Dp1.cpp10 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
/aosp_15_r20/external/libgsm/src/
H A Dlong_term.c60 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
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDbcpkix-jdk15on-1.48.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/aosp_15_r20/packages/modules/adb/
Dtypes_test.cpp52 IOVector bc; in TEST() local
66 IOVector bc; in TEST() local
75 IOVector bc; in TEST() local
85 IOVector bc; in TEST() local
107 IOVector bc; in TEST() local

12345678910>>...42