Searched refs:b_end (Results 1 – 3 of 3) sorted by relevance
105 const uint8_t *b_end = p + len; in xxh32() local109 const uint8_t *const limit = b_end - 16; in xxh32()134 while (p + 4 <= b_end) { in xxh32()140 while (p < b_end) { in xxh32()175 const uint8_t *const b_end = p + len; in xxh64() local179 const uint8_t *const limit = b_end - 32; in xxh64()209 while (p + 8 <= b_end) { in xxh64()217 if (p + 4 <= b_end) { in xxh64()223 while (p < b_end) { in xxh64()273 const uint8_t *const b_end = p + len; in xxh64_update() local[all …]
146 unsigned char b_end; member1805 unsigned long size = b_node->b_end * sizeof(unsigned long); in mab_shift_right()1824 unsigned char size = b_node->b_end; in mab_middle_node()1852 (b_node->b_end - split) > (mt_min_slots[b_node->type])) in mab_no_null_split()1872 unsigned char b_end = bn->b_end; in mab_calc_split() local1873 int split = b_end / 2; /* Assume equal split. */ in mab_calc_split()1884 split = b_end - mt_min_slots[bn->type]; in mab_calc_split()1904 split = b_end / 3; in mab_calc_split()1962 b_node->b_end = ++j; in mas_mab_cp()2076 unsigned char b_end; in mas_store_b_node() local[all …]
1205 u64 b_end = bucket_to_sector(ca, b + 1); in bch2_is_superblock_bucket() local1215 if (!(offset >= b_end || end <= b_offset)) in bch2_is_superblock_bucket()