HomeSort by: relevance | last modified time | path
    Searched refs:totalLen (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
dassert.d 88 size_t totalLen = (valA.length - 1) * 2 +
92 if (valA.length == 0) totalLen += 2;
93 if (valB.length == 0) totalLen += 2;
95 foreach (v; valA) totalLen += v.length;
96 foreach (v; valB) totalLen += v.length;
100 if (printBraces) totalLen += 4; // '(', ')' for both tuples
102 char[] buffer = cast(char[]) pureAlloc(totalLen)[0 .. totalLen];
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 1714 XXH64_hash_t totalLen;
6253 state->totalLen += len;
6358 if (state->totalLen > XXH3_MIDSIZE_MAX) {
6363 (xxh_u64)state->totalLen * XXH_PRIME64_1);
6365 /* totalLen <= XXH3_MIDSIZE_MAX: digesting a short input */
6367 return XXH3_64bits_withSeed(state->buffer, (size_t)state->totalLen, state->seed);
6368 return XXH3_64bits_withSecret(state->buffer, (size_t)(state->totalLen),
6856 if (state->totalLen > XXH3_MIDSIZE_MAX) {
6863 (xxh_u64)state->totalLen * XXH_PRIME64_1);
6867 ~((xxh_u64)state->totalLen * XXH_PRIME64_2))
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 688 const mDNSu32 totalLen = rdataLen + 2;
689 mdns_require_return_value(bufferLen >= totalLen, mDNSNULL);
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c     [all...]

Completed in 53 milliseconds