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

1 2 3

  /src/sys/netinet/
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;
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...]
  /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/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/common/lib/libc/arch/powerpc/string/
memcmp.S 162 /*bne+ partial*/ /*DWG*/ /* If less than 8 bytes, handle */
165 /*blt partial*/ /* Removed. DWG */
221 partial: label
  /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 */
  /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/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/crypto/external/bsd/heimdal/dist/lib/roken/
parse_units.c 79 unsigned partial; local
110 partial = 0;
123 ++partial;
129 if (partial == 1) {
getarg.c 357 struct getargs *partial = NULL; local
381 partial = &args[i];
398 current = partial;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
codecvt.h 55 partial, enumerator in enum:codecvt_base::result
106 * output, returns codecvt_base::partial. Otherwise the
132 * conditions. The idea is that if a partial conversion occurs, then
134 * the state in initial conditions, rather than partial conversion
148 * output has insufficient space, returns codecvt_base::partial.
186 * output, returns codecvt_base::partial. Otherwise the
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
codecvt.h 55 partial, enumerator in enum:codecvt_base::result
106 * output, returns codecvt_base::partial. Otherwise the
132 * conditions. The idea is that if a partial conversion occurs, then
134 * the state in initial conditions, rather than partial conversion
148 * output has insufficient space, returns codecvt_base::partial.
186 * output, returns codecvt_base::partial. Otherwise the
  /src/external/mit/libuv/dist/test/
runner-unix.c 370 int partial; local
379 partial = 0;
381 partial = print_lines(buf, r, stream, partial);
runner-win.c 222 int partial; local
233 partial = 0;
235 partial = print_lines(buf, r, stream, partial);
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire_pkt.h 320 * Valid if (type == 1RTT && !partial).
326 * Valid if ((type == 1RTT || (version && type != RETRY)) && !partial).
331 * [ALL] Set to 1 if this is a partial decode because the packet header
335 unsigned int partial : 1; member in struct:quic_pkt_hdr_st
376 * this buffer is determined by pn_len above. If the decode was partial,
379 * Valid if ((type == 1RTT || (version && type != RETRY)) && !partial).
421 * If the decode was partial (partial is set), this points to the start of
448 * If partial is 1, reads the unprotected parts of a protected packet header
449 * from a PACKET, performing a partial decode
    [all...]
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_client.c 217 struct wpabuf *partial; local
219 partial = wpabuf_alloc_copy(pos, end - pos);
221 conn->partial_input = partial;
374 struct wpabuf *partial; local
376 partial = wpabuf_alloc_copy(pos, in_end - pos);
378 conn->partial_input = partial;
  /src/external/gpl2/texinfo/dist/info/
indices.c 250 /* The user typed either a completed index label, or a partial string.
252 the partial string. So, we just call info_next_index_match () with minor
330 int partial, dir; local
357 partial = 0;
371 partial = string_in_line (index_search, index_index[i]->label);
401 /* If we had a partial match, indicate to the user which part of the
405 if (partial && show_index_match)
410 start = partial - ls;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma_types.h 155 struct intel_partial_info partial; member in union:i915_ggtt_view::__anon5083
  /src/usr.sbin/autofs/
common.c 125 char *component, *copy, *tofree, *partial, *tmp; local
135 partial = checked_strdup("/");
140 tmp = concat(partial, '/', component);
141 free(partial);
142 partial = tmp;
143 //log_debugx("creating \"%s\"", partial);
144 error = mkdir(partial, 0755);
146 log_warn("cannot create %s", partial);
  /src/crypto/external/bsd/openssh/dist/
auth2.c 384 int r, partial = 0; local
434 partial = 1;
439 auth_log(ssh, authenticated, partial, method, submethod);
442 if (authenticated || partial)
461 if (!partial && !authctxt->server_caused_failure &&
467 debug3_f("failure partial=%d next methods=\"%s\"",
468 partial, methods);
471 (r = sshpkt_put_u8(ssh, partial)) != 0 ||
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 65 unsigned char partial[EVP_MAX_BLOCK_LENGTH]; member in struct:cipher_ctx
264 /* initial partial block */
266 (*out++) = *(in++) ^ cipher_ctx->partial[cipher_ctx->num];
282 /* final partial block */
284 memset(cipher_ctx->partial, 0, cipher_ctx->blocksize);
285 if (cipher_do_cipher(ctx, cipher_ctx->partial, cipher_ctx->partial,
290 ^ cipher_ctx->partial[cipher_ctx->num];
  /src/external/mit/libuv/dist/src/win/
udp.c 406 int partial; local
440 partial = !REQ_SUCCESS(req);
445 partial ? UV_UDP_PARTIAL : 0);
  /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/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 113 unsigned char partial[EVP_MAX_BLOCK_LENGTH]; member in struct:cipher_ctx
323 /* initial partial block */
325 (*out++) = *(in++) ^ cipher_ctx->partial[cipher_ctx->num];
341 /* final partial block */
343 memset(cipher_ctx->partial, 0, cipher_ctx->blocksize);
344 if (cipher_do_cipher(ctx, cipher_ctx->partial, cipher_ctx->partial,
350 ^ cipher_ctx->partial[cipher_ctx->num];
  /src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c 111 unsigned char partial[EVP_MAX_BLOCK_LENGTH]; member in struct:cipher_ctx
328 /* initial partial block */
330 (*out++) = *(in++) ^ cipher_ctx->partial[cipher_ctx->num];
346 /* final partial block */
348 memset(cipher_ctx->partial, 0, cipher_ctx->blocksize);
349 if (cipher_do_cipher(ctx, cipher_ctx->partial, cipher_ctx->partial,
354 ^ cipher_ctx->partial[cipher_ctx->num];

Completed in 58 milliseconds

1 2 3