HomeSort by relevance Sort by last modified time
    Searched full:nbins (Results 1 - 23 of 23) sorted by null

  /external/opencv/cvaux/src/
cvfindhandregion.cpp 67 int nbins = 20, i, l, i_point, left, right; local
86 /* low_count = count/nbins; */
114 bin_counts = (int *) cvAlloc( nbins * sizeof( int ));
121 memset( bin_counts, 0, nbins * sizeof( int ));
171 bsize = vl / nbins;
193 for( l = 0; l < nbins; l++ )
208 for( l = nbins - 1; l >= 0; l-- )
216 hand_right = vmax - (nbins - right - 1) * bsize;
286 int nbins = 20, i, l, i_point, left, right, jmin, jmax, jl; local
310 /* low_count = count/nbins; */
    [all...]
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 101 nbins=0
114 nbins=$((${index} + 1))
159 nbins=$((${index} + 1))
174 # - nbins
201 * NBINS: Number of small size class bins.
222 echo "#define NBINS ${nbins}"
241 * cannot support more than 256 small size classes. Further constrain NBINS to
245 #if (NBINS > 255)
tcache.h 42 ((TCACHE_GC_SWEEP / NBINS) + ((TCACHE_GC_SWEEP / NBINS == 0) ? 0 : 1))
95 * Number of tcache bins. There are NBINS small-object bins, plus 0 or more
267 assert(binind < NBINS);
311 binind = NBINS + (size >> LG_PAGE) - 1;
387 binind = NBINS + (size >> LG_PAGE) - 1;
ctl.h 47 malloc_bin_stats_t bstats[NBINS];
arena.h 380 arena_bin_t bins[NBINS];
399 extern uint32_t const small_bin2size_tab[NBINS];
401 extern arena_bin_info_t arena_bin_info[NBINS];
600 assert(binind < NBINS);
730 assert(binind < NBINS || binind == BININD_INVALID);
919 assert(binind < NBINS);
947 assert(binind < NBINS);
    [all...]
size_classes.h 21 * NBINS: Number of small size class bins.
174 #define NBINS 31
325 #define NBINS 35
476 #define NBINS 47
624 #define NBINS 28
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 191 unsigned nbins, i; local
195 len = sizeof(nbins);
196 assert_d_eq(mallctl("arenas.nbins", &nbins, &len, NULL, 0), 0,
202 for (i = 0; i < nbins; i++) {
310 TEST_ARENAS_CONSTANT(unsigned, nbins, NBINS);
  /external/jemalloc/src/
tcache.c 38 if (binind < NBINS) {
89 assert(binind < NBINS);
193 arena->stats.lstats[binind - NBINS].nrequests +=
228 arena->stats.lstats[binind - NBINS].nrequests +=
363 for (i = 0; i < NBINS; i++) {
384 arena->stats.lstats[i - NBINS].nrequests +=
451 for (i = 0; i < NBINS; i++) {
461 malloc_large_stats_t *lstats = &arena->stats.lstats[i - NBINS];
485 nhbins = NBINS + (tcache_maxclass >> LG_PAGE);
493 for (i = 0; i < NBINS; i++)
    [all...]
stats.c 62 unsigned nbins, j, gap_start; local
77 CTL_GET("arenas.nbins", &nbins, unsigned);
78 for (j = 0, gap_start = UINT_MAX; j < nbins; j++) {
ctl.c 303 {NAME("nbins"), CTL(arenas_nbins)},
458 memset(astats->bstats, 0, NBINS * sizeof(malloc_bin_stats_t));
472 for (i = 0; i < NBINS; i++) {
515 for (i = 0; i < NBINS; i++) {
    [all...]
arena.c 8 arena_bin_info_t arena_bin_info[NBINS];
11 const uint32_t small_bin2size_tab[NBINS] = {
    [all...]
  /external/jemalloc/android/src/
je_mallinfo.c 38 for (unsigned j = 0; j < NBINS; j++) {
  /external/chromium_org/third_party/smhasher/src/
Stats.h 305 const int nbins = 65536; local
307 std::vector<int> bins(nbins,0);
322 bins.resize(nbins,0);
357 const int nbins = 65536; local
359 std::vector<int> bins(nbins,0);
367 bins.resize(nbins,0);
  /external/jemalloc/doc/
jemalloc.xml.in 359 unsigned nbins, i;
363 len = sizeof(nbins);
364 mallctl("arenas.nbins", &nbins, &len, NULL, 0);
368 for (i = 0; i < nbins; i++) {
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/armeabi-v7a/
libc.so 
  /prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/x86/
libc.so 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/mips/
libc.so 

Completed in 549 milliseconds