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

  /external/freetype/src/base/
ftrfork.c 61 FT_Long type_list; local
122 if ( FT_READ_USHORT( type_list ) )
124 if ( type_list == -1 )
127 error = FT_Stream_Seek( stream, (FT_ULong)( map_pos + type_list ) );
131 *map_offset = map_pos + type_list;
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 61 FT_Long type_list; local
133 if ( FT_READ_USHORT( type_list ) )
135 if ( type_list == -1 )
138 error = FT_Stream_Seek( stream, (FT_ULong)( map_pos + type_list ) );
142 *map_offset = map_pos + type_list;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
except.h 106 tree type_list; variable
108 /* A TREE_LIST of INTEGER_CSTs that correspond to the type_list entries,
146 tree type_list; member in struct:eh_region_u::eh_region_u_allowed

Completed in 247 milliseconds