Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidload.h41 FT_Byte offsize );
Dcidload.c44 FT_Byte offsize ) in cid_get_offset() argument
50 for ( result = 0; offsize > 0; offsize-- ) in cid_get_offset()
/external/freetype/src/cff/
Dcffload.c265 FT_Byte offsize; in cff_index_init() local
271 if ( FT_READ_BYTE( offsize ) ) in cff_index_init()
274 if ( offsize < 1 || offsize > 4 ) in cff_index_init()
281 idx->off_size = offsize; in cff_index_init()
282 size = (FT_ULong)( count + 1 ) * offsize; in cff_index_init()
286 if ( FT_STREAM_SKIP( size - offsize ) ) in cff_index_init()
351 FT_Byte offsize = idx->off_size; in cff_index_load_offsets() local
358 data_size = (FT_ULong)( idx->count + 1 ) * offsize; in cff_index_load_offsets()
369 switch ( offsize ) in cff_index_load_offsets()
/external/elfutils/tests/
Delfstrmerge.c634 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in main() local
635 newehdr.e_shoff = ((last_offset + offsize - 1) in main()
636 & ~((GElf_Off) (offsize - 1))); in main()
/external/elfutils/src/
Delfcompress.c1250 const size_t offsize = gelf_fsize (elfnew, ELF_T_OFF, 1, EV_CURRENT); in process_file() local
1251 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file()
1252 & ~((GElf_Off) (offsize - 1))); in process_file()
Dstrip.c2518 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in handle_elf() local
2519 newehdr->e_shoff = ((lastsec_offset + lastsec_size + offsize - 1) in handle_elf()
2520 & ~((GElf_Off) (offsize - 1))); in handle_elf()
Dreadelf.c7569 uint8_t offsize; in print_debug_units() local
7609 dwarf_cu_die (cu, &result, NULL, &abbroffset, &addrsize, &offsize, in print_debug_units()
7628 (uint64_t) offset, version, abbroffset, addrsize, offsize, in print_debug_units()
7638 (uint64_t) offset, version, abbroffset, addrsize, offsize); in print_debug_units()
7681 .offset_size = offsize in print_debug_units()
7793 &addrsize, &offsize, &unit_id, &subdie_off); in print_debug_units()
7805 addrsize, offsize); in print_debug_units()