/external/freetype/src/otvalid/ |
D | otvcommn.c | 409 otvalid->lookup_count = LookupCount; in otv_LookupList_validate() 456 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_Feature_validate() 490 otvalid->lookup_count = otv_LookupList_get_count( lookups ); in otv_FeatureList_validate() 875 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_x_Onx() 923 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_y_Ox_sy() 967 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_O_O_x_Onx() 1038 if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
|
D | otvgsub.c | 303 otvalid->extra1 = otvalid->lookup_count; in otv_ContextSubst_validate() 362 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextSubst_validate()
|
D | otvgpos.c | 801 otvalid->extra1 = otvalid->lookup_count; in otv_ContextPos_validate() 860 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextPos_validate()
|
D | otvcommn.h | 50 FT_UInt lookup_count; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-map.hh | 141 const struct lookup_map_t **plookups, unsigned int *lookup_count) const in get_stage_lookups() 145 *lookup_count = 0; in get_stage_lookups() 152 *lookup_count = end - start; in get_stage_lookups()
|
D | hb-ot-layout.h | 232 unsigned int *lookup_count /* IN/OUT */, 305 unsigned int *lookup_count /* IN/OUT */,
|
D | hb-ot-layout.cc | 653 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_get_lookups() argument 661 lookup_count, in hb_ot_layout_feature_get_lookups() 927 unsigned int *lookup_count /* IN/OUT */, in hb_ot_layout_feature_with_variations_get_lookups() argument 935 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_with_variations_get_lookups() 974 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast()
|
D | hb-ot-layout-gsubgpos.hh | 2756 this->lookup_count = table->get_lookup_count (); in init() 2758 …this->accels = (hb_ot_layout_lookup_accelerator_t *) calloc (this->lookup_count, sizeof (hb_ot_lay… in init() 2760 this->lookup_count = 0; in init() 2762 for (unsigned int i = 0; i < this->lookup_count; i++) in init() 2768 for (unsigned int i = 0; i < this->lookup_count; i++) in fini() 2775 unsigned int lookup_count; member
|
D | hb-ot-layout-common.hh | 551 unsigned int *lookup_count /* IN/OUT */, in get_lookup_indexes() 553 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); } in get_lookup_indexes()
|
/external/tcpdump/tests/ |
D | of10_pf5240-vv.out | 357 …max_entries 5632, active_count 3, lookup_count 18446744073709551615, matched_count 184467440737095… 366 …max_entries 163840, active_count 3, lookup_count 18446744073709551615, matched_count 1844674407370… 371 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955… 376 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955… 381 …max_entries 16384, active_count 0, lookup_count 18446744073709551615, matched_count 18446744073709… 386 …max_entries 2048, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095… 391 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 396 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 401 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 406 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… [all …]
|
D | of10_s4810-vvvv.out | 89 max_entries 1024, active_count 0, lookup_count 0, matched_count 0 92 max_entries 49152, active_count 0, lookup_count 0, matched_count 0 95 max_entries 6144, active_count 0, lookup_count 0, matched_count 0 98 max_entries 498, active_count 0, lookup_count 127028, matched_count 0 101 max_entries 24576, active_count 0, lookup_count 0, matched_count 0 104 max_entries 256, active_count 0, lookup_count 0, matched_count 0
|
D | of10_7050sx_bsn-vv.out | 215 max_entries 1500, active_count 0, lookup_count 0, matched_count 0
|
D | of10_p3295-vv.out | 734 …max_entries 1000000, active_count 26, lookup_count 1158498983736653433, matched_count 115849898373…
|
/external/freetype/ |
D | ChangeLog.21 | 1560 Test whether lookup_count is zero.
|