HomeSort by relevance Sort by last modified time
    Searched defs:off1 (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
523 if ( off1 && off2 > off1 )
525 *pbyte_len = off2 - off1;
530 *pbytes = idx->bytes + off1 - 1;
535 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/grub/stage2/
jfs.h 406 unsigned off1:8; /* 1: offset in unit of fsblksize */ member in struct:xad
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon14456

Completed in 446 milliseconds