Home
last modified time | relevance | path

Searched refs:sj (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/lib/libc/gen/
Darc4random.c194 u_int8_t si, sj; in arc4_getbyte() local
199 sj = rs.s[rs.j]; in arc4_getbyte()
200 rs.s[rs.i] = sj; in arc4_getbyte()
202 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Darc4random.c428 unsigned char si, sj; in arc4_getbyte() local
433 sj = rs.s[rs.j]; in arc4_getbyte()
434 rs.s[rs.i] = sj; in arc4_getbyte()
436 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()
/freebsd-9-stable/contrib/gcc/
Dcfgexpand.c423 size_t si, sj, n = stack_vars_num; in partition_stack_vars() local
449 for (sj = si; sj-- > 0; ) in partition_stack_vars()
451 size_t j = stack_vars_sorted[sj]; in partition_stack_vars()
/freebsd-9-stable/sys/opencrypto/
Drmd160.c83 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument
85 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
/freebsd-9-stable/contrib/bind9/lib/dns/
Ddispatch.c484 isc_uint8_t si, sj; in dispatch_arc4get8() local
489 sj = actx->s[actx->j]; in dispatch_arc4get8()
490 actx->s[actx->i] = sj; in dispatch_arc4get8()
493 return (actx->s[(si + sj) & 0xff]); in dispatch_arc4get8()
/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe.c4019 int sj = netmap_idx_n2k(&na->rx_rings[rxr->me], j); local
4023 addr = PNMB(slot + sj, &paddr);
/freebsd-9-stable/sys/dev/e1000/
Dif_igb.c4334 int sj = netmap_idx_n2k(&na->rx_rings[rxr->me], j); in igb_setup_receive_ring() local
4338 addr = PNMB(slot + sj, &paddr); in igb_setup_receive_ring()