Home
last modified time | relevance | path

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

12345678

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.c42 yasm_bc_set_multiple(yasm_bytecode *bc, yasm_expr *e) in yasm_bc_set_multiple()
52 yasm_bc_finalize_common(yasm_bytecode *bc, yasm_bytecode *prev_bc) in yasm_bc_finalize_common()
57 yasm_bc_calc_len_common(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in yasm_bc_calc_len_common()
66 yasm_bc_expand_common(yasm_bytecode *bc, int span, long old_val, long new_val, in yasm_bc_expand_common()
75 yasm_bc_tobytes_common(yasm_bytecode *bc, unsigned char **buf, in yasm_bc_tobytes_common()
86 yasm_bc_transform(yasm_bytecode *bc, const yasm_bytecode_callback *callback, in yasm_bc_transform()
99 yasm_bytecode *bc = yasm_xmalloc(sizeof(yasm_bytecode)); in yasm_bc_create_common() local
115 yasm_bc_get_section(yasm_bytecode *bc) in yasm_bc_get_section()
121 yasm_bc__add_symrec(yasm_bytecode *bc, yasm_symrec *sym) in yasm_bc__add_symrec()
142 yasm_bc_destroy(yasm_bytecode *bc) in yasm_bc_destroy()
[all …]
Dbc-reserve.c88 bc_reserve_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) in bc_reserve_finalize()
101 bc_reserve_elem_size(yasm_bytecode *bc) in bc_reserve_elem_size()
108 bc_reserve_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in bc_reserve_calc_len()
117 bc_reserve_tobytes(yasm_bytecode *bc, unsigned char **bufp, in bc_reserve_tobytes()
142 yasm_bc_reserve_numitems(yasm_bytecode *bc, unsigned int *itemsize) in yasm_bc_reserve_numitems()
Dbc-org.c86 bc_org_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) in bc_org_finalize()
91 bc_org_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in bc_org_calc_len()
105 bc_org_expand(yasm_bytecode *bc, int span, long old_val, long new_val, in bc_org_expand()
123 bc_org_tobytes(yasm_bytecode *bc, unsigned char **bufp, in bc_org_tobytes()
Dbc-align.c105 bc_align_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) in bc_align_finalize()
120 bc_align_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in bc_align_calc_len()
134 bc_align_expand(yasm_bytecode *bc, int span, long old_val, long new_val, in bc_align_expand()
167 bc_align_tobytes(yasm_bytecode *bc, unsigned char **bufp, in bc_align_tobytes()
Dbc-incbin.c108 bc_incbin_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) in bc_incbin_finalize()
131 bc_incbin_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in bc_incbin_calc_len()
198 bc_incbin_tobytes(yasm_bytecode *bc, unsigned char **bufp, in bc_incbin_tobytes()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c36 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 …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Dr600_asm.c36 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 …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3bbc.c65 yasm_lc3b__bc_transform_insn(yasm_bytecode *bc, lc3b_insn *insn) in yasm_lc3b__bc_transform_insn()
133 lc3b_bc_insn_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in lc3b_bc_insn_calc_len()
160 lc3b_bc_insn_expand(yasm_bytecode *bc, int span, long old_val, long new_val, in lc3b_bc_insn_expand()
168 lc3b_bc_insn_tobytes(yasm_bytecode *bc, unsigned char **bufp, in lc3b_bc_insn_tobytes()
244 int shift, const yasm_bytecode *bc, int warn) in yasm_lc3b__intnum_tobytes()
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
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
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-except.c206 win64_uwinfo_bc_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) in win64_uwinfo_bc_finalize()
222 win64_uwinfo_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in win64_uwinfo_bc_calc_len()
254 win64_uwinfo_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, in win64_uwinfo_bc_expand()
281 win64_uwinfo_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, in win64_uwinfo_bc_tobytes()
344 win64_uwcode_bc_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) in win64_uwcode_bc_finalize()
352 win64_uwcode_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in win64_uwcode_bc_calc_len()
423 win64_uwcode_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, in win64_uwcode_bc_expand()
462 win64_uwcode_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, in win64_uwcode_bc_tobytes()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
Ddecodemv.c21 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) in read_bmode()
28 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) in read_ymode()
35 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) in read_kf_ymode()
42 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) in read_uv_mode()
51 vp8_reader *const bc = & pbi->mbc[8]; in read_kf_modes() local
118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) in read_mvcontexts()
153 vp8_reader *const bc = & pbi->mbc[8]; in mb_mode_mv_init() local
230 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv()
341 vp8_reader *const bc = & pbi->mbc[8]; in read_mb_modes_mv() local
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c21 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) in read_bmode()
28 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) in read_ymode()
35 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) in read_kf_ymode()
42 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) in read_uv_mode()
51 vp8_reader *const bc = & pbi->mbc[8]; in read_kf_modes() local
118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) in read_mvcontexts()
153 vp8_reader *const bc = & pbi->mbc[8]; in mb_mode_mv_init() local
230 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv()
341 vp8_reader *const bc = & pbi->mbc[8]; in read_mb_modes_mv() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86bc.c142 yasm_x86__bc_transform_insn(yasm_bytecode *bc, x86_insn *insn) in yasm_x86__bc_transform_insn()
148 yasm_x86__bc_transform_jmp(yasm_bytecode *bc, x86_jmp *jmp) in yasm_x86__bc_transform_jmp()
154 yasm_x86__bc_transform_jmpfar(yasm_bytecode *bc, x86_jmpfar *jmpfar) in yasm_x86__bc_transform_jmpfar()
523 x86_bc_insn_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in x86_bc_insn_calc_len()
629 x86_bc_insn_expand(yasm_bytecode *bc, int span, long old_val, long new_val, in x86_bc_insn_expand()
665 x86_bc_jmp_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in x86_bc_jmp_calc_len()
734 x86_bc_jmp_expand(yasm_bytecode *bc, int span, long old_val, long new_val, in x86_bc_jmp_expand()
765 x86_bc_jmpfar_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in x86_bc_jmpfar_calc_len()
807 x86_bc_insn_tobytes(yasm_bytecode *bc, unsigned char **bufp, in x86_bc_insn_tobytes()
909 x86_bc_jmp_tobytes(yasm_bytecode *bc, unsigned char **bufp, in x86_bc_jmp_tobytes()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c256 yasm_bytecode *bc; in cv8_add_sym_objname() local
273 yasm_bytecode *bc; in cv8_add_sym_compile() local
302 yasm_bytecode *bc; in cv8_add_sym_label() local
320 yasm_bytecode *bc; in cv8_add_sym_data() local
403 yasm_bytecode *bc; in cv_append_str() local
427 cv_generate_line_bc(yasm_bytecode *bc, /*@null@*/ void *d) in cv_generate_line_bc()
563 yasm_bytecode *bc; in yasm_cv__generate_symline() local
661 cv_out_sym(yasm_symrec *sym, unsigned long off, yasm_bytecode *bc, in cv_out_sym()
683 yasm_bytecode *bc; in cv8_add_symhead() local
720 cv8_symhead_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in cv8_symhead_bc_calc_len()
[all …]
/external/qemu/slirp-android/
Dbootp.c56 BOOTPClient *bc; in get_new_addr() local
79 BOOTPClient *bc; in request_addr() local
94 BOOTPClient *bc; in find_addr() local
160 BOOTPClient *bc = NULL; in bootp_reply() local
/external/qemu/slirp/
Dbootp.c55 BOOTPClient *bc; in get_new_addr() local
76 BOOTPClient *bc; in request_addr() local
91 BOOTPClient *bc; in find_addr() local
155 BOOTPClient *bc = NULL; in bootp_reply() local
/external/libcxx/test/containers/unord/unord.set/
Dbucket.pass.cpp42 size_t bc = c.bucket_count(); in main() local
61 size_t bc = c.bucket_count(); in main() local
/external/libcxx/test/containers/unord/unord.multiset/
Dbucket.pass.cpp42 size_t bc = c.bucket_count(); in main() local
62 size_t bc = c.bucket_count(); in main() local
/external/libcxx/test/containers/unord/unord.multimap/
Dbucket.pass.cpp43 size_t bc = c.bucket_count(); in main() local
63 size_t bc = c.bucket_count(); in main() local
/external/libcxx/test/containers/unord/unord.map/
Dbucket.pass.cpp43 size_t bc = c.bucket_count(); in main() local
63 size_t bc = c.bucket_count(); in main() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-dbgfmt.c140 yasm_dwarf2__append_bc(yasm_section *sect, yasm_bytecode *bc) in yasm_dwarf2__append_bc()
178 yasm_dwarf2__bc_sym(yasm_symtab *symtab, yasm_bytecode *bc) in yasm_dwarf2__bc_sym()
194 yasm_bytecode *bc; in yasm_dwarf2__add_head() local
241 dwarf2_head_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in dwarf2_head_bc_calc_len()
250 dwarf2_head_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, in dwarf2_head_bc_tobytes()
/external/lldb/test/types/
DAbstractBase.py60 def build_and_run(self, source, atoms, dsym=True, bc=False, qd=False): argument
63 def build_and_run_expr(self, source, atoms, dsym=True, bc=False, qd=False): argument
66 …def build_and_run_with_source_atoms_expr(self, source, atoms, expr, dsym=True, bc=False, qd=False): argument
/external/libcxxabi/test/
Dtest_aux_runtime.cpp30 catch ( const std::bad_typeid &bc ) { return true; } in bad_typeid_test() local
46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c182 yasm_bytecode *bc; in stabs_dbgfmt_append_bcstr() local
202 yasm_bytecode *bc; in stabs_dbgfmt_append_stab() local
225 stabs_dbgfmt_generate_n_fun(stabs_info *info, yasm_bytecode *bc) in stabs_dbgfmt_generate_n_fun()
254 stabs_dbgfmt_generate_bcs(yasm_bytecode *bc, void *d) in stabs_dbgfmt_generate_bcs()
301 yasm_bytecode *bc = yasm_section_bcs_last(sect); in stabs_dbgfmt_generate_sections() local
407 stabs_bc_stab_tobytes(yasm_bytecode *bc, unsigned char **bufp, in stabs_bc_stab_tobytes()
442 stabs_bc_str_tobytes(yasm_bytecode *bc, unsigned char **bufp, in stabs_bc_str_tobytes()
486 stabs_bc_stab_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in stabs_bc_stab_calc_len()
495 stabs_bc_str_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, in stabs_bc_str_calc_len()
/external/clang/test/SemaCXX/
Doverload-call-copycon.cpp28 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2()
39 void test_copycon3(B b, const B bc) { in test_copycon3()

12345678