Searched refs:matchidx (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c1118 u_int stateidx, state, tmpidx, matchidx; local
1153 matchidx = arraysize;
1164 for (stateidx = 0; stateidx < matchidx; stateidx++) {
1171 if (tmpidx >= matchidx)
1247 matchidx = tmpidx;
3541 u_int stateidx, state, matchidx; local
3545 matchidx = _ARRAYLEN(saorder_state_alive);
3551 for (stateidx = 0; stateidx < matchidx; stateidx++) {
3555 matchidx = stateidx;

Completed in 22 milliseconds