Home
last modified time | relevance | path

Searched refs:offsize (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/freetype/src/cff/
Dcffload.c242 FT_Byte offsize; in cff_index_init() local
248 if ( FT_READ_BYTE( offsize ) ) in cff_index_init()
251 if ( offsize < 1 || offsize > 4 ) in cff_index_init()
258 idx->off_size = offsize; in cff_index_init()
259 size = (FT_ULong)( count + 1 ) * offsize; in cff_index_init()
263 if ( FT_STREAM_SKIP( size - offsize ) ) in cff_index_init()
328 FT_Byte offsize = idx->off_size; in cff_index_load_offsets() local
335 data_size = (FT_ULong)( idx->count + 1 ) * offsize; in cff_index_load_offsets()
346 switch ( offsize ) in cff_index_load_offsets()
/external/freetype/src/cff/
Dcffload.c242 FT_Byte offsize; in cff_index_init() local
248 if ( FT_READ_BYTE( offsize ) ) in cff_index_init()
251 if ( offsize < 1 || offsize > 4 ) in cff_index_init()
258 idx->off_size = offsize; in cff_index_init()
259 size = (FT_ULong)( count + 1 ) * offsize; in cff_index_init()
263 if ( FT_STREAM_SKIP( size - offsize ) ) in cff_index_init()
328 FT_Byte offsize = idx->off_size; in cff_index_load_offsets() local
335 data_size = (FT_ULong)( idx->count + 1 ) * offsize; in cff_index_load_offsets()
346 switch ( offsize ) in cff_index_load_offsets()
/external/pdfium/third_party/freetype/src/cid/
Dcidload.h41 FT_Byte offsize );
Dcidload.c43 FT_Byte offsize ) in cid_get_offset() argument
49 for ( result = 0; offsize > 0; offsize-- ) in cid_get_offset()
/external/elfutils/tests/
Delfstrmerge.c632 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in main() local
633 newehdr.e_shoff = ((last_offset + offsize - 1) in main()
634 & ~((GElf_Off) (offsize - 1))); in main()
Dvarlocs.c811 uint8_t offsize; in main() local
813 if (dwarf_diecu (cu, &cudie, &addrsize, &offsize) == NULL) in main()
/external/elfutils/src/
Delfcompress.c1210 const size_t offsize = gelf_fsize (elfnew, ELF_T_OFF, 1, EV_CURRENT); in process_file() local
1211 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file()
1212 & ~((GElf_Off) (offsize - 1))); in process_file()
Dstrip.c2046 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in handle_elf() local
2048 + shdr_info[shdridx].shdr.sh_size + offsize - 1) in handle_elf()
2049 & ~((GElf_Off) (offsize - 1))); in handle_elf()
Dreadelf.c6225 uint8_t offsize; in print_debug_units() local
6231 &abbroffset, &addrsize, &offsize, in print_debug_units()
6245 (uint64_t) offset, version, abbroffset, addrsize, offsize, in print_debug_units()
6252 (uint64_t) offset, version, abbroffset, addrsize, offsize); in print_debug_units()
6262 .offset_size = offsize in print_debug_units()