/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/salsa/ref/ |
core_salsa_ref.c | 17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, local in function:crypto_core_salsa 32 j2 = x2 = LOAD32_LE(k + 4); 81 STORE32_LE(out + 8, x2 + j2);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/ |
chacha20_ref.c | 86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, local in function:chacha20_encrypt_bytes 100 j2 = ctx->input[2]; 127 x2 = j2; 153 x2 = PLUS(x2, j2);
|
/src/sys/kern/ |
subr_kcpuset.c | 392 const size_t j2 = i >> KC_SHIFT; local in function:kcpuset_isotherset 397 if (bits && (j != j2 || (bits & mask) != 0)) {
|
/src/usr.sbin/lpr/common_source/ |
common.c | 326 int j1, j2; local in function:compar 334 j2 = atoi((*q2)->q_name+3); 336 if (j1 == j2) 338 if ((j1 < j2 && j2-j1 < 500) || (j1 > j2 && j1-j2 > 500)) 340 if ((j1 < j2 && j2-j1 > 500) || (j1 > j2 && j1-j2 < 500) [all...] |
/src/lib/libc/gen/ |
arc4random.c | 137 uint32_t j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15; local in function:crypto_core 142 j2 = x2 = crypto_le32dec(c + 8); 170 crypto_le32enc(out + 8, x2 + j2);
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeARM_T2_32.c | 285 sljit_s32 s, j1, j2; local in function:set_jump_instruction 332 j2 = (~(diff >> 22) ^ s) & 0x1; 334 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff);
|