Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DIsoTypeWriter.java22 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 …]
DIsoTypeReader.java24 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()
DAbstractBoxParser.java65 ByteBuffer bb = ByteBuffer.allocate(8); in parseBox() local
81 ByteBuffer bb = ByteBuffer.allocate(16); in parseBox() local
DIsoTypeReaderVariable.java22 public static long read(ByteBuffer bb, int bytes) { in read()
/external/qemu/distrib/libsparse/src/
Dbacked_block.c60 struct backed_block *backed_block_iter_next(struct backed_block *bb) in backed_block_iter_next()
65 unsigned int backed_block_len(struct backed_block *bb) in backed_block_len()
70 unsigned int backed_block_block(struct backed_block *bb) in backed_block_block()
75 void *backed_block_data(struct backed_block *bb) in backed_block_data()
81 const char *backed_block_filename(struct backed_block *bb) in backed_block_filename()
87 int backed_block_fd(struct backed_block *bb) in backed_block_fd()
93 int64_t backed_block_file_offset(struct backed_block *bb) in backed_block_file_offset()
103 uint32_t backed_block_fill_val(struct backed_block *bb) in backed_block_fill_val()
109 enum backed_block_type backed_block_type(struct backed_block *bb) in backed_block_type()
114 void backed_block_destroy(struct backed_block *bb) in backed_block_destroy()
[all …]
Dsparse.c83 struct backed_block *bb; in sparse_count_chunks() local
105 struct backed_block *bb) in sparse_file_write_block()
128 struct backed_block *bb; in write_all_blocks() local
230 struct backed_block *bb; in move_chunks_up_to_len() local
281 struct backed_block *bb; in sparse_file_resparse() local
/external/e2fsprogs/lib/ext2fs/
Dbadblocks.c35 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 …]
Dbb_compat.c34 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()
Dtst_badblocks.c71 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()
Dfreefs.c86 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/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp93 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
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp93 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
/external/guava/guava/src/com/google/common/hash/
DMurmur3_128HashFunction.java59 @Override protected void process(ByteBuffer bb) { in process()
86 @Override protected void processRemaining(ByteBuffer bb) { in processRemaining()
148 ByteBuffer bb = ByteBuffer.wrap(new byte[16]).order(ByteOrder.LITTLE_ENDIAN); in makeHash() local
DMurmur3_32HashFunction.java55 @Override protected void process(ByteBuffer bb) { in process()
68 @Override protected void processRemaining(ByteBuffer bb) { in processRemaining()
/external/valgrind/main/callgrind/
Dbb.c124 BB* bb; in new_bb() local
181 BB* bb; in lookup_bb() local
244 BB* bb; in CLG_() local
291 BB *bb, *bp; in CLG_() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DBaseDescriptor.java65 public final void parse(int tag, ByteBuffer bb) throws IOException { in parse()
86 public abstract void parseDetail(ByteBuffer bb) throws IOException; in parseDetail()
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLEngineTest.java95 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/main/drd/
Ddrd_load_store.c312 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr) in is_stack_access()
350 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr, in instr_trace_mem_load()
374 static void instr_trace_mem_store(IRSB* const bb, IRExpr* const addr_expr, in instr_trace_mem_store()
473 static void instrument_load(IRSB* const bb, IRExpr* const addr_expr, in instrument_load()
527 static void instrument_store(IRSB* const bb, IRExpr* addr_expr, in instrument_store()
601 IRSB* bb; in DRD_() local
/external/clang/test/Sema/
Darg-scope-c99.c3 void bb(int sz, int ar[sz][sz]) { } in bb() function
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
DFontTableBox.java71 public void parse(ByteBuffer bb) { in parse()
77 public void getContent(ByteBuffer bb) { in getContent()
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractNonStreamingHashFunctionTest.java60 protected void process(ByteBuffer bb) { in newHasher()
67 protected void processRemaining(ByteBuffer bb) { in newHasher()
/external/stlport/test/unit/
Dbvector_test.cpp54 bit_vector bb = b; in bvec1() local
/external/speex/libspeex/
Dfixed_bfin.h42 spx_word32_t res, bb; in PDIV32_16() local
67 spx_word32_t res, bb; in DIV32_16() local
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp97 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp97 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()

12345678910