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

/freebsd-11-stable/sys/crypto/rc4/
H A Drc4.h46 u_char index2; member in struct:rc4_state
H A Drc4.c70 state->index2 = 0;
98 state->index2 += state->perm[state->index1];
102 &state->perm[state->index2]);
105 j = state->perm[state->index1] + state->perm[state->index2];
/freebsd-11-stable/usr.bin/ktrdump/
H A Dktrdump.c100 int index, index2; local
199 kvm_read(kd, nl[2].n_value, &index2, sizeof(index2)) == -1)
238 * after index2) and walk forward. Otherwise, start with the
243 i = index2 + 1 % entries;
321 * 'index' and 'index2' are the values of 'ktr_idx'
324 * 'index2' were in flux while the KTR buffer was
333 if (i == index2)
349 while (index == index2) {
351 if (kvm_read(kd, nl[2].n_value, &index2,
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A Dfont.h47 int get_kern(int index1, int index2, int point_size);
110 void add_kern(int index1, int index2, int amount);
/freebsd-11-stable/usr.sbin/keyserv/
H A Dcrypt_server.c89 unsigned char index2; local
99 index2 = 0;
102 index2 = (key_data_ptr[index1] + state[counter] +
103 index2) % 256;
104 swap_byte(&state[counter], &state[index2]);
/freebsd-11-stable/contrib/gcc/
H A Dcfg.c1032 int index2;
1097 (*slot)->index2 = original->index;
1102 (*slot)->index2 = original->index;
1119 return BASIC_BLOCK (entry->index2);
1139 (*slot)->index2 = copy->index;
1144 (*slot)->index2 = copy->index;
1161 return BASIC_BLOCK (entry->index2);
1024 int index2; member in struct:htab_bb_copy_original_entry
/freebsd-11-stable/sys/dev/sn/
H A Dif_sn.c1415 uint32_t index, index2; local
1429 index2 = 0;
1431 index2 <<= 1;
1432 index2 |= (index & 0x01);
1435 af[index2 >> 3] |= 1 << (index2 & 7);
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2063 int index = 0, index2 = 0; local
2088 for(index2 = 0; index2 < index; index2++) {
2089 xge_hal_channel_close(lldev->ring_channel[index2],
2146 for(index2 = 0; index2 < index; index2++)
2147 xge_hal_channel_close(lldev->ring_channel[index2], option);
3375 int index1 = 0, index2 local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_pctrie.c202 pctrie_keydiff(uint64_t index1, uint64_t index2) argument
206 KASSERT(index1 != index2, ("%s: passing the same key value %jx",
209 index1 ^= index2;
/freebsd-11-stable/sys/vm/
H A Dvm_radix.c214 vm_radix_keydiff(vm_pindex_t index1, vm_pindex_t index2) argument
218 KASSERT(index1 != index2, ("%s: passing the same key value %jx",
221 index1 ^= index2;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2435 unsigned index2; local
2436 for (index2 = threadIdIndex; index2 < index; index2++) {
2437 totals[index2]++;
2438 if (counts[index2] > maxCt[index2]) {
2439 maxCt[index2] = counts[index2];
2441 counts[index2]
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c285 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { argument
287 StkId o2 = index2addr(L, index2);
315 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { argument
320 o2 = index2addr(L, index2);
/freebsd-11-stable/contrib/lua/src/
H A Dlapi.c295 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { argument
297 StkId o2 = index2addr(L, index2);
318 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { argument
323 o2 = index2addr(L, index2);
/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.c2408 const int index2 = *((const int *) v2); local
2410 return ((int *)latency)[index1] - ((int *)latency)[index2];
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c934 int index1, int index2, int index3);
/freebsd-11-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-avx2.pl1913 # int index0, int index1, int index2, int index3);
1916 my ($val,$in_t,$index0,$index1,$index2,$index3)=("%rdi","%rsi","%edx","%ecx","%r8d","%r9d");
1946 vmovd $index2, %xmm2

Completed in 405 milliseconds