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

  /external/freetype/src/sfnt/
ttmtx.c 211 FT_ULong table_pos, table_size, table_end; local
231 table_end = table_pos + table_size;
240 if ( table_pos + 4 > table_end )
251 if ( table_pos + 4 > table_end )
259 if ( table_pos + 2 > table_end )
  /external/chromium_org/third_party/freetype/src/sfnt/
ttmtx.c 358 FT_ULong table_pos, table_size, table_end; local
378 table_end = table_pos + table_size;
387 if ( table_pos + 4 > table_end )
398 if ( table_pos + 4 > table_end )
406 if ( table_pos + 2 > table_end )
  /external/chromium_org/ui/base/ime/
character_composer.cc 262 const SequenceIterator table_end = table_begin + n_sequences; local
264 std::lower_bound(table_begin, table_end, sequence,
266 if (found != table_end &&
  /cts/tools/dasm/src/java_cup/
Main.java 120 protected static long table_end = 0; field in class:Main
559 table_end = System.currentTimeMillis();
699 if (table_end != 0 && machine_end != 0)
701 + timestr(table_end-machine_end, total_time));
702 if (reduce_check_end != 0 && table_end != 0)
704 + timestr(reduce_check_end-table_end, total_time));
  /external/chromium_org/third_party/ots/src/
cmap.cc 997 const off_t table_end = out->Tell(); local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 903 FT_Byte* table_end; member in struct:TT_BDFRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 822 FT_Byte* table_end; member in struct:TT_BDFRec_
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 364 milliseconds