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

/freebsd-current/sys/crypto/rc4/
H A Drc4.h44 u_char index2; member in struct:rc4_state
H A Drc4.c67 state->index2 = 0;
95 state->index2 += state->perm[state->index1];
99 &state->perm[state->index2]);
102 j = state->perm[state->index1] + state->perm[state->index2];
/freebsd-current/usr.bin/ktrdump/
H A Dktrdump.c102 int index, index2; local
228 kvm_read(kd, nl[2].n_value, &index2, sizeof(index2)) == -1)
267 * after index2) and walk forward. Otherwise, start with the
272 i = index2 + 1 % entries;
352 * 'index' and 'index2' are the values of 'ktr_idx'
355 * 'index2' were in flux while the KTR buffer was
364 if (i == index2)
380 while (index == index2) {
382 if (kvm_read(kd, nl[2].n_value, &index2,
[all...]
/freebsd-current/usr.sbin/keyserv/
H A Dcrypt_server.c84 unsigned char index2; local
94 index2 = 0;
97 index2 = (key_data_ptr[index1] + state[counter] +
98 index2) % 256;
99 swap_byte(&state[counter], &state[index2]);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp3411 unsigned index2;
3412 for (index2 = threadIdIndex; index2 < index; index2++) {
3413 totals[index2]++;
3414 if (counts[index2] > maxCt[index2]) {
3415 maxCt[index2] = counts[index2];
3417 counts[index2]
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlapi.c284 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { argument
286 StkId o2 = index2addr(L, index2);
314 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { argument
319 o2 = index2addr(L, index2);
/freebsd-current/contrib/lua/src/
H A Dlapi.c328 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { argument
330 const TValue *o2 = index2value(L, index2);
351 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { argument
357 o2 = index2value(L, index2);
/freebsd-current/sys/netgraph/
H A Dng_ppp.c2405 const int index2 = *((const int *) v2); local
2407 return ((int *)latency)[index1] - ((int *)latency)[index2];

Completed in 151 milliseconds