Home
last modified time | relevance | path

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

12345678910>>...65

/aosp_15_r20/external/pigweed/pw_bytes/
H A Dbyte_builder_test.cc33 ByteBuilder bb(ByteSpan{}); in TEST() local
42 ByteBuilder bb(buffer); in TEST() local
51 ByteBuilder bb(buffer); in TEST() local
57 ByteBuilder bb(ByteSpan{}); in TEST() local
69 ByteBuilder bb(buffer); in TEST() local
81 ByteBuilder bb(buffer); in TEST() local
95 ByteBuilder bb(buffer); in TEST() local
107 ByteBuffer<8> bb; in TEST() local
118 ByteBuffer<8> bb; in TEST() local
130 ByteBuffer<8> bb; in TEST() local
[all …]
/aosp_15_r20/system/core/libsparse/
H A Dbacked_block.cpp59 struct backed_block* backed_block_iter_next(struct backed_block* bb) { in backed_block_iter_next()
63 uint64_t backed_block_len(struct backed_block* bb) { in backed_block_len()
67 unsigned int backed_block_block(struct backed_block* bb) { in backed_block_block()
71 void* backed_block_data(struct backed_block* bb) { in backed_block_data()
76 const char* backed_block_filename(struct backed_block* bb) { in backed_block_filename()
81 int backed_block_fd(struct backed_block* bb) { in backed_block_fd()
86 int64_t backed_block_file_offset(struct backed_block* bb) { in backed_block_file_offset()
95 uint32_t backed_block_fill_val(struct backed_block* bb) { in backed_block_fill_val()
100 enum backed_block_type backed_block_type(struct backed_block* bb) { in backed_block_type()
104 void backed_block_destroy(struct backed_block* bb) { in backed_block_destroy()
[all …]
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A 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 …]
H A 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()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dbadblocks.c36 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 …]
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DByteBufferViews.java144 static void assertValues(int i, Object bValue, Object bbValue, ByteBuffer bb) { in assertValues()
151 static void assertValues(int i, Object bbValue, Object bvValue, ByteBuffer bb, Buffer bv) { in assertValues()
166 static ByteBuffer fill(ByteBuffer bb, IntUnaryOperator o) { in fill()
196 ByteBuffer bb = allocate(fbb); in testShortGet() local
224 ByteBuffer bb = allocate(fbb, i -> 0); in testShortPut() local
266 static short getShortFromBytes(ByteBuffer bb, int i) { in getShortFromBytes()
300 ByteBuffer bb = allocate(fbb); in testCharGet() local
328 ByteBuffer bb = allocate(fbb, i -> 0); in testCharPut() local
370 static char getCharFromBytes(ByteBuffer bb, int i) { in getCharFromBytes()
397 ByteBuffer bb = allocate(fbb); in testIntGet() local
[all …]
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DTable.java32 protected ByteBuffer bb; field in Table
56 protected static int __offset(int vtable_offset, int offset, ByteBuffer bb) { in __offset()
78 protected static int __indirect(int offset, ByteBuffer bb) { in __indirect()
110 protected static String __string(int offset, ByteBuffer bb, Utf8 utf8) { in __string()
171 protected ByteBuffer __vector_in_bytebuffer(ByteBuffer bb, int vector_offset, int elem_size) { in __vector_in_bytebuffer()
200 protected static Table __union(Table t, int offset, ByteBuffer bb) { in __union()
201 t.__reset(__indirect(offset, bb), bb); in __union() local
213 protected static boolean __has_identifier(ByteBuffer bb, String ident) { in __has_identifier()
229 protected void sortTables(int[] offsets, final ByteBuffer bb) { in sortTables()
247 protected int keysCompare(Integer o1, Integer o2, ByteBuffer bb) { return 0; } in keysCompare()
[all …]
/aosp_15_r20/external/bpftool/src/
H A Dcfg.c50 #define bb_prev(bb) list_prev_entry(bb, l) argument
51 #define bb_next(bb) list_next_entry(bb, l) argument
91 struct bb_node *new_bb, *bb; in func_append_bb() local
116 struct bb_node *bb; in func_insert_dummy_bb() local
168 struct bb_node *bb; in func_partition_bb_head() local
202 struct bb_node *bb, *last; in func_partition_bb_tail() local
218 struct bb_node *bb; in func_add_special_bb() local
246 struct bb_node *bb; in func_search_bb_with_head() local
281 struct bb_node *bb; in func_add_bb_edges() local
359 struct bb_node *bb, *bb2; in cfg_destroy() local
[all …]
/aosp_15_r20/external/toybox/lib/
H A Ddeflate.c42 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local
54 static int bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip()
71 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit()
84 static unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get()
110 static void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush()
119 static void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put()
196 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff()
213 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate()
332 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate()
414 static int is_gzip(struct bitbuf *bb) in is_gzip()
[all …]
/aosp_15_r20/external/erofs-utils/lib/
H A Dcache.c52 static void erofs_bupdate_mapped(struct erofs_buffer_block *bb) in erofs_bupdate_mapped()
68 static int __erofs_battach(struct erofs_buffer_block *bb, in __erofs_battach()
119 struct erofs_buffer_block *const bb = bh->block; in erofs_bh_balloon() local
136 struct erofs_buffer_block *cur, *bb; in erofs_bfind_for_attach() local
241 struct erofs_buffer_block *bb; in erofs_balloc() local
300 struct erofs_buffer_block *const bb = bh->block; in erofs_battach() local
326 static erofs_blk_t __erofs_mapbh(struct erofs_buffer_block *bb) in __erofs_mapbh()
344 struct erofs_buffer_block *bb) in erofs_mapbh()
365 static void erofs_bfree(struct erofs_buffer_block *bb) in erofs_bfree()
380 struct erofs_buffer_block *bb) in erofs_bflush()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/zip/
H A DChecksumBase.java70 ByteBuffer bb = ByteBuffer.wrap(BYTES_123456789); in testWrappedByteBuffer() local
77 ByteBuffer bb = ByteBuffer.wrap(BYTES_123456789).asReadOnlyBuffer(); in testReadonlyByteBuffer() local
84 ByteBuffer bb = ByteBuffer.allocateDirect(BYTES_123456789.length); in testDirectByteBuffer() local
113 ByteBuffer bb = ByteBuffer.allocateDirect(unaligned_bytes_123456789.length); in testDirectByteBufferOffset() local
127 ByteBuffer bb = ByteBuffer.allocateDirect(unaligned_bytes_123456789.length); in testLittleEndianDirectByteBufferOffset() local
143 ByteBuffer bb = ByteBuffer.wrap(unaligned_bytes_123456789); in testWrappedByteBufferOffset() local
156 ByteBuffer bb = ByteBuffer.wrap(unaligned_bytes_123456789); in testLittleEndianWrappedByteBufferOffset() local
170 ByteBuffer bb = ByteBuffer.wrap(unaligned_bytes_123456789).asReadOnlyBuffer(); in testReadonlyByteBufferOffset() local
183 ByteBuffer bb = ByteBuffer.wrap(unaligned_bytes_123456789).asReadOnlyBuffer(); in testLittleEndianReadonlyByteBufferOffset() local
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/
Dinsn_folding_test.cc39 auto* bb = machine_ir.NewBasicBlock(); in TryRegRegInsnFolding() local
87 auto* bb = machine_ir.NewBasicBlock(); in TryMovInsnFolding() local
136 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
188 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
226 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
264 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
298 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
386 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
405 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
437 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
[all …]
Drename_copy_uses_test.cc34 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
68 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
91 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
116 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
142 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
167 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
199 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
220 auto* bb = machine_ir.NewBasicBlock(); in TEST() local
Dmachine_ir_opt.cc96 for (auto* bb : machine_ir->bb_list()) { in RemoveDeadCode() local
120 void ChangeBranchTarget(MachineBasicBlock* bb, in ChangeBranchTarget()
165 for (auto bb : machine_ir->bb_list()) { in RemoveCriticalEdges() local
181 MachineBasicBlock* bb, in RemovePutIfDead()
210 for (auto* bb : ir->bb_list()) { in RemoveRedundantPut() local
233 bool IsForwarderBlock(MachineBasicBlock* bb) { in IsForwarderBlock()
254 void UnlinkForwarderBlock(MachineBasicBlock* bb) { in UnlinkForwarderBlock()
271 auto* bb = *bb_it; in RemoveForwarderBlocks() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Dkernel_to_common.c208 char *const *bb = b; in strs_cmp() local
410 struct ocontext *const *bb = b; in fsuse_data_cmp() local
426 struct ocontext *const *bb = b; in portcon_data_cmp() local
445 struct ocontext *const *bb = b; in netif_data_cmp() local
453 struct ocontext *const *bb = b; in node_data_cmp() local
469 struct ocontext *const *bb = b; in node6_data_cmp() local
486 struct ocontext *const *bb = b; in ibpkey_data_cmp() local
500 struct ocontext *const *bb = b; in ibendport_data_cmp() local
512 struct ocontext *const *bb = b; in pirq_data_cmp() local
526 struct ocontext *const *bb = b; in ioport_data_cmp() local
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_bb.cpp96 BasicBlock *bb = new BasicBlock(pol.context()); in clone() local
298 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon()
331 BasicBlock *bb = new BasicBlock(func); in splitBefore() local
344 BasicBlock *bb = new BasicBlock(func); in splitAfter() local
398 Function::setEntry(BasicBlock *bb) in setEntry()
407 Function::setExit(BasicBlock *bb) in setExit()
421 BasicBlock *bb = in orderInstructions() local
473 BasicBlock *bb; in doRun() local
510 BasicBlock *bb = BasicBlock::get( in printCFGraph() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLEngineTest.java344 ByteBuffer bb = ByteBuffer.allocate(10); in test_unwrap_02() local
381 ByteBuffer bb = ByteBuffer.allocate(10); in test_unwrap_03() local
403 ByteBuffer bb = ByteBuffer.allocate(10); in test_unwrap_04() local
440 ByteBuffer bb = ByteBuffer.allocate(10); in test_unwrap_05() local
459 ByteBuffer bb = ByteBuffer.allocate(10); in test_unwrap_06() local
484 ByteBuffer bb = ByteBuffer.allocate(10); in test_wrap_02() local
519 ByteBuffer bb = ByteBuffer.allocate(MAX_TLS_RECORD_SIZE).asReadOnlyBuffer(); in test_wrap_03() local
566 ByteBuffer bb = ByteBuffer.allocate(MAX_TLS_RECORD_SIZE); in test_wrap_05() local
584 ByteBuffer bb = ByteBuffer.allocate(MAX_TLS_RECORD_SIZE); in test_wrap_06() local
774 ByteBuffer bb = ByteBuffer.allocate(10); in test_unwrap_ByteBuffer$ByteBuffer_03() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DBinaryUtils.java132 public static ByteBuffer immutableCopyOf(ByteBuffer bb) { in immutableCopyOf()
154 public static ByteBuffer immutableCopyOfRemaining(ByteBuffer bb) { in immutableCopyOfRemaining()
174 public static ByteBuffer toNonDirectBuffer(ByteBuffer bb) { in toNonDirectBuffer()
208 public static byte[] copyAllBytesFrom(ByteBuffer bb) { in copyAllBytesFrom()
228 public static byte[] copyRemainingBytesFrom(ByteBuffer bb) { in copyRemainingBytesFrom()
266 public static byte[] copyBytesFrom(ByteBuffer bb) { in copyBytesFrom()
288 public static byte[] copyBytesFrom(ByteBuffer bb, int readLimit) { in copyBytesFrom()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dregister_pressure.cpp34 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock()
84 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute()
97 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses()
119 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness()
191 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local
319 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local
386 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local
393 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
424 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
516 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
H A Dssa_rewrite_pass.cpp91 BasicBlock* bb) { in CreatePhiCandidate()
104 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local
243 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock()
256 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef()
292 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock()
299 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore()
326 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad()
435 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements()
662 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dregister_pressure.cpp34 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock()
84 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute()
97 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses()
119 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness()
191 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local
319 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local
386 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local
393 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
424 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
516 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
H A Dssa_rewrite_pass.cpp91 BasicBlock* bb) { in CreatePhiCandidate()
104 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local
243 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock()
256 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef()
292 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock()
299 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore()
326 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad()
435 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements()
662 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dregister_pressure.cpp34 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock()
84 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute()
97 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses()
119 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness()
191 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local
319 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local
386 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local
393 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
424 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
516 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
Dssa_rewrite_pass.cpp91 BasicBlock* bb) { in CreatePhiCandidate()
104 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local
243 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock()
256 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef()
292 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock()
299 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore()
326 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad()
435 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements()
662 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/common/
H A DServerStatsEncodingTest.java69 final ByteBuffer bb = ByteBuffer.wrap(serializedExpanded); in skipUnknownFieldTest() local
89 final ByteBuffer bb = ByteBuffer.wrap(serialized); in negativeLbLatencyValueTest() local
109 final ByteBuffer bb = ByteBuffer.wrap(serialized); in negativeServerLatencyValueTest() local
122 final ByteBuffer bb = ByteBuffer.allocate(0); in emptySerializedBuffer() local
133 final ByteBuffer bb = ByteBuffer.allocate(10); in invalidNegativeVersion() local
144 final ByteBuffer bb = ByteBuffer.allocate(10); in invalidCompatibleVersion() local

12345678910>>...65