/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()
|
/external/mesa3d/src/gallium/state_trackers/hgl/ |
D | bitmap_wrapper.cpp | 46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); in create_bitmap() local 56 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_size() local 69 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_color_space() local 79 BBitmap *bb = (BBitmap*)bitmap; in copy_bitmap_bits() local 91 BBitmap *bb = (BBitmap*)bitmap; in import_bitmap_bits() local 102 BBitmap *bb = (BBitmap*)bitmap; in delete_bitmap() local 110 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_bytes_per_row() local 120 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_bits_length() local 130 BBitmap *bb = (BBitmap*)bitmap; in dump_bitmap() local
|
/external/opencensus-java/api/src/test/java/io/opencensus/common/ |
D | ServerStatsEncodingTest.java | 69 final ByteBuffer bb = ByteBuffer.wrap(serializedExpanded); in skipUnknownFieldTest() local 90 final ByteBuffer bb = ByteBuffer.wrap(serialized); in negativeLbLatencyValueTest() local 111 final ByteBuffer bb = ByteBuffer.wrap(serialized); in negativeServerLatencyValueTest() local 124 final ByteBuffer bb = ByteBuffer.allocate(0); in emptySerializedBuffer() local 135 final ByteBuffer bb = ByteBuffer.allocate(10); in invalidNegativeVersion() local 146 final ByteBuffer bb = ByteBuffer.allocate(10); in invalidCompatibleVersion() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | badblocks.c | 36 ext2_u32_list bb; in make_u32_list() local 108 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_add() 154 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_add() 163 int ext2fs_u32_list_find(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_find() 198 int ext2fs_u32_list_test(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_test() 206 int ext2fs_badblocks_list_test(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_test() 215 int ext2fs_u32_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_del() 232 void ext2fs_badblocks_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_badblocks_list_del() 237 errcode_t ext2fs_u32_list_iterate_begin(ext2_u32_list bb, in ext2fs_u32_list_iterate_begin() 256 errcode_t ext2fs_badblocks_list_iterate_begin(ext2_badblocks_list bb, in ext2fs_badblocks_list_iterate_begin() [all …]
|
D | bb_compat.c | 35 void badblocks_list_free(badblocks_list bb) in badblocks_list_free() 40 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) in badblocks_list_add() 45 int badblocks_list_test(badblocks_list bb, blk_t blk) in badblocks_list_test() 50 errcode_t badblocks_list_iterate_begin(badblocks_list bb, in badblocks_list_iterate_begin()
|
D | tst_badblocks.c | 72 badblocks_list bb; in create_test_list() local 93 static void print_list(badblocks_list bb, int verify) in print_list() 122 static void validate_test_seq(badblocks_list bb, blk_t *vec) in validate_test_seq() 140 static void do_test_seq(badblocks_list bb, blk_t *vec) in do_test_seq() 172 int file_test(badblocks_list bb) in file_test() 219 void file_test_invalid(badblocks_list bb) in file_test_invalid()
|
D | freefs.c | 75 void ext2fs_u32_list_free(ext2_u32_list bb) in ext2fs_u32_list_free() 86 void ext2fs_badblocks_list_free(ext2_badblocks_list bb) in ext2fs_badblocks_list_free()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | byte_buffer.cc | 38 grpc_byte_buffer* bb = in grpc_raw_compressed_byte_buffer_create() local 52 grpc_byte_buffer* bb = in grpc_raw_byte_buffer_from_reader() local 65 grpc_byte_buffer* grpc_byte_buffer_copy(grpc_byte_buffer* bb) { in grpc_byte_buffer_copy() 75 void grpc_byte_buffer_destroy(grpc_byte_buffer* bb) { in grpc_byte_buffer_destroy() 86 size_t grpc_byte_buffer_length(grpc_byte_buffer* bb) { in grpc_byte_buffer_length()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Table.java | 39 protected ByteBuffer bb; field in Table 63 protected static int __offset(int vtable_offset, int offset, ByteBuffer bb) { in __offset() 78 protected static int __indirect(int offset, ByteBuffer bb) { in __indirect() 154 protected ByteBuffer __vector_in_bytebuffer(ByteBuffer bb, int vector_offset, int elem_size) { in __vector_in_bytebuffer() 188 protected static boolean __has_identifier(ByteBuffer bb, String ident) { in __has_identifier() 204 protected void sortTables(int[] offsets, final ByteBuffer bb) { in sortTables() 222 protected int keysCompare(Integer o1, Integer o2, ByteBuffer bb) { return 0; } in keysCompare() 231 protected static int compareStrings(int offset_1, int offset_2, ByteBuffer bb) { in compareStrings() 253 protected static int compareStrings(int offset_1, byte[] key, ByteBuffer bb) { in compareStrings()
|
D | ByteBufferUtil.java | 38 public static int getSizePrefix(ByteBuffer bb) { in getSizePrefix() 50 public static ByteBuffer removeSizePrefix(ByteBuffer bb) { in removeSizePrefix()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_bb.cpp | 97 BasicBlock *bb = new BasicBlock(pol.context()); in clone() local 299 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon() 332 BasicBlock *bb = new BasicBlock(func); in splitBefore() local 345 BasicBlock *bb = new BasicBlock(func); in splitAfter() local 399 Function::setEntry(BasicBlock *bb) in setEntry() 408 Function::setExit(BasicBlock *bb) in setExit() 422 BasicBlock *bb = in orderInstructions() local 484 BasicBlock *bb; in doRun() local 521 BasicBlock *bb = BasicBlock::get( in printCFGraph() local
|
/external/flatbuffers/net/FlatBuffers/ |
D | ByteBufferUtil.cs | 27 public static int GetSizePrefix(ByteBuffer bb) { in GetSizePrefix() 33 public static ByteBuffer RemoveSizePrefix(ByteBuffer bb) { in RemoveSizePrefix()
|
D | Table.cs | 28 public ByteBuffer bb; field 147 public static bool __has_identifier(ByteBuffer bb, string ident) in __has_identifier() 161 public static int CompareStrings(int offset_1, int offset_2, ByteBuffer bb) in CompareStrings() 180 public static int CompareStrings(int offset_1, byte[] key, ByteBuffer bb) in CompareStrings()
|
/external/toybox/lib/ |
D | deflate.c | 42 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local 52 void bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip() 65 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit() 78 unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get() 101 void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush() 110 void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put() 177 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff() 194 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate() 315 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate() 396 static int is_gzip(struct bitbuf *bb) in is_gzip() [all …]
|
/external/flatbuffers/php/ |
D | Struct.php | 30 protected $bb; variable in Google\\FlatBuffers\\Struct 37 public function setByteBuffer($bb)
|
D | Table.php | 29 protected $bb; variable in Google\\FlatBuffers\\Table 40 public function setByteBuffer($bb) 131 protected static function __has_identifier($bb, $ident)
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test2_generated.js | 41 NamespaceA.TableInFirstNS.prototype.__init = function(i, bb) { argument 52 NamespaceA.TableInFirstNS.getRootAsTableInFirstNS = function(bb, obj) { argument 172 NamespaceC.TableInC.prototype.__init = function(i, bb) { argument 183 NamespaceC.TableInC.getRootAsTableInC = function(bb, obj) { argument 270 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) { argument 281 NamespaceA.SecondTableInA.getRootAsSecondTableInA = function(bb, obj) { argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | register_pressure.cpp | 35 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock() 81 cfg_.ForEachBlockInPostOrder(&*function_->begin(), [this](BasicBlock* bb) { in Compute() 91 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses() 113 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness() 185 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local 313 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local 380 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local 387 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 418 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 510 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
|
D | ssa_rewrite_pass.cpp | 92 BasicBlock* bb) { in CreatePhiCandidate() 239 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() 277 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock() 284 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore() 309 void SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad() 352 void SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements() 569 [this](BasicBlock* bb) { GenerateSSAReplacements(bb); }); in RewriteFunctionIntoSSA()
|
D | code_sink.cpp | 32 [&modified, this](BasicBlock* bb) { in Process() 41 bool CodeSinkingPass::SinkInstructionsInBB(BasicBlock* bb) { in SinkInstructionsInBB() 77 BasicBlock* bb = original_bb; in FindNewBasicBlockFor() local 293 BasicBlock* bb = context()->get_instr_block(worklist.back()); in IntersectsPath() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | register_pressure.cpp | 35 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock() 81 cfg_.ForEachBlockInPostOrder(&*function_->begin(), [this](BasicBlock* bb) { in Compute() 91 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses() 113 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness() 185 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local 313 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local 380 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local 387 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 418 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 510 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
|
D | ssa_rewrite_pass.cpp | 92 BasicBlock* bb) { in CreatePhiCandidate() 239 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() 277 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock() 284 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore() 309 void SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad() 352 void SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements() 560 [this](BasicBlock* bb) { GenerateSSAReplacements(bb); }); in RewriteFunctionIntoSSA()
|
/external/selinux/libsepol/src/ |
D | kernel_to_common.c | 252 char *const *bb = b; in strs_cmp() local 453 struct ocontext *const *bb = b; in fsuse_data_cmp() local 469 struct ocontext *const *bb = b; in portcon_data_cmp() local 490 struct ocontext *const *bb = b; in netif_data_cmp() local 498 struct ocontext *const *bb = b; in node_data_cmp() local 514 struct ocontext *const *bb = b; in node6_data_cmp() local 531 struct ocontext *const *bb = b; in ibpkey_data_cmp() local 545 struct ocontext *const *bb = b; in ibendport_data_cmp() local 557 struct ocontext *const *bb = b; in pirq_data_cmp() local 571 struct ocontext *const *bb = b; in ioport_data_cmp() local [all …]
|
/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | ServerStatsEncoding.java | 56 ByteBuffer bb = ByteBuffer.allocate(ServerStatsFieldEnums.getTotalSize() + 1); in toBytes() local 83 final ByteBuffer bb = ByteBuffer.wrap(serialized); in parseBytes() local
|