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

  /src/external/mpl/bind/dist/lib/isc/
histo.c 57 #define DENORMALS(hg) ((hg)->sigbits - 1)
58 #define MANTISSAS(hg) (1 << (hg)->sigbits)
59 #define EXPONENTS(hg) (CHUNKS - DENORMALS(hg))
60 #define BUCKETS(hg) (EXPONENTS(hg) * MANTISSAS(hg))
62 #define MAXCHUNK(hg) EXPONENTS(hg
82 isc_histo_t *hg[]; member in struct:isc_histomulti
94 isc_histo_t *hg = isc_mem_get(mctx, sizeof(*hg)); local
109 isc_histo_t *hg = *hgp; local
425 isc_histo_t *hg = hm->hg[isc_tid()]; local
    [all...]
  /src/external/mpl/bind/dist/lib/isc/include/isc/
histo.h 117 isc_histo_sigbits(isc_histo_t *hg);
122 *\li `hg` is a pointer to a valid histogram
152 isc_histo_inc(isc_histo_t *hg, uint64_t value);
157 *\li `hg` is a pointer to a valid histogram
161 isc_histo_add(isc_histo_t *hg, uint64_t value, uint64_t inc);
168 *\li `hg` is a pointer to a valid histogram
172 isc_histo_put(isc_histo_t *hg, uint64_t min, uint64_t max, uint64_t count);
182 *\li `hg` is a pointer to a valid histogram
186 isc_histo_get(const isc_histo_t *hg, uint key, uint64_t *minp, uint64_t *maxp,
209 *\li `hg` is a pointer to a valid histogra
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
histo_test.c 72 isc_histo_t *hg = NULL; local
73 isc_histo_create(mctx, bits, &hg);
75 isc_histo_inc(hg, 0);
81 result = isc_histo_get(hg, key, &min, &max, &count);
87 isc_histo_inc(hg, min);
88 result = isc_histo_get(hg, key, &min, &max, &count);
93 isc_histo_add(hg, max, 2);
94 result = isc_histo_get(hg, key, &min, &max, &count);
99 isc_histo_put(hg, min, max, 4);
100 result = isc_histo_get(hg, key, &min, &max, &count)
157 isc_histo_t *hg = NULL; local
251 isc_histo_t *hg = NULL; local
292 isc_histo_t *hg = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
gcc_update 16 # By default all command-line options are passed to `svn update` or `hg/git
318 elif [ -d .hg ]; then
319 GCC_HG=${GCC_HG-${HG-hg}}
320 vcs_type="hg"
325 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
373 hg)
374 chat "Updating HG tree"
378 echo "Attempting to update a dirty hg tree!" >&2
385 if [ -d .hg/patches ] && [ `$GCC_HG qapplied | wc -l` -gt 0 ]; the
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
gcc_update 16 # By default all command-line options are passed to `svn update` or `hg/git
301 elif [ -d .hg ]; then
302 GCC_HG=${GCC_HG-${HG-hg}}
303 vcs_type="hg"
308 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
356 hg)
357 chat "Updating HG tree"
361 echo "Attempting to update a dirty hg tree!" >&2
368 if [ -d .hg/patches ] && [ `$GCC_HG qapplied | wc -l` -gt 0 ]; the
    [all...]
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 824 isc_histo_t *hg = NULL; local
826 isc_histomulti_merge(&hg, hm);
828 isc_histo_get(hg, i, NULL, NULL, &values[i]);
830 isc_histo_destroy(&hg);
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 6293 okR/hg==
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 6293 okR/hg==
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evppkey.txt 12047 okR/hg==

Completed in 273 milliseconds