Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_random.c275 uint8_t si, sj; in arc4_getbyte()
280 sj = rs.s[rs.j]; in arc4_getbyte()
281 rs.s[rs.i] = sj; in arc4_getbyte()
283 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()
276 uint8_t si, sj; arc4_getbyte() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchLBTInstrFormats.td14 // rj/rk/sj - source register operand.
214 // <opcode | sj | rd>
216 : LAInst<(outs GPR:$rd), (ins SCR:$sj), deriveInsnMnemonic<NAME>.ret,
217 "$rd, $sj"> {
218 bits<2> sj;
222 let Inst{6-5} = sj;
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Df_generic.c78 uint8_t sj; in gf_deserialize() local
80 sj = serial[j]; in gf_deserialize()
82 sj &= ~hi_nmask; in gf_deserialize()
83 buffer |= ((dword_t) sj) << fill; in gf_deserialize()
/freebsd/contrib/ntp/sntp/libevent/
H A Darc4random.c418 unsigned char si, sj; in arc4_getbyte() local
423 sj = rs.s[rs.j]; in arc4_getbyte()
424 rs.s[rs.i] = sj; in arc4_getbyte()
426 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()
/freebsd/contrib/libevent/
H A Darc4random.c418 unsigned char si, sj; in arc4_getbyte() local
423 sj = rs.s[rs.j]; in arc4_getbyte()
424 rs.s[rs.i] = sj; in arc4_getbyte()
426 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()
/freebsd/sys/opencrypto/
H A Drmd160.c80 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument
82 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
/freebsd/contrib/lua/src/
H A Dlcode.c41 static int codesJ (FuncState *fs, OpCode o, int sj, int k);
429 static int codesJ (FuncState *fs, OpCode o, int sj, int k) { in codesJ() argument
430 unsigned int j = sj + OFFSET_sJ; in codesJ()
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl1196 && "$(MAKE)" -sj 4 build_generated providers/fips.so \
1201 && "$(MAKE)" -sj 4 build_generated providers/fips.so \