HomeSort by relevance Sort by last modified time
    Searched refs:offsize (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/cff/
cffload.c 243 FT_Byte offsize; local
249 if ( FT_READ_BYTE( offsize ) )
252 if ( offsize < 1 || offsize > 4 )
259 idx->off_size = offsize;
260 size = (FT_ULong)( count + 1 ) * offsize;
264 if ( FT_STREAM_SKIP( size - offsize ) )
329 FT_Byte offsize = idx->off_size; local
336 data_size = (FT_ULong)( idx->count + 1 ) * offsize;
347 switch ( offsize )
    [all...]
  /external/elfutils/src/
strip.c 1597 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
    [all...]
readelf.c 3524 uint8_t offsize; local
3534 (uint64_t) offset, \/*version*\/2, abbroffset, addrsize, offsize); local
    [all...]
  /external/elfcopy/
elfcopy.c 1184 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
    [all...]

Completed in 290 milliseconds