Searched refs:ioff (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | control.h | 147 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 148 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 153 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 154 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ctree.c | 2552 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument 2564 key.offset = ioff; in btrfs_find_item() 3983 u32 ioff; in __push_leaf_left() local 3987 ioff = btrfs_token_item_offset(&token, item); in __push_leaf_left() 3989 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left() 4165 u32 ioff; in copy_for_split() local 4167 ioff = btrfs_token_item_offset(&token, item); in copy_for_split() 4168 btrfs_set_token_item_offset(&token, item, ioff + rt_data_off); in copy_for_split() 4676 u32 ioff; in btrfs_truncate_item() local 4679 ioff = btrfs_token_item_offset(&token, item); in btrfs_truncate_item() [all …]
|
| H A D | ctree.h | 2736 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 4803 stbi__uint32 ioff=0, idata_limit=0, i, pal_len=0; in stbi__parse_png_file() local 4892 if ((int)(ioff + c.length) < (int)ioff) return 0; in stbi__parse_png_file() 4893 if (ioff + c.length > idata_limit) { in stbi__parse_png_file() 4897 while (ioff + c.length > idata_limit) in stbi__parse_png_file() 4903 if (!stbi__getn(s, z->idata+ioff,c.length)) return stbi__err("outofdata","Corrupt PNG"); in stbi__parse_png_file() 4904 ioff += c.length; in stbi__parse_png_file() 4916 …tbi_uc *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, raw_len, (int *) &… in stbi__parse_png_file()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 4803 stbi__uint32 ioff=0, idata_limit=0, i, pal_len=0; in stbi__parse_png_file() local 4892 if ((int)(ioff + c.length) < (int)ioff) return 0; in stbi__parse_png_file() 4893 if (ioff + c.length > idata_limit) { in stbi__parse_png_file() 4897 while (ioff + c.length > idata_limit) in stbi__parse_png_file() 4903 if (!stbi__getn(s, z->idata+ioff,c.length)) return stbi__err("outofdata","Corrupt PNG"); in stbi__parse_png_file() 4904 ioff += c.length; in stbi__parse_png_file() 4916 …tbi_uc *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, raw_len, (int *) &… in stbi__parse_png_file()
|