Home
last modified time | relevance | path

Searched refs:max_state (Results 1 – 2 of 2) sorted by relevance

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