Home
last modified time | relevance | path

Searched refs:d_end (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs_lzjb.c51 uint8_t *d_end = (uint8_t *) d_start + d_len; in lzjb_decompress() local
56 while (dst < d_end && src < s_end) { in lzjb_decompress()
74 while (--mlen >= 0 && dst < d_end) in lzjb_decompress()
80 if (dst < d_end) { in lzjb_decompress()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfadump.c160 u64 d_start, d_end; in is_fadump_memory_area() local
169 d_end = d_start + fw_dump.reserve_dump_area_size; in is_fadump_memory_area()
170 if (((addr + size) > d_start) && (addr <= d_end)) in is_fadump_memory_area()
192 static bool is_fadump_mem_area_contiguous(u64 d_start, u64 d_end) in is_fadump_mem_area_contiguous() argument
200 end = min_t(u64, d_end, reg_end); in is_fadump_mem_area_contiguous()
206 if (end == d_end) { in is_fadump_mem_area_contiguous()
224 unsigned long d_start, d_end; in is_fadump_boot_mem_contiguous() local
230 d_end = d_start + fw_dump.boot_mem_sz[i]; in is_fadump_boot_mem_contiguous()
232 ret = is_fadump_mem_area_contiguous(d_start, d_end); in is_fadump_boot_mem_contiguous()
246 u64 d_start, d_end; in is_fadump_reserved_mem_contiguous() local
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c91 unsigned char *d_new, *d_ptr, *d_end, *s_ptr, *s_end; in resort() local
102 d_end = d_new + EDID1_LEN; in resort()
104 for (d_ptr = d_new; d_ptr < d_end; d_ptr++) { in resort()