Home
last modified time | relevance | path

Searched refs:bidx (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc_new/src/
Dandroid_je_mallinfo.c96 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/
Ddump.c543 unsigned int bidx; in start_bidx_of_node() local
549 bidx = node_ofs - 1; in start_bidx_of_node()
552 bidx = node_ofs - 2 - dec; in start_bidx_of_node()
555 bidx = node_ofs - 5 - dec; in start_bidx_of_node()
557 return bidx * ADDRS_PER_BLOCK(&node_blk->i) + in start_bidx_of_node()
564 unsigned int bidx; in dump_data_offset() local
576 bidx = start_bidx_of_node(node_ofs, node_blk); in dump_data_offset()
577 bidx += ofs_in_node; in dump_data_offset()
581 bidx, bidx * 4096); in dump_data_offset()
Ddir.c114 unsigned int bidx, end_block; in find_in_level() local
130 bidx = dir_block_index(level, dir_level, le32_to_cpu(namehash) % nbucket); in find_in_level()
131 end_block = bidx + nblock; in find_in_level()
137 for (; bidx < end_block; bidx++) { in find_in_level()
144 get_dnode_of_data(sbi, &dn, bidx, LOOKUP_NODE); in find_in_level()
226 int nbucket, nblock, bidx, block; in f2fs_add_link() local
263 bidx = dir_block_index(level, dir_level, le32_to_cpu(dentry_hash) % nbucket); in f2fs_add_link()
266 for (block = bidx; block <= (bidx + nblock - 1); block++) { in f2fs_add_link()
Df2fs.h628 unsigned long bidx = 0; in dir_block_index() local
631 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in dir_block_index()
632 bidx += idx * bucket_blocks(level); in dir_block_index()
633 return bidx; in dir_block_index()
Dfsck.c1374 unsigned int bidx = 0; in __get_current_level() local
1378 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in __get_current_level()
1379 if (bidx > pgofs) in __get_current_level()
1390 unsigned int bidx, end_block; in f2fs_check_dirent_position() local
1398 bidx = dir_block_index(level, dir_level, in f2fs_check_dirent_position()
1400 end_block = bidx + nblock; in f2fs_check_dirent_position()
1402 if (pgofs >= bidx && pgofs < end_block) in f2fs_check_dirent_position()
1407 pino, printable_name, level, dir_level, pgofs, bidx, in f2fs_check_dirent_position()
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp263 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/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp333 std::string::size_type bidx, eidx; in ParseConstraints() local
335 bidx = CStr.find_first_not_of(delims); in ParseConstraints()
336 while (bidx != std::string::npos) { in ParseConstraints()
337 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints()
341 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops, Rec); in ParseConstraints()
342 bidx = CStr.find_first_not_of(delims, eidx); in ParseConstraints()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll283 %bidx = load i32, i32* %arrayidx
289 %scaled_idx = mul i32 %bidx, %iv
/external/llvm-project/llvm/test/CodeGen/X86/
Dblock-placement.ll292 %bidx = load i32, i32* %arrayidx
298 %scaled_idx = mul i32 %bidx, %iv