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

1 2

  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 561 for (int mind = 0; mind < nmetrics; mind++)
563 Metric *mtr = metrics->get_items ()->fetch (mind);
573 minimum->value[mind].tag = VT_INT;
574 minimum->value[mind].i = 0;
575 maximum->value[mind].tag = VT_INT;
576 maximum->value[mind].i = 0;
577 maximum_inc->value[mind].tag = VT_INT;
578 maximum_inc->value[mind].i = 0
    [all...]
DataSpace.cc 371 for (int mind = 0; mind < nmetrics; mind++)
372 hi->value[mind] = hist_data->total->value[mind];
382 for (int mind = 0; mind < nmetrics; mind++)
384 Metric *mtr = mlist->get_items ()->fetch (mind);
385 if (mlist->get_sort_ref_index () == mind)
    [all...]
PathTree.cc 859 for (int mind = 0; mind < nmetrics; mind++)
861 Metric *mtr = mlist->get (mind);
862 xlate[mind] = find_slot (mtr->get_id ());
992 for (long mind = 0, sz = mlist->get_items ()->size (); mind < sz; mind++)
994 Metric *mtr = mlist->get_items ()->get (mind);
997 hist_data->total->value[mind].tag = vtype
1920 int mind = bm->get_id (); local
    [all...]
HeapActivity.cc 293 for (int mind = 0; mind < nmetrics; mind++)
294 if (mlist->get_sort_ref_index () == mind)
295 sort_ind = mind;
IOActivity.cc 523 for (int mind = 0; mind < nmetrics; mind++)
524 if (mlist->get_sort_ref_index () == mind)
525 sort_ind = mind;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 561 for (int mind = 0; mind < nmetrics; mind++)
563 Metric *mtr = metrics->get_items ()->fetch (mind);
573 minimum->value[mind].tag = VT_INT;
574 minimum->value[mind].i = 0;
575 maximum->value[mind].tag = VT_INT;
576 maximum->value[mind].i = 0;
577 maximum_inc->value[mind].tag = VT_INT;
578 maximum_inc->value[mind].i = 0
    [all...]
DataSpace.cc 371 for (int mind = 0; mind < nmetrics; mind++)
372 hi->value[mind] = hist_data->total->value[mind];
382 for (int mind = 0; mind < nmetrics; mind++)
384 Metric *mtr = mlist->get_items ()->fetch (mind);
385 if (mlist->get_sort_ref_index () == mind)
    [all...]
PathTree.cc 859 for (int mind = 0; mind < nmetrics; mind++)
861 Metric *mtr = mlist->get (mind);
862 xlate[mind] = find_slot (mtr->get_id ());
992 for (long mind = 0, sz = mlist->get_items ()->size (); mind < sz; mind++)
994 Metric *mtr = mlist->get_items ()->get (mind);
997 hist_data->total->value[mind].tag = vtype
1920 int mind = bm->get_id (); local
    [all...]
HeapActivity.cc 293 for (int mind = 0; mind < nmetrics; mind++)
294 if (mlist->get_sort_ref_index () == mind)
295 sort_ind = mind;
IOActivity.cc 523 for (int mind = 0; mind < nmetrics; mind++)
524 if (mlist->get_sort_ref_index () == mind)
525 sort_ind = mind;
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
kwset.c 80 int mind; /* Minimum depth of an accepting node. */ member in struct:kwset
116 kwset->mind = INT_MAX;
273 if (trie->depth < kwset->mind)
274 kwset->mind = trie->depth;
391 if (kwset->mind < 256)
393 delta[i] = kwset->mind;
403 kwset->target = obstack_alloc(&kwset->obstack, kwset->mind);
404 for (i = kwset->mind - 1, curr = kwset->trie; i >= 0; --i)
410 for (i = 0; i < kwset->mind; ++i)
411 delta[(unsigned char) kwset->target[i]] = kwset->mind - (i + 1)
    [all...]
  /src/external/gpl2/grep/dist/src/
kwset.c 80 int mind; /* Minimum depth of an accepting node. */ member in struct:kwset
116 kwset->mind = INT_MAX;
273 if (trie->depth < kwset->mind)
274 kwset->mind = trie->depth;
391 if (kwset->mind < 256)
393 delta[i] = kwset->mind;
403 kwset->target = obstack_alloc(&kwset->obstack, kwset->mind);
404 for (i = kwset->mind - 1, curr = kwset->trie; i >= 0; --i)
410 for (i = 0; i < kwset->mind; ++i)
411 delta[(unsigned char) kwset->target[i]] = kwset->mind - (i + 1)
    [all...]
  /src/games/hack/
hack.mon.c 430 xchar mind = SRCHRADIUS; /* not too far away */ local
435 if ((dd = DIST(omx, omy, gold->gx, gold->gy)) < mind) {
436 mind = dd;
447 if ((dd = DIST(omx, omy, otmp->ox, otmp->oy)) < mind) {
448 mind = dd;
453 if (mind < SRCHRADIUS && appr == -1) {
  /src/libexec/httpd/
printenv.lua 6 -- Keep in mind that bozohttpd forks for each request when started in
  /src/external/lgpl3/gmp/dist/mpn/ia64/
sqr_diag_addlsh1.asm 47 C We should keep in mind that this code takes linear time in a O(n^2) context
  /src/sys/arch/amiga/dev/
grf_cl.c 1292 unsigned char n, d, p, minn, mind, minp = 0; local
1303 mind = 0;
1314 mind = d;
1328 mind = d;
1341 *denom = (mind << 1) | minp;
  /src/crypto/external/apache2/openssl/dist/test/
hpke_test.c 997 size_t mind = 0; /* index into hpke_mode_list */ local
1003 for (mind = 0; mind < OSSL_NELEM(hpke_mode_list); mind++) {
1004 int hpke_mode = hpke_mode_list[mind];
1193 mode_str_list[mind], (int)mind,
  /src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 355 Keep in mind, you can always supply B</my/own/path/ModuleName.a>
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.def 226 comes to mind), there may be occasional
605 mind.
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 1263 \$(RANLIB) \$\@ || echo Never mind.
  /src/crypto/external/apache2/openssl/dist/crypto/
sparccpuid.S 28 ! Keep in mind that this does not excuse us from wiping the stack!
  /src/crypto/external/bsd/openssl/dist/crypto/
sparccpuid.S 28 ! Keep in mind that this does not excuse us from wiping the stack!
  /src/crypto/external/bsd/openssl.old/dist/crypto/
sparccpuid.S 28 ! Keep in mind that this does not excuse us from wiping the stack!
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1985 \$(RANLIB) \$\@ || echo Never mind.
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1896 \$(RANLIB) \$\@ || echo Never mind.

Completed in 112 milliseconds

1 2