Searched refs:bc (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.c42 yasm_bc_set_multiple(yasm_bytecode *bc, yasm_expr *e) argument
44 if (bc->multiple)
45 bc->multiple = yasm_expr_create_tree(bc->multiple, YASM_EXPR_MUL, e,
48 bc->multiple = e;
52 yasm_bc_finalize_common(yasm_bytecode *bc, yasm_bytecode *prev_bc) argument
57 yasm_bc_calc_len_common(yasm_bytecode *bc, yasm_bc_add_span_func add_span, argument
66 yasm_bc_expand_common(yasm_bytecode *bc, int span, long old_val, long new_val, argument
75 yasm_bc_tobytes_common(yasm_bytecode *bc, unsigned char **buf, argument
86 yasm_bc_transform(yasm_bytecode *bc, cons argument
99 yasm_bytecode *bc = yasm_xmalloc(sizeof(yasm_bytecode)); local
115 yasm_bc_get_section(yasm_bytecode *bc) argument
121 yasm_bc__add_symrec(yasm_bytecode *bc, yasm_symrec *sym) argument
142 yasm_bc_destroy(yasm_bytecode *bc) argument
156 yasm_bc_print(const yasm_bytecode *bc, FILE *f, int indent_level) argument
173 yasm_bc_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) argument
226 yasm_bc_elem_size(yasm_bytecode *bc) argument
238 yasm_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
284 yasm_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
301 yasm_bc_tobytes(yasm_bytecode *bc, unsigned char *buf, unsigned long *bufsize, int *gap, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
353 yasm_bc_get_multiple(yasm_bytecode *bc, long *multiple, int calc_bc_dist) argument
375 yasm_bc_get_multiple_expr(const yasm_bytecode *bc) argument
381 yasm_bc_get_insn(yasm_bytecode *bc) argument
[all...]
H A Dbc-reserve.c47 static void bc_reserve_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc);
48 static int bc_reserve_elem_size(yasm_bytecode *bc);
49 static int bc_reserve_calc_len(yasm_bytecode *bc,
52 static int bc_reserve_tobytes(yasm_bytecode *bc, unsigned char **bufp,
88 bc_reserve_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) argument
90 bytecode_reserve *reserve = (bytecode_reserve *)bc->contents;
92 if (!bc->multiple)
93 bc->multiple = reserve->numitems;
95 bc->multiple = yasm_expr_create_tree(bc
101 bc_reserve_elem_size(yasm_bytecode *bc) argument
108 bc_reserve_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
117 bc_reserve_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
142 yasm_bc_reserve_numitems(yasm_bytecode *bc, unsigned int *itemsize) argument
[all...]
H A Dbc-org.c48 static void bc_org_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc);
49 static int bc_org_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span,
51 static int bc_org_expand(yasm_bytecode *bc, int span, long old_val,
54 static int bc_org_tobytes(yasm_bytecode *bc, unsigned char **bufp,
86 bc_org_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) argument
91 bc_org_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, argument
94 bytecode_org *org = (bytecode_org *)bc->contents;
98 if (bc_org_expand(bc, 0, 0, (long)bc->offset, &neg_thres, &pos_thres) < 0)
105 bc_org_expand(yasm_bytecode *bc, in argument
123 bc_org_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
[all...]
H A Dbytecode.h47 * \param bc bytecode containing span
56 (void *add_span_data, yasm_bytecode *bc, int id, const yasm_value *value,
80 * \param bc bytecode
81 * \param prev_bc bytecode directly preceding bc
83 void (*finalize) (yasm_bytecode *bc, yasm_bytecode *prev_bc);
88 * \param bc bytecode
91 int (*elem_size) (yasm_bytecode *bc);
97 * This function should simply add to bc->len and not set it directly
101 * \param bc bytecode
108 int (*calc_len) (yasm_bytecode *bc, yasm_bc_add_span_fun
[all...]
H A Dbc-align.c54 static void bc_align_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc);
55 static int bc_align_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span,
57 static int bc_align_expand(yasm_bytecode *bc, int span, long old_val,
60 static int bc_align_tobytes(yasm_bytecode *bc, unsigned char **bufp,
105 bc_align_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) argument
107 bytecode_align *align = (bytecode_align *)bc->contents;
120 bc_align_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, argument
126 if (bc_align_expand(bc, 0, 0, (long)bc->offset, &neg_thres,
134 bc_align_expand(yasm_bytecode *bc, in argument
167 bc_align_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.h15 void vp9_update_skip_probs(VP9_COMP *cpi, vp9_writer *bc);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dbytecode.py48 bc = ByteCode()
49 bc.op = self[self.offset]
50 bc.offset = self.offset
53 if bc.op >= opcode.HAVE_ARGUMENT:
54 bc.arg = self[self.offset+1] + 256*self[self.offset+2]
58 if bc.op in opcode.hasjrel:
59 label = next_offset + bc.arg
60 elif bc.op in opcode.hasjabs:
61 label = bc.arg
62 bc
[all...]
/external/qemu/slirp/
H A Dbootp.c55 BOOTPClient *bc; local
59 bc = &bootp_clients[i];
60 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
65 bc = &bootp_clients[i];
66 bc->allocated = 1;
68 return bc;
76 BOOTPClient *bc; local
80 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
81 if (!bc
91 BOOTPClient *bc; local
155 BOOTPClient *bc = NULL; local
[all...]
/external/qemu/slirp-android/
H A Dbootp.c56 BOOTPClient *bc; local
60 bc = &bootp_clients[i];
61 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
66 bc = &bootp_clients[i];
67 bc->allocated = 1;
71 return bc;
79 BOOTPClient *bc; local
83 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
84 if (!bc
94 BOOTPClient *bc; local
160 BOOTPClient *bc = NULL; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Deg_asm.c30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
41 bc->bytecode[id++] =
49 bc->bytecode[id++] = EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_EXTENDED |
56 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
60 bc->bytecode[id++] = cf->inst |
69 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
70 bc->bytecode[id++] = cf->inst |
76 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
87 if (bc
[all...]
H A Dr600_asm.c36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
41 switch (bc->chip_class) {
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
257 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family) argument
261 bc->ar_handling = AR_HANDLE_RV6XX;
262 bc->r6xx_nop_after_rel_dst = 1;
264 bc->ar_handling = AR_HANDLE_NORMAL;
265 bc->r6xx_nop_after_rel_dst = 0;
268 LIST_INITHEAD(&bc->cf);
269 bc
272 r600_bytecode_add_cf(struct r600_bytecode *bc) argument
295 r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output) argument
342 is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
423 is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
444 is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
459 is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
493 is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
548 is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
584 is_alu_any_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
590 is_nop_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
603 assign_alu_units(struct r600_bytecode *bc, struct r600_bytecode_alu *alu_first, struct r600_bytecode_alu *assignment[5]) argument
692 reserve_cfile(struct r600_bytecode *bc, struct alu_bank_swizzle *bs, unsigned sel, unsigned chan) argument
734 check_vector(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
764 check_scalar(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
810 check_and_set_bank_swizzle(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5]) argument
893 replace_gpr_with_pv_ps(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
985 r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned *nliteral) argument
1011 r600_bytecode_alu_adjust_literals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned nliteral) argument
1031 merge_inst_groups(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1263 r600_bytecode_alloc_inst_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, struct r600_bytecode_alu *alu) argument
1284 r600_bytecode_assign_kcache_banks(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct r600_bytecode_kcache * kcache) argument
1321 r600_bytecode_alloc_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, int type) argument
1357 insert_nop_r6xx(struct r600_bytecode *bc) argument
1376 load_ar_r6xx(struct r600_bytecode *bc) argument
1403 load_ar(struct r600_bytecode *bc) argument
1431 r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int type) argument
1552 r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) argument
1557 r600_bytecode_num_tex_and_vtx_instructions(const struct r600_bytecode *bc) argument
1574 last_inst_was_not_vtx_fetch(struct r600_bytecode *bc) argument
1591 r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) argument
1638 r600_bytecode_add_tex(struct r600_bytecode *bc, const struct r600_bytecode_tex *tex) argument
1688 r600_bytecode_add_cfinst(struct r600_bytecode *bc, int inst) argument
1700 cm_bytecode_add_cf_end(struct r600_bytecode *bc) argument
1706 r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigned id) argument
1735 r600_bytecode_tex_build(struct r600_bytecode *bc, struct r600_bytecode_tex *tex, unsigned id) argument
1765 r600_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) argument
1817 r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
1901 r600_bytecode_build(struct r600_bytecode *bc) argument
2197 r600_bytecode_clear(struct r600_bytecode *bc) argument
2233 r600_bytecode_dump(struct r600_bytecode *bc) argument
2754 struct r600_bytecode bc; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
41 bc->bytecode[id++] =
49 bc->bytecode[id++] = EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_EXTENDED |
56 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
60 bc->bytecode[id++] = cf->inst |
69 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
70 bc->bytecode[id++] = cf->inst |
76 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
87 if (bc
[all...]
H A Dr600_asm.c36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
41 switch (bc->chip_class) {
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
257 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family) argument
261 bc->ar_handling = AR_HANDLE_RV6XX;
262 bc->r6xx_nop_after_rel_dst = 1;
264 bc->ar_handling = AR_HANDLE_NORMAL;
265 bc->r6xx_nop_after_rel_dst = 0;
268 LIST_INITHEAD(&bc->cf);
269 bc
272 r600_bytecode_add_cf(struct r600_bytecode *bc) argument
295 r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output) argument
342 is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
423 is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
444 is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
459 is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
493 is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
548 is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
584 is_alu_any_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
590 is_nop_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
603 assign_alu_units(struct r600_bytecode *bc, struct r600_bytecode_alu *alu_first, struct r600_bytecode_alu *assignment[5]) argument
692 reserve_cfile(struct r600_bytecode *bc, struct alu_bank_swizzle *bs, unsigned sel, unsigned chan) argument
734 check_vector(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
764 check_scalar(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
810 check_and_set_bank_swizzle(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5]) argument
893 replace_gpr_with_pv_ps(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
985 r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned *nliteral) argument
1011 r600_bytecode_alu_adjust_literals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned nliteral) argument
1031 merge_inst_groups(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1263 r600_bytecode_alloc_inst_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, struct r600_bytecode_alu *alu) argument
1284 r600_bytecode_assign_kcache_banks(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct r600_bytecode_kcache * kcache) argument
1321 r600_bytecode_alloc_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, int type) argument
1357 insert_nop_r6xx(struct r600_bytecode *bc) argument
1376 load_ar_r6xx(struct r600_bytecode *bc) argument
1403 load_ar(struct r600_bytecode *bc) argument
1431 r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int type) argument
1552 r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) argument
1557 r600_bytecode_num_tex_and_vtx_instructions(const struct r600_bytecode *bc) argument
1574 last_inst_was_not_vtx_fetch(struct r600_bytecode *bc) argument
1591 r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) argument
1638 r600_bytecode_add_tex(struct r600_bytecode *bc, const struct r600_bytecode_tex *tex) argument
1688 r600_bytecode_add_cfinst(struct r600_bytecode *bc, int inst) argument
1700 cm_bytecode_add_cf_end(struct r600_bytecode *bc) argument
1706 r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigned id) argument
1735 r600_bytecode_tex_build(struct r600_bytecode *bc, struct r600_bytecode_tex *tex, unsigned id) argument
1765 r600_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) argument
1817 r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
1901 r600_bytecode_build(struct r600_bytecode *bc) argument
2197 r600_bytecode_clear(struct r600_bytecode *bc) argument
2233 r600_bytecode_dump(struct r600_bytecode *bc) argument
2754 struct r600_bytecode bc; local
[all...]
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkBitmapCache.h42 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); } argument
/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 in struct:Example1::A
15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation. member in struct:Example1::A
20 B<B<T>>::C bc; // expected-error {{missing 'typename'}} member in struct:Example1::A
/external/skia/src/effects/gradients/
H A DSkBitmapCache.h42 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); } argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dwin64-except.c42 static void win64_uwinfo_bc_finalize(yasm_bytecode *bc,
45 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
46 static int win64_uwinfo_bc_expand(yasm_bytecode *bc, int span, long old_val,
50 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
57 static void win64_uwcode_bc_finalize(yasm_bytecode *bc,
60 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
61 static int win64_uwcode_bc_expand(yasm_bytecode *bc, int span, long old_val,
65 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
206 win64_uwinfo_bc_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) argument
208 coff_unwind_info *info = (coff_unwind_info *)bc
222 win64_uwinfo_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
254 win64_uwinfo_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
281 win64_uwinfo_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
344 win64_uwcode_bc_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) argument
352 win64_uwcode_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
423 win64_uwcode_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
462 win64_uwcode_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c163 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
165 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
173 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
175 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
183 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
185 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
192 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
194 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
256 yasm_bytecode *bc; local
263 bc
273 yasm_bytecode *bc; local
302 yasm_bytecode *bc; local
320 yasm_bytecode *bc; local
403 yasm_bytecode *bc; local
427 cv_generate_line_bc(yasm_bytecode *bc, void *d) argument
563 yasm_bytecode *bc; local
661 cv_out_sym(yasm_symrec *sym, unsigned long off, yasm_bytecode *bc, unsigned char **bufp, void *d, yasm_output_value_func output_value) argument
683 yasm_bytecode *bc; local
720 cv8_symhead_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
729 cv8_symhead_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
769 yasm_bytecode *bc; local
794 cv8_fileinfo_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
803 cv8_fileinfo_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
862 cv8_lineinfo_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
871 cv8_lineinfo_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
1019 cv_sym_bc_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
1028 cv_sym_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3bbc.c39 static int lc3b_bc_insn_calc_len(yasm_bytecode *bc,
42 static int lc3b_bc_insn_expand(yasm_bytecode *bc, int span, long old_val,
45 static int lc3b_bc_insn_tobytes(yasm_bytecode *bc, unsigned char **bufp,
65 yasm_lc3b__bc_transform_insn(yasm_bytecode *bc, lc3b_insn *insn) argument
67 yasm_bc_transform(bc, &lc3b_bc_callback_insn, insn);
133 lc3b_bc_insn_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, argument
136 lc3b_insn *insn = (lc3b_insn *)bc->contents;
140 bc->len += 2;
148 || target_prevbc->section != bc->section)) {
154 add_span(add_span_data, bc,
160 lc3b_bc_insn_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
168 lc3b_bc_insn_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
242 yasm_lc3b__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf, size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc, int warn) argument
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DCTRMode.java18 BlockCipher bc; field in class:CTRMode
30 bc = tc;
31 blockSize = bc.getBlockSize();
50 bc.transformBlock(X, 0, Xenc, 0);
/external/llvm/test/
H A DMakefile.tests31 .PRECIOUS: Output/%.bc Output/%.ll
34 .PRECIOUS: Output/%.llvm.bc
50 # LLVM Assemble from Output/X.ll to Output/X.bc. Output/X.ll must have come
53 Output/%.bc: Output/%.ll $(LGCCAS)
56 # LLVM Assemble from X.ll to Output/X.bc. Because we are coming directly from
59 Output/%.bc: %.ll $(LLVMAS) Output/.dir
/external/llvm/test/CodeGen/Generic/
H A DMakefile3 %.bc: %.ll
6 %.llc.s: %.bc
22 rm -f $(patsubst %.clean,%.bc,$@) $(patsubst %.clean,%.*.s,$@) \
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi27 cdef yasm_bytecode *bc
31 def __cinit__(self, bc):
32 self.bc = NULL
33 if PyCObject_Check(bc):
34 self.bc = <yasm_bytecode *>__get_voidp(bc, Bytecode)
41 if self.bc.section == NULL:
42 yasm_bc_destroy(self.bc)
45 def __get__(self): return self.bc.len
46 def __set__(self, value): self.bc
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-aranges.c39 yasm_bytecode *bc; local
44 bc = yasm_bc_create_data(&dvs, sizeof_address, 0, NULL, 0);
45 yasm_bc_finalize(bc, yasm_dwarf2__append_bc(debug_aranges, bc));
46 yasm_bc_calc_len(bc, NULL, NULL);
86 yasm_bytecode *bc; local
100 bc = yasm_bc_create_align(
104 yasm_bc_finalize(bc, yasm_dwarf2__append_bc(debug_aranges, bc));
105 yasm_bc_calc_len(bc, NUL
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c119 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
121 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
129 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
131 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
182 yasm_bytecode *bc; local
184 bc = yasm_bc_create_common(&stabs_bc_str_callback, yasm__xstrdup(str), 0);
185 bc->len = (unsigned long)(strlen(str)+1);
186 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect));
188 yasm_section_bcs_append(sect, bc);
190 return bc;
202 yasm_bytecode *bc; local
225 stabs_dbgfmt_generate_n_fun(stabs_info *info, yasm_bytecode *bc) argument
254 stabs_dbgfmt_generate_bcs(yasm_bytecode *bc, void *d) argument
301 yasm_bytecode *bc = yasm_section_bcs_last(sect); local
407 stabs_bc_stab_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
442 stabs_bc_str_tobytes(yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
486 stabs_bc_stab_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
495 stabs_bc_str_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data) argument
[all...]

Completed in 922 milliseconds

1234567891011>>