Home
last modified time | relevance | path

Searched defs:b_end (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dxxhash.c105 const uint8_t *b_end = p + len; in xxh32() local
175 const uint8_t *const b_end = p + len; in xxh64() local
273 const uint8_t *const b_end = p + len; in xxh32_update() local
342 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + in xxh32_digest() local
380 const uint8_t *const b_end = p + len; in xxh64_update() local
447 const uint8_t *const b_end = (const uint8_t *)state->mem64 + in xxh64_digest() local
/OK3568_Linux_fs/u-boot/common/
H A Dflash.c30 ulong b_end; in flash_protect() local
143 ulong b_end = info->start[0] + info->size; /* bank end addr */ in flash_write() local
/OK3568_Linux_fs/u-boot/cmd/
H A Dflash.c207 ulong b_end; in flash_fill_sect_ranges() local