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

1 2 3 4 5 6 7 8 9

  /src/sys/netinet/
cpu_in_cksum.c 71 * of the inner loop. After each iteration of the inner loop, a partial
81 uint32_t sum, partial; local
124 partial = 0;
129 partial = *data << 8;
131 partial = *data;
139 partial += *(uint16_t *)data;
140 partial += *(uint16_t *)(data + 2);
141 partial += *(uint16_t *)(data + 4);
142 partial += *(uint16_t *)(data + 6);
143 partial += *(uint16_t *)(data + 8)
225 uint64_t sum, partial; local
    [all...]
in4_cksum.c 96 uint32_t partial; local
99 partial = w[0] & 0xff00;
101 partial = w[0] & 0x00ff;
103 partial += w[1];
104 partial += w[2];
105 partial += w[3];
107 partial += w[4] & 0x00ff;
109 partial += w[4] & 0xff00;
111 sum += partial << 8;
  /src/sys/arch/m68k/m68k/
cpu_in_cksum.c 51 uint32_t sum, partial; local
94 partial = 0;
99 partial = *data;
109 partial = oc_cksum(data, mlen, partial);
112 partial = (partial << 8) + (partial >> 24);
113 sum += (partial >> 16) + (partial & 0xffff)
    [all...]
  /src/external/gpl2/lvm2/dist/test/
t-partial-activate.sh 11 lvchange -v --partial -a y $vg/mirror
14 vgchange -a n --partial $vg
15 vgchange -a y --partial $vg
t-lvconvert-repair.sh 22 lvchange --partial -a y $vg/mirror
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_oid_to_str.c 86 size_t i, partial = (size_t)-1; local
92 if (partial != (size_t)-1)
94 partial = i;
97 if (partial != (size_t)-1)
98 return _gss_ont_mech[partial].oid;
  /src/crypto/external/apache2/openssl/dist/test/
bio_readbuffer_test.c 28 int ret = 0, len, partial; local
56 partial = 4;
74 if (tstid == 1 && --partial == 0)
81 len = 8; /* Do a small partial read to start with */
quic_record_test_util.h 28 || !TEST_int_eq(a->partial, b->partial)
  /src/crypto/external/bsd/openssl/dist/test/
bio_readbuffer_test.c 28 int ret = 0, len, partial; local
55 partial = 4;
73 if (tstid == 1 && --partial == 0)
80 len = 8; /* Do a small partial read to start with */
  /src/external/gpl2/texinfo/dist/info/
filesys.c 78 /* Expand the filename in PARTIAL to make a real name for this operating
85 info_find_fullpath (char *partial)
94 if (partial && (initial_character = *partial))
98 expansion = lookup_info_filename (partial);
106 if (IS_ABSOLUTE (partial))
107 temp = info_absolute_file (partial);
110 expansion = tilde_expand_word (partial);
120 (IS_SLASH (partial[1]) ||
121 (partial[1] == '.' && IS_SLASH (partial[2])))
    [all...]
filesys.h 43 /* Expand the filename in PARTIAL to make a real name for this operating
46 extern char *info_find_fullpath (char *partial);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
codecvt_members.cc 88 __ret = partial;
100 __ret = partial;
116 // if [__from, __from_end) is a partial multibyte character.
134 __ret = partial;
152 __ret = partial;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
codecvt_members.cc 88 __ret = partial;
100 __ret = partial;
116 // if [__from, __from_end) is a partial multibyte character.
134 __ret = partial;
152 __ret = partial;
  /src/external/bsd/kyua-cli/dist/utils/format/
formatter.cpp 132 std::string partial = format.substr(1, format.length() - 2); local
133 if (partial[0] == '0') {
135 partial.erase(0, 1);
137 if (!partial.empty()) {
138 const std::string::size_type dot = partial.find('.');
140 output->width(to_int(format, partial.substr(0, dot), "width"));
143 output->precision(to_int(format, partial.substr(dot + 1),
  /src/external/bsd/nvi/dist/ipc/
ip_trans.c 69 /* Parse to data end or partial message. */
110 /* Parse to data end or partial message. */
154 goto partial;
168 goto partial;
174 goto partial;
211 partial:
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 40 * A.partial.real => Only the integer portion
41 * A.partial.decimal => Only the fractional portion
48 } partial; member in union:_fInt
340 X_LessThanOne = (X.partial.real == 0 && X.partial.decimal != 0 && X.full >= 0);
341 Y_LessThanOne = (Y.partial.real == 0 && Y.partial.decimal != 0 && Y.full >= 0);
415 if (num.partial.real > 3000)
417 else if (num.partial.real > 1000)
419 else if (num.partial.real > 100
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
codecvt_members.cc 75 return partial;
99 return partial;
113 return partial;
145 return partial;
178 return partial;
196 return partial;
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Channels.pm 206 With partial messages, only the first part will have C<header>
212 With partial messages, only the final part will have C<footer>
219 =item C<partial =E<gt> 0>
221 When set, indicates a partial message that should
222 be output along with the next message with C<partial> unset.
223 Several partial messages can be stacked this way.
226 all I<partial> messages, using the options from the last (non-partial)
246 Linking these messages using C<partial> as follows will prevent the
249 msg 'channel', 'foo:2', 'redefinition of A ...', partial => 1
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
aes-gcm-riscv64-zvkb-zvkg-zvkned.S 244 # Compute the partial tags.
245 # The partial tags will multiply with [H^n, H^n, ..., H^n]
291 # Add ciphertext into partial tag
307 # Multiply H for each partial tag and XOR them together.
308 # Handle 1st partial tag
311 # Handle 2nd to N-th partial tags
438 # Compute the partial tags.
439 # The partial tags will multiply with [H^n, H^n, ..., H^n]
501 # Add ciphertext into partial tag
517 # Multiply H for each partial tag and XOR them together
    [all...]
  /src/external/mit/isl/dist/
isl_tab_pip.c 190 struct isl_partial_sol *partial; member in struct:isl_sol
200 struct isl_partial_sol *partial, *next; local
203 for (partial = sol->partial; partial; partial = next) {
204 next = partial->next;
205 isl_basic_set_free(partial->dom);
206 isl_multi_aff_free(partial->ma);
207 free(partial);
250 struct isl_partial_sol *partial; local
388 struct isl_partial_sol *partial; local
441 struct isl_partial_sol *partial; local
461 struct isl_partial_sol *partial; local
524 struct isl_partial_sol *partial; local
566 struct isl_partial_sol *partial; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
parse_units.c 79 unsigned partial; local
110 partial = 0;
123 ++partial;
129 if (partial == 1) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
codecvt_members.cc 86 __ret = partial;
101 __ret = partial;
165 __ret = partial;
183 __ret = partial;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
codecvt_members.cc 86 __ret = partial;
101 __ret = partial;
165 __ret = partial;
183 __ret = partial;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
codecvt_members.cc 85 __ret = partial;
99 __ret = partial;
170 __ret = partial;
188 __ret = partial;
  /src/external/mit/libuv/dist/test/
runner-win.c 222 int partial; local
233 partial = 0;
235 partial = print_lines(buf, r, stream, partial);

Completed in 75 milliseconds

1 2 3 4 5 6 7 8 9