Home
last modified time | relevance | path

Searched refs:s_end (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs_lzjb.c52 uint8_t *s_end = (uint8_t *) s_start + s_len; in lzjb_decompress() local
56 while (dst < d_end && src < s_end) { in lzjb_decompress()
61 if (src >= s_end) { in lzjb_decompress()
70 if (src > s_end || cpy < (uint8_t *) d_start) { in lzjb_decompress()
/OK3568_Linux_fs/u-boot/common/
H A Dflash.c31 short s_end; in flash_protect() local
39 s_end = info->sector_count - 1; /* index of last sector */ in flash_protect()
58 end = (i == s_end) ? b_end : info->start[i + 1] - 1; in flash_protect()
144 short s_end = info->sector_count - 1; in flash_write() local
146 ulong e_addr = (i == s_end) ? b_end : info->start[i + 1]; in flash_write()
/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
97 s_end = s_block + EDID1_LEN; in resort()
107 if (s_ptr == s_end) in resort()
143 unsigned int *s_pos, *s_end; in GetEDID_DDC1() local
150 s_end = s_ptr + NUM; in GetEDID_DDC1()
163 if (s_pos == s_end) in GetEDID_DDC1()
167 if (s_pos == s_end) in GetEDID_DDC1()
/OK3568_Linux_fs/u-boot/cmd/
H A Dflash.c209 short s_end; in flash_fill_sect_ranges() local
216 s_end = info->sector_count - 1; /* last sector */ in flash_fill_sect_ranges()
222 end = (sect == s_end) ? b_end : info->start[sect + 1] - 1; in flash_fill_sect_ranges()
239 s_last[bank] = s_end; in flash_fill_sect_ranges()
254 addr_first = (sect == s_end) ? b_end + 1: info->start[sect + 1]; in flash_fill_sect_ranges()
/OK3568_Linux_fs/kernel/fs/bfs/
H A Dinode.c346 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super()
374 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()
375 info->si_freeb = (le32_to_cpu(bfs_sb->s_end) + 1 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; in bfs_fill_super()
410 s_size = le32_to_cpu(bfs_sb->s_end); in bfs_fill_super()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbfs_fs.h54 __le32 s_end; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbfs_fs.h54 __le32 s_end; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbfs_fs.h54 __le32 s_end; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Damd.c1166 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument
1167 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch48 @@ -358,7 +358,7 @@ void implied_include_partial_string(const char *s_start, const char *s_end)
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c5349 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local
5361 sbase < svma->vm_start || svma->vm_end < s_end) in page_table_shareable()