Searched refs:b_end (Results 1 – 3 of 3) sorted by relevance
134 while (p + 4 <= b_end) { in xxh32()140 while (p < b_end) { in xxh32()217 if (p + 4 <= b_end) { in xxh64()223 while (p < b_end) { in xxh64()306 if (p <= b_end - 16) { in xxh32_update()330 if (p < b_end) { in xxh32_update()361 while (p < b_end) { in xxh32_digest()411 if (p + 32 <= b_end) { in xxh64_update()435 if (p < b_end) { in xxh64_update()477 if (p + 4 <= b_end) { in xxh64_digest()[all …]
1854 unsigned char b_end = bn->b_end; in mab_calc_split() local2076 b_end = 0; in mas_store_b_node()2081 b_end = b_node->b_end; in mas_store_b_node()2101 goto b_end; in mas_store_b_node()2128 b_end: in mas_store_b_node()2129 b_node->b_end = b_end; in mas_store_b_node()2236 unsigned char b_end = mast->bn->b_end; in mast_rebalance_next() local2250 unsigned char b_end = mast->bn->b_end; in mast_rebalance_prev() local2256 mast->bn->b_end = end + b_end; in mast_rebalance_prev()2958 unsigned char shift, b_end = ++b_node->b_end; in mas_rebalance() local[all …]
315 u64 b_end = bucket_to_sector(ca, b + 1); in is_superblock_bucket() local325 if (!(offset >= b_end || end <= b_offset)) in is_superblock_bucket()
Completed in 18 milliseconds