Home
last modified time | relevance | path

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

/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/elfutils/src/
Dstrip.c1641 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in handle_elf() local
1643 + shdr_info[shdridx].shdr.sh_size + offsize - 1) in handle_elf()
1644 & ~((GElf_Off) (offsize - 1))); in handle_elf()
Dreadelf.c4413 uint8_t offsize; in print_debug_info_section() local
4417 &offsize) != 0) in print_debug_info_section()
4423 (uint64_t) offset, /*version*/2, abbroffset, addrsize, offsize); in print_debug_info_section()