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

  /external/harfbuzz_ng/src/
main.cc 154 int num_lookups = feature.get_lookup_count (); local
158 printf (" %d lookup(s) found in feature\n", num_lookups);
159 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) {
160 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups,
165 int num_lookups = g.get_lookup_count (); local
166 printf (" %d lookup(s) found in table\n", num_lookups);
167 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) {
169 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
hb-ot-shape-complex-arabic-fallback.hh 200 unsigned int num_lookups; member in struct:arabic_fallback_plan_t
260 fallback_plan->num_lookups = j;
290 fallback_plan->num_lookups = j;
304 fallback_plan->num_lookups = 0;
327 for (unsigned int i = 0; i < fallback_plan->num_lookups; i++)
344 for (unsigned int i = 0; i < fallback_plan->num_lookups; i++)
  /external/tensorflow/tensorflow/contrib/lite/kernels/
embedding_lookup_sparse.cc 150 const int num_lookups = SizeOfDimension(ids, 0); local
187 for (int i = 0; i < num_lookups; i++) {

Completed in 394 milliseconds