Searched refs:count_offset (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | csum.c | 201 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/ |
D | anv_pipeline_cache.c | 452 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/ |
D | cffparse.h | 121 FT_UInt count_offset; member
|
D | cffparse.c | 1436 field->count_offset; in cff_parser_run()
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 269 FT_UInt count_offset; /* offset of element count for */ member
|
/external/freetype/src/psaux/ |
D | psobjs.c | 1365 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/ |
D | ChangeLog.23 | 3449 `count_offset' if it is zero (i.e., unused). Otherwise, the first
|