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

  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 78 long entry_offset=1; local
84 entry_offset=atol (buffer);
87 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset);
94 long entry_offset=1; local
100 entry_offset=atol (buffer);
103 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset);
group_com.c 24 long entry_offset=1; local
30 entry_offset=atol (buffer);
33 sprintf (buffer,"entry %ld",group_info.group_num+entry_offset);
40 long entry_offset=1; local
46 entry_offset=atol (buffer);
49 sprintf (buffer,"entry %ld",group_info.group_num-entry_offset);
inodebitmap_com.c 51 long entry_offset=1; local
57 entry_offset=atol (buffer);
60 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num+entry_offset);
67 long entry_offset=1; local
73 entry_offset=atol (buffer);
76 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num-entry_offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
  /external/freetype/src/base/
ftrfork.c 698 FT_UInt32 entry_id, entry_offset, entry_length = 0; local
732 if ( FT_READ_LONG( entry_offset ) ||
735 *result_offset = entry_offset;
  /external/harfbuzz/src/
harfbuzz-gpos.c 1698 HB_UInt entry_offset; local
    [all...]

Completed in 66 milliseconds