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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/sys/dev/sn/
H A Dif_sn.c1416 uint32_t index, index2; local
1430 index2 = 0;
1432 index2 <<= 1;
1433 index2 |= (index & 0x01);
1436 af[index2 >> 3] |= 1 << (index2 & 7);
/freebsd-9.3-release/sys/dev/nxge/
H A Dif_nxge.c2047 int index = 0, index2 = 0; local
2072 for(index2 = 0; index2 < index; index2++) {
2073 xge_hal_channel_close(lldev->ring_channel[index2],
2130 for(index2 = 0; index2 < index; index2++)
2131 xge_hal_channel_close(lldev->ring_channel[index2], option);
3359 int index1 = 0, index2 local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_da_btree.h127 int index2; /* index of 2nd attr in blk */ member in struct:xfs_da_args
H A Dxfs_attr_leaf.c1108 (args->index2 <= args->index)) {
1109 args->index2++;
1231 * This code adjusts the args->index/blkno and args->index2/blkno2 fields
1370 * while the index2/blkno2 fields refer to the "new" entry.
1375 args->index = args->index2 = blk2->index;
1381 args->index2 = 0;
1386 args->index = args->index2 = blk2->index;
1391 args->index = args->index2 = blk1->index;
2608 * entry given by args->blkno2/index2.
2658 ASSERT(args->index2 < be16_to_cp
[all...]
H A Dxfs_attr.c860 args->index2 = args->index;
951 args->index = args->index2;
1194 args->index2 = args->index;
1249 * in the index2/blkno2/rmtblkno2/rmtblkcnt2 fields.
1324 args->index = args->index2;
H A Dxfsidbg.c5766 n->blkno2, n->index2, n->rmtblkno2, n->rmtblkcnt2);
/freebsd-9.3-release/sys/netgraph/
H A Dng_ppp.c2395 const int index2 = *((const int *) v2); local
2397 return ((int *)latency)[index1] - ((int *)latency)[index2];

Completed in 131 milliseconds