Home
last modified time | relevance | path

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

/u-boot/lib/
A Dxxhash.c75 const uint8_t *b_end = p + len; in xxh32() local
145 const uint8_t *const b_end = p + len; in xxh64() local
243 const uint8_t *const b_end = p + len; in xxh32_update() local
312 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + in xxh32_digest() local
350 const uint8_t *const b_end = p + len; in xxh64_update() local
417 const uint8_t *const b_end = (const uint8_t *)state->mem64 + in xxh64_digest() local
/u-boot/common/
A Dflash.c31 ulong b_end; in flash_protect() local
144 ulong b_end = info->start[0] + info->size; /* bank end addr */ in flash_write() local
/u-boot/cmd/
A Dflash.c208 ulong b_end; in flash_fill_sect_ranges() local

Completed in 5 milliseconds