Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dnxp,imx8mq-vpu.yaml25 - const: g1
34 - const: g1
42 - const: g1
68 reg-names = "g1", "g2", "ctrl";
71 interrupt-names = "g1", "g2";
75 clock-names = "g1", "g2", "bus";
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h139 unsigned long long g0, g1, g2; in poly1305_finish() local
183 g1 = h1 + c; in poly1305_finish()
184 c = (g1 >> 44); in poly1305_finish()
185 g1 &= 0xfffffffffff; in poly1305_finish()
191 g1 &= c; in poly1305_finish()
195 h1 = (h1 & c) | g1; in poly1305_finish()
H A Dpoly1305_donna32.h143 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
186 g1 = h1 + c; in poly1305_finish()
187 c = g1 >> 26; in poly1305_finish()
188 g1 &= 0x3ffffff; in poly1305_finish()
200 g1 &= mask; in poly1305_finish()
207 h1 = (h1 & mask) | g1; in poly1305_finish()
/f-stack/freebsd/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_sparc64.S80 mov 1, %g1
81 movrnz %o1, %o1, %g1
100 mov %g1, %o0
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h157 uint64_t g1 = g[1]; in fe25519_cswap() local
163 uint64_t x1 = f1 ^ g1; in fe25519_cswap()
181 g[1] = g1 ^ x1; in fe25519_cswap()
249 uint64_t g0, g1, g2, g3, g4; in fe25519_mul() local
259 g1 = g[1]; in fe25519_mul()
273 r0 += ((uint128_t) f4_19) * ((uint128_t) g1); in fe25519_mul()
275 r1 = ((uint128_t) f0 ) * ((uint128_t) g1); in fe25519_mul()
282 r2 += ((uint128_t) f1 ) * ((uint128_t) g1); in fe25519_mul()
289 r3 += ((uint128_t) f2 ) * ((uint128_t) g1); in fe25519_mul()
296 r4 += ((uint128_t) f3 ) * ((uint128_t) g1); in fe25519_mul()
H A Ded25519_ref10_fe_25_5.h214 int32_t g1 = g[1]; in fe25519_cswap() local
225 int32_t x1 = f1 ^ g1; in fe25519_cswap()
258 g[1] = g1 ^ x1; in fe25519_cswap()
382 int32_t g1 = g[1]; in fe25519_mul() local
408 int64_t f0g1 = f0 * (int64_t) g1; in fe25519_mul()
418 int64_t f1g1_2 = f1_2 * (int64_t) g1; in fe25519_mul()
428 int64_t f2g1 = f2 * (int64_t) g1; in fe25519_mul()
438 int64_t f3g1_2 = f3_2 * (int64_t) g1; in fe25519_mul()
448 int64_t f4g1 = f4 * (int64_t) g1; in fe25519_mul()
468 int64_t f6g1 = f6 * (int64_t) g1; in fe25519_mul()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmaxim,max9759.txt8 - gain-gpios : the 2 gpios connected to the g1 and g2 pins
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream-cgroups.tcl102 r xgroup create events g1 $
104 set c [llength [lindex [r xreadgroup group g1 c1 streams events >] 0 1]]
106 r xgroup setid events g1 -
107 set c [llength [lindex [r xreadgroup group g1 c2 streams events >] 0 1]]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; in poly1305_blocks() local
741 g1 = h1 + c; in poly1305_blocks()
742 c = (g1 >> 44); in poly1305_blocks()
743 g1 &= 0xfffffffffff; in poly1305_blocks()
749 h1 = (h1 & nc) | (g1 & c); in poly1305_blocks()
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq.dtsi1162 reg-names = "g1", "g2", "ctrl";
1165 interrupt-names = "g1", "g2";
1169 clock-names = "g1", "g2", "bus";