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

  /external/ppp/pppd/include/net/
vjcompress.h 133 extern void vj_compress_init __P((struct vjcompress *comp, int max_state));
  /external/harfbuzz_ng/src/
hb-aat-layout-common.hh 557 int max_state = 0; local
563 while (min_state < state_neg || state_pos <= max_state)
586 if (state_pos <= max_state)
590 max_state + 1,
593 if ((c->max_ops -= max_state - state_pos + 1) < 0)
596 if (unlikely (hb_unsigned_mul_overflows ((max_state + 1), num_classes)))
598 const HBUSHORT *stop = &states[(max_state + 1) * num_classes];
603 state_pos = max_state + 1;
617 max_state = MAX (max_state, newState)
    [all...]

Completed in 959 milliseconds