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

/freebsd-10-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-10-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-10-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-10-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-10-stable/contrib/libyaml/tests/
H A Drun-dumper.c80 yaml_document_t *document2, int index2)
83 yaml_node_t *node2 = yaml_document_get_node(document2, index2);
79 compare_nodes(yaml_document_t *document1, int index1, yaml_document_t *document2, int index2) argument
/freebsd-10-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-10-stable/sys/dev/nxge/
H A Dif_nxge.c2059 int index = 0, index2 = 0; local
2084 for(index2 = 0; index2 < index; index2++) {
2085 xge_hal_channel_close(lldev->ring_channel[index2],
2142 for(index2 = 0; index2 < index; index2++)
2143 xge_hal_channel_close(lldev->ring_channel[index2], option);
3371 int index1 = 0, index2 local
[all...]
/freebsd-10-stable/sys/kern/
H A Dsubr_pctrie.c214 pctrie_keydiff(uint64_t index1, uint64_t index2) argument
218 KASSERT(index1 != index2, ("%s: passing the same key value %jx",
221 index1 ^= index2;
/freebsd-10-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-10-stable/sys/netgraph/
H A Dng_ppp.c2395 const int index2 = *((const int *) v2); local
2397 return ((int *)latency)[index1] - ((int *)latency)[index2];

Completed in 233 milliseconds