HomeSort by relevance Sort by last modified time
    Searched full:n_fixed (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/
m_transtab.c 132 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:__anon26578
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:__anon26580
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 = 0
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 495 int n_fixed = 0; local
507 n_fixed++;
530 DEBUG_MSG (ARABIC, NULL, "fixed tiles: count=%d width=%d", n_fixed, w_fixed);

Completed in 155 milliseconds