/external/jemalloc/src/ |
D | android_je_mallinfo.c | 82 struct mallinfo __mallinfo_bin_info(size_t aidx, size_t bidx) { in __mallinfo_bin_info() argument 87 if (aidx < narenas_auto && bidx < NBINS) { in __mallinfo_bin_info() 89 arena_bin_t* bin = &arenas[aidx]->bins[bidx]; in __mallinfo_bin_info() 92 mi.ordblks = arena_bin_info[bidx].reg_size * bin->stats.curregs; in __mallinfo_bin_info()
|
/external/jemalloc_new/src/ |
D | android_je_mallinfo.c | 96 struct mallinfo je_mallinfo_bin_info(size_t aidx, size_t bidx) { in je_mallinfo_bin_info() argument 101 if (aidx < narenas_auto && bidx < NBINS) { in je_mallinfo_bin_info() 104 bin_t* bin = &arena->bins[bidx]; in je_mallinfo_bin_info() 107 mi.ordblks = bin_infos[bidx].reg_size * bin->stats.curregs; in je_mallinfo_bin_info()
|
/external/f2fs-tools/fsck/ |
D | dir.c | 113 unsigned int bidx, end_block; in find_in_level() local 128 bidx = dir_block_index(level, dir_level, le32_to_cpu(namehash) % nbucket); in find_in_level() 129 end_block = bidx + nblock; in find_in_level() 135 for (; bidx < end_block; bidx++) { in find_in_level() 142 get_dnode_of_data(sbi, &dn, bidx, LOOKUP_NODE); in find_in_level() 224 int nbucket, nblock, bidx, block; in f2fs_add_link() local 259 bidx = dir_block_index(level, dir_level, le32_to_cpu(dentry_hash) % nbucket); in f2fs_add_link() 262 for (block = bidx; block <= (bidx + nblock - 1); block++) { in f2fs_add_link()
|
D | dump.c | 534 unsigned int bidx = 0; in dump_data_offset() local 550 bidx = node_ofs - 1; in dump_data_offset() 553 bidx = node_ofs - 2 - dec; in dump_data_offset() 556 bidx = node_ofs - 5 - dec; in dump_data_offset() 558 bidx = bidx * ADDRS_PER_BLOCK + ADDRS_PER_INODE(&node_blk->i); in dump_data_offset() 560 bidx += ofs_in_node; in dump_data_offset() 564 bidx, bidx * 4096); in dump_data_offset()
|
D | f2fs.h | 489 unsigned long bidx = 0; in dir_block_index() local 492 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in dir_block_index() 493 bidx += idx * bucket_blocks(level); in dir_block_index() 494 return bidx; in dir_block_index()
|
D | fsck.c | 1282 unsigned int bidx = 0; in __get_current_level() local 1286 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in __get_current_level() 1287 if (bidx > pgofs) in __get_current_level() 1298 unsigned int bidx, end_block; in f2fs_check_dirent_position() local 1306 bidx = dir_block_index(level, dir_level, in f2fs_check_dirent_position() 1308 end_block = bidx + nblock; in f2fs_check_dirent_position() 1310 if (pgofs >= bidx && pgofs < end_block) in f2fs_check_dirent_position() 1315 pino, name, level, dir_level, pgofs, bidx, end_block - 1); in f2fs_check_dirent_position()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 255 std::string::size_type bidx, eidx; in ParseConstraints() local 257 bidx = CStr.find_first_not_of(delims); in ParseConstraints() 258 while (bidx != std::string::npos) { in ParseConstraints() 259 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints() 263 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops); in ParseConstraints() 264 bidx = CStr.find_first_not_of(delims, eidx); in ParseConstraints()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 263 std::string::size_type bidx, eidx; in ParseConstraints() local 265 bidx = CStr.find_first_not_of(delims); in ParseConstraints() 266 while (bidx != std::string::npos) { in ParseConstraints() 267 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints() 271 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops); in ParseConstraints() 272 bidx = CStr.find_first_not_of(delims, eidx); in ParseConstraints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 264 std::string::size_type bidx, eidx; in ParseConstraints() local 266 bidx = CStr.find_first_not_of(delims); in ParseConstraints() 267 while (bidx != std::string::npos) { in ParseConstraints() 268 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints() 272 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops); in ParseConstraints() 273 bidx = CStr.find_first_not_of(delims, eidx); in ParseConstraints()
|
/external/u-boot/arch/arm/include/asm/ti-common/ |
D | ti-edma3.h | 108 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx); 113 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx);
|
/external/u-boot/drivers/dma/ |
D | ti-edma3.c | 122 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index() argument 133 __raw_writel((src_dst_bidx & 0x0000ffff) | (bidx << 16), in edma3_set_dest_index() 193 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_src_index() argument 204 __raw_writel((src_dst_bidx & 0xffff0000) | bidx, in edma3_set_src_index()
|
/external/mesa3d/src/intel/tools/ |
D | gen_batch_decoder.c | 524 int rlidx = 0, bidx = 0; in decode_3dstate_constant() local 532 buffer[bidx++] = ctx_get_bo(ctx, iter.raw_value); in decode_3dstate_constant()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 2068 unsigned bidx = i * 4; in LowerEXTRACT_VECTOR_ELT() local 2069 unsigned int bits = ((ShufBytes[bidx] << 24) | in LowerEXTRACT_VECTOR_ELT() 2070 (ShufBytes[bidx+1] << 16) | in LowerEXTRACT_VECTOR_ELT() 2071 (ShufBytes[bidx+2] << 8) | in LowerEXTRACT_VECTOR_ELT() 2072 ShufBytes[bidx+3]); in LowerEXTRACT_VECTOR_ELT()
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 283 %bidx = load i32, i32* %arrayidx 289 %scaled_idx = mul i32 %bidx, %iv
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 292 %bidx = load i32, i32* %arrayidx 298 %scaled_idx = mul i32 %bidx, %iv
|