HomeSort by: relevance | last modified time | path
    Searched refs:h4 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl2/dtc/dist/tests/
phandle_format.c 28 uint32_t h4; local
49 h4 = fdt_get_phandle(fdt, n4);
50 if ((h4 == 0) || (h4 == -1))
51 FAIL("/node4 has bad phandle 0x%x\n", h4);
54 check_getprop_cell(fdt, n4, "linux,phandle", h4);
60 check_getprop_cell(fdt, n4, "phandle", h4);
references.c 69 uint32_t h1, h2, h4, h5, h6, hn; local
95 h4 = fdt_get_phandle(fdt, n4);
108 if ((h4 == 0x2000) || (h4 == 0x1) || (h4 == 0))
109 FAIL("/node4 has bad phandle, 0x%x", h4);
113 if ((h5 == h4) || (h5 == h2) || (h5 == h1))
126 check_ref(fdt, n3, h4);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna32.h 62 unsigned long h0, h1, h2, h3, h4; local
81 h4 = st->h[4];
89 h4 += (LOAD32_LE(m + 12) >> 8) | hibit;
94 ((unsigned long long) h4 * s1);
97 ((unsigned long long) h4 * s2);
100 ((unsigned long long) h4 * s3);
103 ((unsigned long long) h4 * s4);
106 ((unsigned long long) h4 * r0);
122 h4 = (unsigned long) d4 & 0x3ffffff;
136 st->h[4] = h4;
142 unsigned long h0, h1, h2, h3, h4, c; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 131 uint32_t h4 = seed; local
161 h3 = hash_rotl_32(h3, 15); h3 += h4;
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
166 h4 = hash_rotl_32(h4, 13); h4 += h1;
167 h4 = h4*5 + 0x32ac3b17;
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
209 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 131 uint32_t h4 = seed; local
161 h3 = hash_rotl_32(h3, 15); h3 += h4;
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
166 h4 = hash_rotl_32(h4, 13); h4 += h1;
167 h4 = h4*5 + 0x32ac3b17;
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
209 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 37 uint64_t h4 = load_3(s + 13) << 2; local
56 carry3 = h3 >> 25; h4 += carry3; h3 &= 0x1FFFFFF;
62 carry4 = h4 >> 26; h5 += carry4; h4 &= 0x3FFFFFF;
70 h[4] = h4;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h 12 int64_t h4 = load_3(s + 13) << 2; local
37 h4 += carry3;
52 carry4 = (h4 + (int64_t)(1L << 25)) >> 26;
54 h4 -= carry4 * ((uint64_t) 1L << 26);
66 h[4] = (int32_t) h4;
106 int32_t h4 = f[4]; local
121 q = (h4 + q) >> 26;
142 h4 += carry3;
144 carry4 = h4 >> 26;
146 h4 -= carry4 * ((uint32_t) 1L << 26)
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hash.h 131 uint32_t h4 = seed; local
161 h3 = hash_rotl_32(h3, 15); h3 += h4;
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
166 h4 = hash_rotl_32(h4, 13); h4 += h1;
167 h4 = h4*5 + 0x32ac3b17;
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
207 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 131 uint32_t h4 = seed; local
161 h3 = hash_rotl_32(h3, 15); h3 += h4;
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
166 h4 = hash_rotl_32(h4, 13); h4 += h1;
167 h4 = h4*5 + 0x32ac3b17;
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
207 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/
fe.h 9 uint64_t h0, h1, h2, h3, h4; local
15 h4 = (LOAD64_LE(s + 24) >> 12) & mask;
21 h[4] = h4;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_51.h 39 uint64_t h4 = f[4] + g[4]; local
45 h[4] = h4;
56 uint64_t h0, h1, h2, h3, h4; local
62 h4 = g[4];
70 h4 += h3 >> 51;
72 h0 += 19ULL * (h4 >> 51);
73 h4 &= mask;
79 h4 = (f[4] + 0xffffffffffffeULL) - h4;
85 h[4] = h4;
498 uint64_t h0, h1, h2, h3, h4; local
    [all...]
ed25519_ref10_fe_25_5.h 47 int32_t h4 = f[4] + g[4]; local
58 h[4] = h4;
85 int32_t h4 = f[4] - g[4]; local
96 h[4] = h4;
121 int32_t h4 = -f[4]; local
132 h[4] = h4;
516 int64_t h4 = f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + local
542 i.e. |h0| <= 1.4*2^60; narrower ranges for h2, h4, h6, h8
550 carry4 = (h4 + (int64_t)(1L << 25)) >> 26;
552 h4 -= carry4 * ((uint64_t) 1L << 26)
725 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; local
897 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; local
999 int64_t h4 = f4 * sn; local
    [all...]
  /src/external/bsd/ntp/dist/scripts/deprecated/
html2man.in 117 if($token->[1] eq "h4") {
118 my $text = uc($p->get_trimmed_text("/h4"));
179 if($token->[1] eq "h4") {
  /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 102 div.sphinxsidebar h3, div.sphinxsidebar h4 {
181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
188 div.body h4,
202 div.body h4 { font-size: 120%; }
206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
  /src/external/apache2/llvm/dist/llvm/docs/_static/
llvm.css 48 h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
  /src/external/bsd/bzip2/dist/
bzip.css 2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }
  /src/usr.sbin/rpcbind/
pmap_svc.c 295 int h1, h2, h3, h4, p1, p2; local
309 &h4, &p1, &p2) == 6) {
313 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
rpcb_svc_com.c 467 int h1, h2, h3, h4, p1, p2; local
472 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
1443 int h1, h2, h3, h4, p1, p2; local
1457 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Hashing.h 264 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member in struct:llvm::hashing::detail::hash_state
273 state.h6 = hash_16_bytes(state.h4, state.h5);
295 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
299 h3 = h4 * k1;
300 h4 = h0 + h5;
301 mix_32_bytes(s, h3, h4);
312 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/
style.css 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
55 h4 { font-style: italic; }
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/omap/
Makefile 3 omap2420-h4.dtb \
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
test_hash.d 440 enum h4 = csexpr.hashOf();
546 assert(h4 == rth4);
  /src/sys/crypto/adiantum/
adiantum.c 223 uint32_t h4 = P->h[4];
264 k4 = h4 + m4;
278 p4 += c; c = p4 >> 26; h4 = p4 & 0x03ffffff;
290 P->h[4] = h4;
301 uint32_t h4 = P->h[4];
310 h4 += c; c = h4 >> 26; h4 &= 0x03ffffff;
322 s4 = h4 + c;
333 h4 = (m & h4) | (~m & s4)
221 uint32_t h4 = P->h[4]; local
298 uint32_t h4 = P->h[4]; local
    [all...]
  /src/sys/dist/pf/net/
pf_table.c 1919 void *h4 = NULL, *h6 = NULL; local
1937 if (!rn_inithead(&h4, offsetof(struct sockaddr_in, sin_addr) * 8))
1941 Free(h4);
1944 kt->pfrkt_ip4 = h4;
  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 5126 const unsigned HOST_WIDE_INT h4 = trunc_int_for_mode (0x00ffffff, SImode);
5147 && (IN_RANGE (addr, h1, h2) || IN_RANGE (addr, h3, h4)))
5111 const unsigned HOST_WIDE_INT h4 = trunc_int_for_mode (0x00ffffff, SImode); local

Completed in 35 milliseconds

1 2