/external/e2fsprogs/lib/ext2fs/ |
D | badblocks.c | 35 ext2_u32_list bb; in make_u32_list() local 38 retval = ext2fs_get_mem(sizeof(struct ext2_struct_u32_list), &bb); in make_u32_list() 41 memset(bb, 0, sizeof(struct ext2_struct_u32_list)); in make_u32_list() 42 bb->magic = EXT2_ET_MAGIC_BADBLOCKS_LIST; in make_u32_list() 43 bb->size = size ? size : 10; in make_u32_list() 44 bb->num = num; in make_u32_list() 45 retval = ext2fs_get_array(bb->size, sizeof(blk_t), &bb->list); in make_u32_list() 47 ext2fs_free_mem(&bb); in make_u32_list() 51 memcpy(bb->list, list, bb->size * sizeof(blk_t)); in make_u32_list() 53 memset(bb->list, 0, bb->size * sizeof(blk_t)); in make_u32_list() [all …]
|
/external/toybox/toys/pending/ |
D | compress.c | 148 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local 150 bb->max = size; in bitbuf_init() 151 bb->fd = fd; in bitbuf_init() 153 return bb; in bitbuf_init() 157 void bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip() argument 159 int pos = bb->bitpos + bits, len = bb->len << 3; in bitbuf_skip() 163 len = (bb->len = read(bb->fd, bb->buf, bb->max)) << 3; in bitbuf_skip() 164 if (bb->len < 1) perror_exit("inflate EOF"); in bitbuf_skip() 166 bb->bitpos = pos; in bitbuf_skip() 170 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit() argument [all …]
|
/external/valgrind/callgrind/ |
D | bb.c | 122 BB* bb; in new_bb() local 132 bb = (BB*) CLG_MALLOC("cl.bb.nb.1", size); in new_bb() 133 VG_(memset)(bb, 0, size); in new_bb() 135 bb->obj = obj; in new_bb() 136 bb->offset = offset; in new_bb() 138 bb->instr_count = instr_count; in new_bb() 139 bb->cjmp_count = cjmp_count; in new_bb() 140 bb->cjmp_inverted = cjmp_inverted; in new_bb() 141 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]); in new_bb() 142 bb->instr_len = 0; in new_bb() [all …]
|
D | bbcc.c | 91 bb_addr(bbcc->bb), in CLG_() 99 for(i=0;i<bbcc->bb->cost_count;i++) in CLG_() 101 for(i=0;i <= bbcc->bb->cjmp_count;i++) { in CLG_() 145 UInt bbcc_hash_idx(BB* bb, Context* cxt, UInt size) in bbcc_hash_idx() argument 147 CLG_ASSERT(bb != 0); in bbcc_hash_idx() 150 return ((Addr)bb + (Addr)cxt) % size; in bbcc_hash_idx() 157 BBCC* lookup_bbcc(BB* bb, Context* cxt) in lookup_bbcc() argument 159 BBCC* bbcc = bb->last_bbcc; in lookup_bbcc() 173 idx = bbcc_hash_idx(bb, cxt, current_bbccs.size); in lookup_bbcc() 176 (bb != bbcc->bb || in lookup_bbcc() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | IsoTypeWriter.java | 22 public static void writeUInt64(ByteBuffer bb, long u) { in writeUInt64() argument 23 bb.putLong(u); in writeUInt64() 26 public static void writeUInt32(ByteBuffer bb, long u) { in writeUInt32() argument 27 bb.putInt((int) u); in writeUInt32() 31 public static void writeUInt32BE(ByteBuffer bb, long u) { in writeUInt32BE() argument 33 writeUInt16BE(bb, (int) u & 0xFFFF); in writeUInt32BE() 34 writeUInt16BE(bb, (int) ((u >> 16) & 0xFFFF)); in writeUInt32BE() 39 public static void writeUInt24(ByteBuffer bb, int i) { in writeUInt24() argument 41 writeUInt16(bb, i >> 8); in writeUInt24() 42 writeUInt8(bb, i); in writeUInt24() [all …]
|
D | IsoTypeReader.java | 24 public static long readUInt32BE(ByteBuffer bb) { in readUInt32BE() argument 25 long ch1 = readUInt8(bb); in readUInt32BE() 26 long ch2 = readUInt8(bb); in readUInt32BE() 27 long ch3 = readUInt8(bb); in readUInt32BE() 28 long ch4 = readUInt8(bb); in readUInt32BE() 34 public static long readUInt32(ByteBuffer bb) { in readUInt32() argument 35 long i = bb.getInt(); in readUInt32() 42 public static int readUInt24(ByteBuffer bb) { in readUInt24() argument 44 result += readUInt16(bb) << 8; in readUInt24() 45 result += byte2int(bb.get()); in readUInt24() [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | 2011-04-27-phioperands.ll | 9 br label %"<bb 5>" 12 br i1 undef, label %"<bb 3>.i30.i", label %doemit.exit51.i 14 "<bb 3>.i30.i": 18 br label %"<bb 53>.i" 21 br i1 undef, label %"<bb 3>.i55.i", label %doemit.exit76.i 23 "<bb 3>.i55.i": 27 br label %"<bb 53>.i" 31 br label %"<bb 53>.i" 34 br label %"<bb 53>.i" 37 br i1 undef, label %"<bb 53>.i", label %"<bb 35>.i" [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 9 br i1 undef, label %bb, label %bb1 11 bb: ; preds = %entry 26 br i1 undef, label %memory_CalculateRealBlockSize1374.exit.i, label %bb.i.i9 28 bb.i.i9: ; preds = %bb6.i8 31 memory_CalculateRealBlockSize1374.exit.i: ; preds = %bb.i.i9, %bb6.i8 32 %0 = phi i32 [ undef, %bb.i.i9 ], [ undef, %bb6.i8 ] ; <i32> [#uses=2] 40 br label %bb.i.i 42 bb.i.i: ; preds = %bb.i.i, %memory_Init.exit 43 br i1 undef, label %symbol_Init.exit, label %bb.i.i 45 symbol_Init.exit: ; preds = %bb.i.i [all …]
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | 2008-08-14-ShadowIV.ll | 10 br i1 %0, label %return, label %bb.nph 12 bb.nph: ; preds = %entry 14 br label %bb 16 bb: ; preds = %bb, %bb.nph 17 %i.03 = phi i32 [ 0, %bb.nph ], [ %indvar.next, %bb ] ; <i32> [#uses=3] 23 br i1 %exitcond, label %return, label %bb 25 return: ; preds = %bb, %entry 34 br i1 %0, label %return, label %bb.nph 36 bb.nph: ; preds = %entry 38 br label %bb [all …]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | ada-loops.ll | 20 bb.thread: 23 br label %bb 25 bb: ; preds = %bb, %bb.thread 26 %i.0.reg2mem.0 = phi i8 [ -128, %bb.thread ], [ %tmp8, %bb ] ; <i8> [#uses=1] 33 br i1 %0, label %return, label %bb 35 return: ; preds = %bb 40 bb.thread: 43 br label %bb 45 bb: ; preds = %bb, %bb.thread 46 %i.0.reg2mem.0 = phi i8 [ 0, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=1] [all …]
|
D | promote-iv-to-eliminate-casts.ll | 10 br i1 %t0, label %bb.nph, label %bb2 12 bb.nph: ; preds = %entry 13 br label %bb 15 bb: ; preds = %bb1, %bb.nph 16 %result.02 = phi i64 [ %t5, %bb1 ], [ 0, %bb.nph ] ; <i64> [#uses=1] 17 %n.01 = phi i32 [ %t6, %bb1 ], [ 0, %bb.nph ] ; <i32> [#uses=2] 26 bb1: ; preds = %bb 28 br i1 %t7, label %bb, label %bb1.bb2_crit_edge 42 br i1 %t0, label %bb.nph, label %return 44 bb.nph: ; preds = %entry [all …]
|
D | 2009-05-24-useafterfree.ll | 7 br i1 false, label %bb.nph1.preheader, label %.outer._crit_edge 9 bb.nph1.preheader: ; preds = %4 12 br label %bb.nph1 14 bb.nph1: ; preds = %.outer, %bb.nph1.preheader 15 br i1 undef, label %bb.nph3.preheader, label %.outer 17 bb.nph3.preheader: ; preds = %bb.nph1 18 br label %bb.nph3 20 bb.nph3: ; preds = %bb.nph3, %bb.nph3.preheader 21 %indvar7 = phi i32 [ %indvar.next8, %bb.nph3 ], [ 0, %bb.nph3.preheader ] ; <i32> [#uses=3] 27 br i1 %5, label %bb.nph3, label %.outer.loopexit [all …]
|
D | floating-point-iv.ll | 4 br label %bb 6 bb: ; preds = %bb, %entry 7 %x.0.reg2mem.0 = phi double [ 0.000000e+00, %entry ], [ %1, %bb ] ; <double> [#uses=2] 11 br i1 %2, label %bb, label %return 13 return: ; preds = %bb 23 br label %bb 25 bb: ; preds = %bb, %entry 26 %x.0.reg2mem.0 = phi double [ -10.000000e+00, %entry ], [ %1, %bb ] ; <double> [#uses=2] 30 br i1 %2, label %bb, label %return 32 return: ; preds = %bb [all …]
|
D | 2008-10-03-CouldNotCompute.ll | 8 br i1 false, label %bb.nph, label %return 10 bb.nph: ; preds = %entry 13 br label %bb 15 bb: ; preds = %bb, %bb.nph 16 %.in = phi i32 [ %2, %bb ], [ %n, %bb.nph ] ; <i32> [#uses=1] 17 %val.02 = phi i64 [ %5, %bb ], [ 0, %bb.nph ] ; <i64> [#uses=2] 18 %result.01 = phi i64 [ %4, %bb ], [ 0, %bb.nph ] ; <i64> [#uses=1] 24 br i1 %6, label %bb, label %bb3.bb4_crit_edge 26 bb3.bb4_crit_edge: ; preds = %bb 27 %.lcssa = phi i64 [ %4, %bb ] ; <i64> [#uses=0]
|
/external/llvm/test/Assembler/ |
D | uselistorder_bb.ll | 6 @ba1 = constant i8* blockaddress (@bafunc1, %bb) 7 @ba2 = constant i8* getelementptr (i8, i8* blockaddress (@bafunc2, %bb), i61 0) 8 @ba3 = constant i8* getelementptr (i8, i8* blockaddress (@bafunc2, %bb), i61 0) 11 ret i8* getelementptr (i8, i8* blockaddress (@bafunc2, %bb), i61 0) 13 ret i8* blockaddress (@bafunc1, %bb) 15 ret i8* blockaddress (@bafunc3, %bb) 18 br label %bb 19 bb: 23 br label %bb 24 bb: [all …]
|
/external/valgrind/drd/ |
D | drd_load_store.c | 314 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr) in is_stack_access() argument 321 for (i = 0; i < bb->stmts_used; i++) in is_stack_access() 323 if (bb->stmts[i] in is_stack_access() 324 && bb->stmts[i]->tag == Ist_WrTmp in is_stack_access() 325 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp) in is_stack_access() 327 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data; in is_stack_access() 352 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr, in instr_trace_mem_load() argument 358 tmp = newIRTemp(bb->tyenv, typeOfIRExpr(bb->tyenv, addr_expr)); in instr_trace_mem_load() 359 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, addr_expr)); in instr_trace_mem_load() 368 addStmtToIRSB(bb, IRStmt_Dirty(di)); in instr_trace_mem_load() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | mem-promote-integers.ll | 8 %bb = load <1 x i8>, <1 x i8>* %b 9 %tt = xor <1 x i8> %x, %bb 19 %bb = load <1 x i16>, <1 x i16>* %b 20 %tt = xor <1 x i16> %x, %bb 30 %bb = load <1 x i32>, <1 x i32>* %b 31 %tt = xor <1 x i32> %x, %bb 41 %bb = load <1 x i64>, <1 x i64>* %b 42 %tt = xor <1 x i64> %x, %bb 52 %bb = load <1 x i128>, <1 x i128>* %b 53 %tt = xor <1 x i128> %x, %bb [all …]
|
D | optimize-max-1.ll | 12 br label %bb 14 bb: ; preds = %bb, %entry 15 %i.0 = phi i64 [ 0, %entry ], [ %0, %bb ] ; <i64> [#uses=2] 20 br i1 %exitcond, label %return, label %bb 22 return: ; preds = %bb 30 br label %bb 32 bb: ; preds = %bb, %entry 33 %i.0 = phi i64 [ 0, %entry ], [ %0, %bb ] ; <i64> [#uses=2] 38 br i1 %exitcond, label %return, label %bb 40 return: ; preds = %bb [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | Murmur3_128HashFunction.java | 93 @Override protected void process(ByteBuffer bb) { in process() argument 94 long k1 = bb.getLong(); in process() 95 long k2 = bb.getLong(); in process() 114 @Override protected void processRemaining(ByteBuffer bb) { in processRemaining() argument 117 length += bb.remaining(); in processRemaining() 118 switch (bb.remaining()) { in processRemaining() 120 k2 ^= (long) toInt(bb.get(14)) << 48; // fall through in processRemaining() 122 k2 ^= (long) toInt(bb.get(13)) << 40; // fall through in processRemaining() 124 k2 ^= (long) toInt(bb.get(12)) << 32; // fall through in processRemaining() 126 k2 ^= (long) toInt(bb.get(11)) << 24; // fall through in processRemaining() [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2008-08-04-LongAddRec.ll | 9 bb: ; preds = %bb1 30 bb1: ; preds = %bb, %entry 31 %x2.0 = phi i16 [ 0, %entry ], [ %15, %bb ] ; <i16> [#uses=1] 32 %x3.0 = phi i16 [ 0, %entry ], [ %14, %bb ] ; <i16> [#uses=1] 33 %x4.0 = phi i16 [ 0, %entry ], [ %13, %bb ] ; <i16> [#uses=1] 34 %x5.0 = phi i16 [ 0, %entry ], [ %12, %bb ] ; <i16> [#uses=1] 35 %x6.0 = phi i16 [ 0, %entry ], [ %11, %bb ] ; <i16> [#uses=1] 36 %x7.0 = phi i16 [ 0, %entry ], [ %10, %bb ] ; <i16> [#uses=1] 37 %x8.0 = phi i16 [ 0, %entry ], [ %9, %bb ] ; <i16> [#uses=1] 38 %x9.0 = phi i16 [ 0, %entry ], [ %8, %bb ] ; <i16> [#uses=1] [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-02-11-phi-cycle.ll | 10 br i1 %0, label %return, label %bb.nph 12 bb.nph: ; preds = %entry 14 br label %bb 16 bb: ; preds = %bb.nph, %bb 17 %indvar = phi i32 [ 0, %bb.nph ], [ %indvar.next, %bb ] ; <i32> [#uses=1] 18 %u.05 = phi i64 [ undef, %bb.nph ], [ %ins, %bb ] ; <i64> [#uses=1] 26 br i1 %exitcond, label %return, label %bb 28 return: ; preds = %bb, %entry 39 br i1 %0, label %return, label %bb.nph 41 bb.nph: ; preds = %entry [all …]
|
/external/elfutils/src/tests/ |
D | run-get-lines.sh | 26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 36 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 39 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2010-04-01-MachineCSEBug.ll | 12 br i1 undef, label %is_read_byte.exit, label %bb.i 14 bb.i: ; preds = %entry 17 is_read_byte.exit: ; preds = %bb.i, %entry 18 br i1 undef, label %is_read_byte.exit22, label %bb.i21 20 bb.i21: ; preds = %is_read_byte.exit 24 br i1 undef, label %is_read_byte.exit19, label %bb.i18 26 bb.i18: ; preds = %is_read_byte.exit22 29 is_read_byte.exit19: ; preds = %bb.i18, %is_read_byte.exit22 30 br i1 undef, label %is_read_byte.exit16, label %bb.i15 32 bb.i15: ; preds = %is_read_byte.exit19 [all …]
|
/external/valgrind/coregrind/ |
D | m_translate.c | 293 IRSB* bb = emptyIRSB(); in vg_SP_update_pass() local 294 bb->tyenv = deepCopyIRTypeEnv(sb_in->tyenv); in vg_SP_update_pass() 295 bb->next = deepCopyIRExpr(sb_in->next); in vg_SP_update_pass() 296 bb->jumpkind = sb_in->jumpkind; in vg_SP_update_pass() 297 bb->offsIP = sb_in->offsIP; in vg_SP_update_pass() 354 addStmtToIRSB( bb, IRStmt_Dirty(dcall) ); \ in vg_SP_update_pass() 384 addStmtToIRSB( bb, IRStmt_Dirty(dcall) ); \ in vg_SP_update_pass() 412 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 414 addStmtToIRSB( bb, st ); in vg_SP_update_pass() 427 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_bb.cpp | 93 BasicBlock *bb = new BasicBlock(pol.context()); in clone() local 95 pol.set(this, bb); in clone() 98 bb->insertTail(i->clone(pol)); in clone() 100 pol.context()->cfg.insert(&bb->cfg); in clone() 104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType()); in clone() 107 return bb; in clone() 131 inst->bb = this; in insertHead() 144 inst->bb = this; in insertHead() 166 inst->bb = this; in insertTail() 175 inst->bb = this; in insertTail() [all …]
|