HomeSort by relevance Sort by last modified time
    Searched refs: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:__anon42495
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:__anon42497
586 vg_assert(iea->n_fixed == 0);
589 vg_assert(iea->n_fixed <= N_FIXED_IN_EDGE_ARR);
590 return iea->n_fixed;
597 vg_assert(iea->n_fixed == 0);
602 vg_assert(iea->n_fixed <= N_FIXED_IN_EDGE_ARR);
603 iea->n_fixed = 0
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 500 int n_fixed = 0; local
512 n_fixed++;
535 DEBUG_MSG (ARABIC, nullptr, "fixed tiles: count=%d width=%d", n_fixed, w_fixed);

Completed in 899 milliseconds