Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh75 const USHORT *startCount; in get_glyph() local
83 startCount = endCount + segCount + 1; in get_glyph()
84 idDelta = startCount + segCount; in get_glyph()
95 if (codepoint < startCount[mid]) in get_glyph()
115 unsigned int index = rangeOffset / 2 + (codepoint - startCount[i]) + i - segCount; in get_glyph()
164 USHORT startCount[segCount]; /* Start character code for each segment. */
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c73 unsigned int startCount; member
225 sm->startCount = 0; in SM_STATE()
256 sm->startCount++; in SM_STATE()
284 sm->startCount = 0; in SM_STATE()
364 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
367 sm->startCount >= sm->maxStart && in SM_STEP()
375 sm->startCount >= sm->maxStart && in SM_STEP()