Home
last modified time | relevance | path

Searched refs:b_end (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dxxhash.c105 const uint8_t *b_end = p + len; in xxh32() local
109 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() local
179 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 xxh32_update() local
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dflash.c30 ulong b_end; in flash_protect() local
40 b_end = info->start[0] + info->size - 1; /* bank end address */ in flash_protect()
51 to < info->start[0] || from > b_end) { in flash_protect()
58 end = (i == s_end) ? b_end : info->start[i + 1] - 1; in flash_protect()
143 ulong b_end = info->start[0] + info->size; /* bank end addr */ in flash_write() local
146 ulong e_addr = (i == s_end) ? b_end : info->start[i + 1]; in flash_write()
/OK3568_Linux_fs/u-boot/cmd/
H A Dflash.c207 ulong b_end; in flash_fill_sect_ranges() local
215 b_end = info->start[0] + info->size - 1; /* bank end addr */ in flash_fill_sect_ranges()
222 end = (sect == s_end) ? b_end : info->start[sect + 1] - 1; in flash_fill_sect_ranges()
238 if (addr_last > b_end) { in flash_fill_sect_ranges()
254 addr_first = (sect == s_end) ? b_end + 1: info->start[sect + 1]; in flash_fill_sect_ranges()
256 } else if (addr_first >= info->start[0] && addr_first < b_end) { in flash_fill_sect_ranges()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...