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

  /device/google/contexthub/firmware/os/inc/
syscall.h 63 struct SyscallTable *subtable; member in union:SyscallTable::SyscallTableEntry
  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 69 const CMAPEncodingSubtable *subtable = NULL; local
91 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset10);
93 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
98 switch (SWAPW(subtable->format)) {
100 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
104 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable;
  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.c 379 unsigned int subtable, prefix = 0, recurse_table = 0; local
432 /* NOTE: if insn is a prefix and has a subtable, then we
436 subtable = (*raw_insn)->table;
438 if ( subtable && ia32_tables[subtable].type != tbl_suffix &&
441 if ( ia32_tables[subtable].type == tbl_ext_ext ||
442 ia32_tables[subtable].type == tbl_fpu_ext ) {
459 sub_size = ia32_table_lookup( next, next_len, subtable,
463 * prefix that specified a subtable, and the subtable
    [all...]
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 60 const CMAPEncodingSubtable *subtable = NULL; local
84 // printf("%s:%d: microsoft (3) platform specific ID %d (wanted 1 or 10) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformSpecificID)), i, nSubtables);
87 //printf("%s:%d: platform ID %d (wanted 3, microsoft) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformID)), i, nSubtables);
124 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
125 //printf("%s:%d: using subtable #%d/%d type %d:%d\n", __FILE__, __LINE__, foundTable, nSubtables, foundPlatformID, foundPlatformSpecificID);
130 printf("%s:%d: could not find subtable.\n", __FILE__, __LINE__);
134 le_uint16 tableFormat = SWAPW(subtable->format);
139 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
143 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable;
152 printf("%s:%d: Unknown format %x.\n", __FILE__, __LINE__, (SWAPW(subtable->format)))
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 64 const CMAPEncodingSubtable *subtable = NULL; local
88 // printf("%s:%d: microsoft (3) platform specific ID %d (wanted 1 or 10) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformSpecificID)), i, nSubtables);
91 //printf("%s:%d: platform ID %d (wanted 3, microsoft) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformID)), i, nSubtables);
128 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
129 //printf("%s:%d: using subtable #%d/%d type %d:%d\n", __FILE__, __LINE__, foundTable, nSubtables, foundPlatformID, foundPlatformSpecificID);
131 printf("%s:%d: could not find subtable.\n", __FILE__, __LINE__);
135 le_uint16 tableFormat = SWAPW(subtable->format);
140 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
144 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable;
153 printf("%s:%d: Unknown format %x.\n", __FILE__, __LINE__, (SWAPW(subtable->format)))
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.cc 88 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); local
89 if (subtable == NULL) {
92 return subtable->GlyphOffset(glyph_id);
96 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); local
97 if (subtable == NULL) {
100 return subtable->GlyphLength(glyph_id);
112 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); local
113 if (subtable == NULL) {
116 return subtable->image_format();
121 : SubTable(data, master_data)
160 IndexSubTable* subtable = (*subtable_list)[index]; local
339 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); local
347 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); local
355 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); local
437 IndexSubTable::Builder* subtable = subtable_list->at(index); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-kern-table.hh 141 leftClassTable; /* Offset from beginning of this subtable to
144 rightClassTable;/* Offset from beginning of this subtable to
147 array; /* Offset from beginning of this subtable to
197 { return thiz()->subtable.get_kerning (left, right, end, thiz()->format); }
210 thiz()->subtable.sanitize (c, thiz()->format));
279 UINT16 length; /* Length of the subtable (including this header). */
280 UINT8 format; /* Subtable format. */
282 KernSubTable subtable; /* Subtable data. */ member in struct:OT::KernOT::SubTableWrapper
317 UINT32 length; /* Length of the subtable (including this header). *
322 KernSubTable subtable; \/* Subtable data. *\/ member in struct:OT::KernAAT::SubTableWrapper
    [all...]
hb-ot-cmap-table.hh 62 UINT16 lengthZ; /* Byte length of this subtable. */
74 inline void init (const CmapSubtableFormat4 *subtable)
76 segCount = subtable->segCountX2 / 2;
77 endCount = subtable->values;
82 glyphIdArrayLength = (subtable->length - 16 - 8 * segCount) / 2;
156 * the subtable at the end of the blob. */
170 * subtable. */
214 * subtable format. */
239 UINT formatReserved; /* Subtable format and (maybe) padding. */
240 UINT lengthZ; /* Byte length of this subtable. *
490 subtable; \/* Byte offset from beginning of table to the subtable for this encoding. *\/ member in struct:OT::EncodingRecord
513 const OT::CmapSubtable *subtable = nullptr; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 256 uint64_t *subtable; local
345 subtable = (uint64_t *)(uintptr_t)(desc & TABLE_ADDR_MASK);
347 /* Recurse to write into subtable */
349 subtable, XLAT_TABLE_ENTRIES,
353 * If the subtable is now empty, remove its reference.
355 if (xlat_table_is_empty(ctx, subtable)) {
528 uint64_t *subtable; local
568 subtable = xlat_table_get_empty(ctx);
569 if (subtable == NULL) {
574 /* Point to new subtable from this one. *
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLocaleDistance.java 752 Output<DistanceTable> subtable = new Output<DistanceTable>(); local
754 int distance = languageDesired2Supported.getDistance(desiredLang, supportedlang, subtable, true);
765 int scriptDistance = subtable.value.getDistance(desiredScript, supportedScript, subtable, true);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLocaleDistance.java 748 Output<DistanceTable> subtable = new Output<DistanceTable>(); local
750 int distance = languageDesired2Supported.getDistance(desiredLang, supportedlang, subtable, true);
761 int scriptDistance = subtable.value.getDistance(desiredScript, supportedScript, subtable, true);
    [all...]

Completed in 513 milliseconds