/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-samsung-j5.dts | 5 #include "msm8916-samsung-j5-common.dtsi" 9 compatible = "samsung,j5", "qcom,msm8916";
|
H A D | msm8916-samsung-j5x.dts | 5 #include "msm8916-samsung-j5-common.dtsi"
|
H A D | msm8916-samsung-j3-common.dtsi | 3 #include "msm8916-samsung-j5-common.dtsi"
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
H A D | core_salsa_ref.c | 17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in crypto_core_salsa() local 22 j5 = x5 = 0x3320646e; in crypto_core_salsa() 27 j5 = x5 = LOAD32_LE(c + 4); in crypto_core_salsa() 84 STORE32_LE(out + 20, x5 + j5); in crypto_core_salsa()
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 104 j5 = x->input[5]; in chacha_encrypt_bytes() 128 x5 = j5; in chacha_encrypt_bytes() 154 x5 = PLUS(x5,j5); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 106 j5 = x->input[5]; in chacha_encrypt_bytes() 130 x5 = j5; in chacha_encrypt_bytes() 156 x5 = PLUS(x5,j5); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 104 j5 = x->input[5]; in chacha_encrypt_bytes() 128 x5 = j5; in chacha_encrypt_bytes() 154 x5 = PLUS(x5,j5); in chacha_encrypt_bytes()
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 126 j5 = x->input[5]; in chacha_encrypt_bytes() 152 x5 = j5; in chacha_encrypt_bytes() 178 x5 = PLUS(x5,j5); in chacha_encrypt_bytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in chacha20_encrypt_bytes() local 103 j5 = ctx->input[5]; in chacha20_encrypt_bytes() 130 x5 = j5; in chacha20_encrypt_bytes() 156 x5 = PLUS(x5, j5); in chacha20_encrypt_bytes()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-dot-make-jobs.mk | 14 @${MAKE} -r -f ${MAKEFILE} echo -j5
|
H A D | varname-dot-make-mode.mk | 31 @${MAKE} -r -f ${MAKEFILE} -j5 randomize-targets | grep '^:'
|
H A D | depsrc-wait.mk | 35 .MAKEFLAGS: -j5
|
H A D | varname-dot-make-mode.exp | 21 randomize jobs mode (-j5):
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 1945 * configure.in: 4.0.99j5
|