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

  /external/chromium_org/third_party/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/freetype/src/cff/
cffload.c 242 FT_Byte offsize; local
248 if ( FT_READ_BYTE( offsize ) )
251 if ( offsize < 1 || offsize > 4 )
258 idx->off_size = offsize;
259 size = (FT_ULong)( count + 1 ) * offsize;
263 if ( FT_STREAM_SKIP( size - offsize ) )
328 FT_Byte offsize = idx->off_size; local
335 data_size = (FT_ULong)( idx->count + 1 ) * offsize;
346 switch ( offsize )
    [all...]
  /external/elfutils/src/
strip.c 1641 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
    [all...]
readelf.c 4413 uint8_t offsize; local
4423 (uint64_t) offset, \/*version*\/2, abbroffset, addrsize, offsize); local
    [all...]

Completed in 320 milliseconds