/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | IsoTypeWriter.java | 22 public static void writeUInt64(ByteBuffer bb, long u) { in writeUInt64() 26 public static void writeUInt32(ByteBuffer bb, long u) { in writeUInt32() 31 public static void writeUInt32BE(ByteBuffer bb, long u) { in writeUInt32BE() 39 public static void writeUInt24(ByteBuffer bb, int i) { in writeUInt24() 47 public static void writeUInt16(ByteBuffer bb, int i) { in writeUInt16() 53 public static void writeUInt16BE(ByteBuffer bb, int i) { in writeUInt16BE() 59 public static void writeUInt8(ByteBuffer bb, int i) { in writeUInt8() 65 public static void writeFixedPont1616(ByteBuffer bb, double v) { in writeFixedPont1616() 73 public static void writeFixedPont88(ByteBuffer bb, double v) { in writeFixedPont88() 79 public static void writeIso639(ByteBuffer bb, String language) { in writeIso639() [all …]
|
D | IsoTypeReader.java | 24 public static long readUInt32BE(ByteBuffer bb) { in readUInt32BE() 34 public static long readUInt32(ByteBuffer bb) { in readUInt32() 42 public static int readUInt24(ByteBuffer bb) { in readUInt24() 50 public static int readUInt16(ByteBuffer bb) { in readUInt16() 57 public static int readUInt16BE(ByteBuffer bb) { in readUInt16BE() 64 public static int readUInt8(ByteBuffer bb) { in readUInt8() 109 public static double readFixedPoint1616(ByteBuffer bb) { in readFixedPoint1616() 122 public static float readFixedPoint88(ByteBuffer bb) { in readFixedPoint88() 131 public static String readIso639(ByteBuffer bb) { in readIso639() 141 public static String read4cc(ByteBuffer bb) { in read4cc()
|
D | AbstractBoxParser.java | 65 ByteBuffer bb = ByteBuffer.allocate(8); in parseBox() local 81 ByteBuffer bb = ByteBuffer.allocate(16); in parseBox() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | badblocks.c | 35 ext2_u32_list bb; in make_u32_list() local 107 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_add() 153 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_add() 162 int ext2fs_u32_list_find(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_find() 197 int ext2fs_u32_list_test(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_test() 205 int ext2fs_badblocks_list_test(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_test() 214 int ext2fs_u32_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_del() 231 void ext2fs_badblocks_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_badblocks_list_del() 236 errcode_t ext2fs_u32_list_iterate_begin(ext2_u32_list bb, in ext2fs_u32_list_iterate_begin() 255 errcode_t ext2fs_badblocks_list_iterate_begin(ext2_badblocks_list bb, in ext2fs_badblocks_list_iterate_begin() [all …]
|
D | bb_compat.c | 34 void badblocks_list_free(badblocks_list bb) in badblocks_list_free() 39 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) in badblocks_list_add() 44 int badblocks_list_test(badblocks_list bb, blk_t blk) in badblocks_list_test() 49 errcode_t badblocks_list_iterate_begin(badblocks_list bb, in badblocks_list_iterate_begin()
|
D | tst_badblocks.c | 71 badblocks_list bb; in create_test_list() local 92 static void print_list(badblocks_list bb, int verify) in print_list() 121 static void validate_test_seq(badblocks_list bb, blk_t *vec) in validate_test_seq() 139 static void do_test_seq(badblocks_list bb, blk_t *vec) in do_test_seq() 171 int file_test(badblocks_list bb) in file_test() 217 int file_test_invalid(badblocks_list bb) in file_test_invalid()
|
D | freefs.c | 86 void ext2fs_u32_list_free(ext2_u32_list bb) in ext2fs_u32_list_free() 97 void ext2fs_badblocks_list_free(ext2_badblocks_list bb) in ext2fs_badblocks_list_free()
|
/external/toybox/toys/pending/ |
D | compress.c | 148 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local 157 void bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip() 170 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit() 183 unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get() 206 void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush() 215 void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put() 281 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff() 298 static void inflate(struct bitbuf *bb) in inflate() 419 static void deflate(struct bitbuf *bb) in deflate() 497 static int is_gzip(struct bitbuf *bb) in is_gzip() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_bb.cpp | 93 BasicBlock *bb = new BasicBlock(pol.context()); in clone() local 295 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon() 328 BasicBlock *bb = new BasicBlock(func); in splitBefore() local 338 BasicBlock *bb = new BasicBlock(func); in splitAfter() local 392 Function::setEntry(BasicBlock *bb) in setEntry() 401 Function::setExit(BasicBlock *bb) in setExit() 415 BasicBlock *bb = in orderInstructions() local 477 BasicBlock *bb; in doRun() local 514 BasicBlock *bb = BasicBlock::get( in printCFGraph() local
|
D | nv50_ir_peephole.cpp | 93 CopyPropagation::visit(BasicBlock *bb) in visit() 194 LoadPropagation::visit(BasicBlock *bb) in visit() 265 ConstantFolding::visit(BasicBlock *bb) in visit() 837 ModifierFolding::visit(BasicBlock *bb) in visit() 1212 AlgebraicOpt::visit(BasicBlock *bb) in visit() 1697 MemoryOpt::visit(BasicBlock *bb) in visit() 1708 MemoryOpt::runOpt(BasicBlock *bb) in runOpt() 1862 FlatteningPass::predicateInstructions(BasicBlock *bb, Value *pred, CondCode cc) in predicateInstructions() 1891 FlatteningPass::tryPropagateBranch(BasicBlock *bb) in tryPropagateBranch() 1927 FlatteningPass::visit(BasicBlock *bb) in visit() [all …]
|
D | nv50_ir_ssa.cpp | 191 BasicBlock *bb; in findDominanceFrontiers() local 220 Function::buildLiveSetsPreSSA(BasicBlock *bb, const int seq) in buildLiveSetsPreSSA() 265 Function::buildDefSetsPreSSA(BasicBlock *bb, const int seq) in buildDefSetsPreSSA() 333 BasicBlock *bb; in convertToSSA() local 444 void RenamePass::search(BasicBlock *bb) in search()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 95 ByteBuffer bb = ByteBuffer.allocate(10); in testWrap01() local 125 ByteBuffer bb = ByteBuffer.allocate(10); in testWrap02() local 185 ByteBuffer bb = ByteBuffer.allocate(10); in testWrap04() local 202 ByteBuffer bb = ByteBuffer.allocate(10); in testWrap05() local 227 ByteBuffer bb = ByteBuffer.allocate(10); in testUnwrap01() local 257 ByteBuffer bb = ByteBuffer.allocate(10); in testUnwrap02() local 316 ByteBuffer bb = ByteBuffer.allocate(10); in testUnwrap04() local 335 ByteBuffer bb = ByteBuffer.allocate(10); in testUnwrap05() local
|
/external/valgrind/callgrind/ |
D | bb.c | 122 BB* bb; in new_bb() local 179 BB* bb; in lookup_bb() local 242 BB* bb; in CLG_() local 289 BB *bb, *bp; in CLG_() local
|
D | bbcc.c | 145 UInt bbcc_hash_idx(BB* bb, Context* cxt, UInt size) in bbcc_hash_idx() 157 BBCC* lookup_bbcc(BB* bb, Context* cxt) in lookup_bbcc() 266 BBCC* new_bbcc(BB* bb) in new_bbcc() 487 static void handleUnderflow(BB* bb) in handleUnderflow()
|
/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() 352 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr, in instr_trace_mem_load() 376 static void instr_trace_mem_store(IRSB* const bb, IRExpr* const addr_expr, in instr_trace_mem_store() 475 static void instrument_load(IRSB* const bb, IRExpr* const addr_expr, in instrument_load() 529 static void instrument_store(IRSB* const bb, IRExpr* addr_expr, in instrument_store() 603 IRSB* bb; in DRD_() local
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 97 NVC0LegalizeSSA::visit(BasicBlock *bb) in visit() 293 BasicBlock *bb = reinterpret_cast<BasicBlock *>(i.get()); in insertTextureBarriers() local 388 BasicBlock *bb = BasicBlock::get(n); in insertTextureBarriers() local 410 BasicBlock *bb = BasicBlock::get(n); in insertTextureBarriers() local 435 BasicBlock *bb = BasicBlock::get(n); in insertTextureBarriers() local 503 NVC0LegalizePostRA::tryReplaceContWithBra(BasicBlock *bb) in tryReplaceContWithBra() 527 NVC0LegalizePostRA::propagateJoin(BasicBlock *bb) in propagateJoin() 548 NVC0LegalizePostRA::visit(BasicBlock *bb) in visit() 636 NVC0LoweringPass::visit(BasicBlock *bb) in visit()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | BaseDescriptor.java | 65 public final void parse(int tag, ByteBuffer bb) throws IOException { in parse() 86 public abstract void parseDetail(ByteBuffer bb) throws IOException; in parseDetail()
|
/external/clang/test/SemaCUDA/ |
D | implicit-member-target-collision.cu | 32 B1_with_device_ctor bb; member 48 B1_with_device_ctor bb; member
|
/external/valgrind/coregrind/ |
D | m_translate.c | 293 IRSB* bb = emptyIRSB(); in vg_SP_update_pass() local 1015 static void gen_PUSH ( IRSB* bb, IRExpr* e ) in gen_PUSH() 1113 static IRTemp gen_POP ( IRSB* bb ) in gen_POP() 1209 static void gen_push_and_set_LR_R2 ( IRSB* bb, Addr new_R2_value ) in gen_push_and_set_LR_R2() 1228 static void gen_pop_R2_LR_then_bLR ( IRSB* bb ) in gen_pop_R2_LR_then_bLR() 1258 Bool mk_preamble__ppctoc_magic_return_stub ( void* closureV, IRSB* bb ) in mk_preamble__ppctoc_magic_return_stub() 1290 static void gen_push_R2_and_set_LR ( IRSB* bb ) in gen_push_R2_and_set_LR() 1322 Bool mk_preamble__set_NRADDR_to_zero ( void* closureV, IRSB* bb ) in mk_preamble__set_NRADDR_to_zero() 1379 Bool mk_preamble__set_NRADDR_to_nraddr ( void* closureV, IRSB* bb ) in mk_preamble__set_NRADDR_to_nraddr()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/ |
D | FontTableBox.java | 71 public void parse(ByteBuffer bb) { in parse() 77 public void getContent(ByteBuffer bb) { in getContent()
|
/external/speex/libspeex/ |
D | fixed_bfin.h | 42 spx_word32_t res, bb; in PDIV32_16() local 67 spx_word32_t res, bb; in DIV32_16() local
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | ConstrainedConjGrad.h | 146 Scalar bb = CINV.row(i).dot(z); in constrained_cg() local 175 Scalar bb = C.row(i).dot(p) - f[i]; in constrained_cg() local
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractNonStreamingHashFunctionTest.java | 110 protected void process(ByteBuffer bb) { in newHasher() 117 protected void processRemaining(ByteBuffer bb) { in newHasher()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | InputFile.java | 147 ByteBuffer bb; in encode() local 161 ByteBuffer bb = ByteBuffer.wrap(bytes); in decode() local
|
/external/guava/guava/src/com/google/common/hash/ |
D | Murmur3_128HashFunction.java | 93 @Override protected void process(ByteBuffer bb) { in process() 114 @Override protected void processRemaining(ByteBuffer bb) { in processRemaining()
|