Home
last modified time | relevance | path

Searched refs:table_end (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/third_party/freetype/src/sfnt/
Dttmtx.c214 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
234 table_end = table_pos + table_size; in tt_face_get_metrics()
243 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
254 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
262 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()
Dttbdf.c54 bdf->table_end = NULL; in tt_face_free_bdf_props()
81 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
/external/syslinux/gpxe/src/include/gpxe/
Dtables.h288 #define table_end( table ) __table_entries ( table, 99 ) macro
308 ( ( unsigned int ) ( table_end ( table ) - \
334 pointer < table_end ( table ) ; \
359 for ( pointer = ( table_end ( table ) - 1 ) ; \
/external/freetype/src/sfnt/
Dttmtx.c227 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
252 table_end = table_pos + table_size; in tt_face_get_metrics()
261 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
272 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
280 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()
Dttbdf.c54 bdf->table_end = NULL; in tt_face_free_bdf_props()
81 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
/external/sfntly/cpp/src/sfntly/
Dfont.cc178 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering() local
179 table != table_end; ++table) { in GenerateTableOrdering()
191 table_end = tables_in_font.end(); in GenerateTableOrdering() local
192 table != table_end; ++table) { in GenerateTableOrdering()
538 table_end = headers->end(); in LoadTableData() local
539 it != table_end; in LoadTableData()
558 table_end = headers->end(); in LoadTableData() local
559 it != table_end; in LoadTableData()
/external/syslinux/gpxe/src/net/80211/
Dsec80211.c347 table_end ( NET80211_CRYPTOS ) ); in sec80211_detect_ie()
359 table_end ( NET80211_HANDSHAKERS ) ); in sec80211_detect_ie()
/external/syslinux/gpxe/src/core/
Dresolv.c222 if ( mux->resolver >= table_end ( RESOLVERS ) ) { in resolv_mux_done()
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h889 FT_Byte* table_end; member
/external/freetype/include/freetype/internal/
Dtttypes.h925 FT_Byte* table_end; member
/external/v8/src/wasm/
Dmodule-decoder.cc1286 const byte* table_end = decoder.pc() + size; in DecodeAsmJsOffsets() local
1296 while (decoder.ok() && decoder.pc() < table_end) { in DecodeAsmJsOffsets()
1306 if (decoder.pc() != table_end) { in DecodeAsmJsOffsets()