Searched refs:deltas (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/tools/mctest/ |
H A D | mctest.cc | 403 vector<int> deltas; in source() local 407 deltas.clear(); in source() 416 deltas.push_back(result.tv_usec); in source() 420 cout << "comparing " << long(deltas.size()) << " deltas" << endl; in source() 422 sort(deltas.begin(), deltas.end()); in source() 425 deltas[(int) (idx[i] * deltas.size())]); in source()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_msfees.c | 319 static int deltas[60]; variable 993 ees->second < COUNTOF(deltas)) in ees_receive() 994 deltas[ees->second] = delta_sfsec; in ees_receive() 997 char text[16 * COUNTOF(deltas)]; in ees_receive() 1000 for (i = 0; i < COUNTOF(deltas); i++) { in ees_receive() 1001 snprintf(cptr, sizeof(text) / COUNTOF(deltas), in ees_receive() 1002 " %d.%04d", msec(deltas[i]), in ees_receive() 1003 subms(deltas[i])); in ees_receive() 1010 for (i=0; i<((sizeof deltas) / (sizeof deltas[0])); i++) deltas[i] = 0; in ees_receive()
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | iqs5xx.txt | 33 the deltas across all channels impacted by a
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_avx512.c | 483 __m256i deltas = _mm256_setr_epi64x(0, 1, 2, 3); in load_counters4() local 484 deltas = _mm256_and_si256(mask_vec, deltas); in load_counters4() 486 _mm256_add_epi64(_mm256_set1_epi64x((int64_t)counter), deltas); in load_counters4() 738 __m512i deltas = _mm512_setr_epi64(0, 1, 2, 3, 4, 5, 6, 7); in load_counters8() local 739 deltas = _mm512_and_si512(mask_vec, deltas); in load_counters8() 741 _mm512_add_epi64(_mm512_set1_epi64((int64_t)counter), deltas); in load_counters8()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 191 coding" encodes the non-basic code points as deltas, and processes 193 appearance, which typically results in smaller deltas. The deltas 197 adaptation", to improve efficiency when consecutive deltas have 213 is one) represents a sequence of nonnegative integral deltas as 215 meaning of the deltas is best understood in terms of the decoder. 246 value of n at position i in the extended string. The deltas are a 257 The encoder's main task is to derive the sequence of deltas that will 328 Bootstring uses little-endian ordering so that the deltas can be 611 input, overflow, and basic code points encoded using deltas instead 724 represent much larger deltas (because of the adaptation), and hence
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | diff | 141 # librsync -- the library for network deltas
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_VERIFY_PARAM_set_flags.pod | 286 determine certificate status. If not set deltas are ignored.
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 7038 std::vector<double> deltas; in resolution() local 7039 deltas.reserve(k); in resolution() 7041 std::back_inserter(deltas), in resolution() 7044 return deltas; in resolution()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 9373 * Delta CRL support. New use deltas option which will attempt to locate
|