Home
last modified time | relevance | path

Searched refs:count_offset (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dcsum.c201 int count_offset, max_sane_entries; in __get_dx_countlimit() local
208 count_offset = 8; in __get_dx_countlimit()
218 count_offset = 32; in __get_dx_countlimit()
222 c = (struct ext2_dx_countlimit *)(((char *)dirent) + count_offset); in __get_dx_countlimit()
223 max_sane_entries = (fs->blocksize - count_offset) / in __get_dx_countlimit()
230 *offset = count_offset; in __get_dx_countlimit()
363 __u32 *crc, int count_offset, int count, in ext2fs_dx_csum() argument
372 size = count_offset + (count * sizeof(struct ext2_dx_entry)); in ext2fs_dx_csum()
400 int count_offset, limit, count; in ext2fs_dx_csum_verify() local
402 retval = __get_dx_countlimit(fs, dirent, &c, &count_offset, 1); in ext2fs_dx_csum_verify()
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c452 intptr_t count_offset = blob_reserve_uint32(&blob); in anv_GetPipelineCacheData() local
453 if (count_offset < 0) { in anv_GetPipelineCacheData()
477 blob_overwrite_uint32(&blob, count_offset, count); in anv_GetPipelineCacheData()
/external/freetype/src/cff/
Dcffparse.h121 FT_UInt count_offset; member
Dcffparse.c1436 field->count_offset; in cff_parser_run()
/external/freetype/include/freetype/internal/
Dpsaux.h269 FT_UInt count_offset; /* offset of element count for */ member
/external/freetype/src/psaux/
Dpsobjs.c1365 if ( field->type != T1_FIELD_TYPE_BBOX && field->count_offset != 0 ) in ps_parser_load_field_table()
1366 *(FT_Byte*)( (FT_Byte*)objects[0] + field->count_offset ) = in ps_parser_load_field_table()
/external/freetype/
DChangeLog.233449 `count_offset' if it is zero (i.e., unused). Otherwise, the first