HomeSort by relevance Sort by last modified time
    Searched refs:bc (Results 1 - 25 of 532) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c 42 yasm_bc_set_multiple(yasm_bytecode *bc, yasm_expr *e)
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)
57 yasm_bc_calc_len_common(yasm_bytecode *bc, yasm_bc_add_span_func add_span,
66 yasm_bc_expand_common(yasm_bytecode *bc, int span, long old_val, long new_val,
75 yasm_bc_tobytes_common(yasm_bytecode *bc, unsigned char **buf,
86 yasm_bc_transform(yasm_bytecode *bc, const yasm_bytecode_callback *callback
99 yasm_bytecode *bc = yasm_xmalloc(sizeof(yasm_bytecode)); local
    [all...]
bc-reserve.c 47 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)
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->multiple, YASM_EXPR_MUL
    [all...]
bc-org.c 48 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)
91 bc_org_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span,
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, int span, long old_val, long new_val
    [all...]
bytecode.h 47 * \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_func add_span
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py 48 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.jump_to = labe
    [all...]
  /external/qemu/slirp/
bootp.c 55 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->allocated || !memcmp(macaddr, bc->macaddr, 6))
91 BOOTPClient *bc; local
155 BOOTPClient *bc = NULL; local
    [all...]
  /external/qemu/slirp-android/
bootp.c 56 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->allocated || !memcmp(macaddr, bc->macaddr, 6))
94 BOOTPClient *bc; local
160 BOOTPClient *bc = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
eg_asm.c 30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf)
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->chip_class == EVERGREEN) /* no EOP on cayman *
    [all...]
r600_asm.c 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
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)
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->chip_class = chip_class
2754 struct r600_bytecode bc; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf)
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->chip_class == EVERGREEN) /* no EOP on cayman *
    [all...]
r600_asm.c 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
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)
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->chip_class = chip_class
2754 struct r600_bytecode bc; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkBitmapCache.h 42 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); }
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
p1.cpp 10 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/
SkBitmapCache.h 42 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); }
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 42 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)
208 coff_unwind_info *info = (coff_unwind_info *)bc->contents
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 163 (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 = yasm_bc_create_common(&cv_sym_bc_callback, cvs, 0)
273 yasm_bytecode *bc; local
302 yasm_bytecode *bc; local
320 yasm_bytecode *bc; local
403 yasm_bytecode *bc; local
563 yasm_bytecode *bc; local
683 yasm_bytecode *bc; local
769 yasm_bytecode *bc; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 39 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)
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,
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, 1, &insn->imm, -512+(long)bc->len
    [all...]
  /external/llvm/test/
Makefile.tests 31 .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
  /ndk/tests/abcc/jni/
Abcc.cpp 58 BitcodeInfo::BitcodeInfo(const std::string &bc)
59 : mShared(false), mBCPath(bc) {
61 mTargetBCPath = stem + "-target.bc";
172 const BitcodeInfo &bc = *i; local
173 LOGV("Translate bitcode: %s -> %s", bc.mBCPath.c_str(), bc.mTargetBCPath.c_str());
176 cmd += " " + bc.mBCPath + " -o " + bc.mTargetBCPath;
183 removeIntermediateFile(bc.mBCPath);
190 const BitcodeInfo &bc = *i local
226 const BitcodeInfo &bc = i->second; local
    [all...]
  /external/libcxx/test/containers/unord/unord.map/
bucket.pass.cpp 43 size_t bc = c.bucket_count(); local
44 assert(bc >= 5);
46 assert(c.bucket(i) == i % bc);
63 size_t bc = c.bucket_count(); local
64 assert(bc >= 5);
66 assert(c.bucket(i) == i % bc);
  /external/libcxx/test/containers/unord/unord.multimap/
bucket.pass.cpp 43 size_t bc = c.bucket_count(); local
44 assert(bc >= 7);
46 assert(c.bucket(i) == i % bc);
63 size_t bc = c.bucket_count(); local
64 assert(bc >= 7);
66 assert(c.bucket(i) == i % bc);
  /external/libcxx/test/containers/unord/unord.multiset/
bucket.pass.cpp 42 size_t bc = c.bucket_count(); local
43 assert(bc >= 7);
45 assert(c.bucket(i) == i % bc);
62 size_t bc = c.bucket_count(); local
63 assert(bc >= 7);
65 assert(c.bucket(i) == i % bc);
  /external/libcxx/test/containers/unord/unord.set/
bucket.pass.cpp 42 size_t bc = c.bucket_count(); local
43 assert(bc >= 5);
45 assert(c.bucket(i) == i % bc);
61 size_t bc = c.bucket_count(); local
62 assert(bc >= 5);
64 assert(c.bucket(i) == i % bc);
  /external/llvm/test/CodeGen/Generic/
Makefile 3 %.bc: %.ll
6 %.llc.s: %.bc
22 rm -f $(patsubst %.clean,%.bc,$@) $(patsubst %.clean,%.*.s,$@) \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
bucket.pass.cpp 43 size_t bc = c.bucket_count(); local
44 assert(bc >= 5);
46 assert(c.bucket(i) == i % bc);
63 size_t bc = c.bucket_count(); local
64 assert(bc >= 5);
66 assert(c.bucket(i) == i % bc);

Completed in 1262 milliseconds

1 2 3 4 5 6 7 8 91011>>