Searched defs:n_fixed (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc495 int n_fixed = 0; local
507 n_fixed++;
530 DEBUG_MSG (ARABIC, NULL, "fixed tiles: count=%d width=%d", n_fixed, w_fixed);
/external/valgrind/coregrind/
H A Dm_transtab.c132 Bool has_var:1; /* True if var is used (then n_fixed must be 0) */
133 UInt n_fixed: (sizeof(UInt)*8)-1; /* 0 .. N_FIXED_IN_EDGE_ARR */ member in struct:__anon18973
144 Bool has_var:1; /* True if var is used (then n_fixed must be 0) */
145 UInt n_fixed: (sizeof(UInt)*8)-1; /* 0 .. N_FIXED_OUT_EDGE_ARR */ member in struct:__anon18975
510 vg_assert(iea->n_fixed == 0);
513 vg_assert(iea->n_fixed <= N_FIXED_IN_EDGE_ARR);
514 return iea->n_fixed;
521 vg_assert(iea->n_fixed == 0);
526 vg_assert(iea->n_fixed <= N_FIXED_IN_EDGE_ARR);
527 iea->n_fixed
[all...]

Completed in 97 milliseconds