Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dhuffman.cpp84 while (weight[tmp] < weight[heap[zz >> 1]]) { \
100 if (yy < nHeap && weight[heap[yy + 1]] < weight[heap[yy]]) \
102 if (weight[tmp] < weight[heap[yy]]) \
120 Int32 weight[BZ_MAX_ALPHA_SIZE * 2]; in BZ2_hbMakeCodeLengths() local
124 weight[i + 1] = (freq[i] == 0 ? 1 : freq[i]) << 8; in BZ2_hbMakeCodeLengths()
131 weight[0] = 0; in BZ2_hbMakeCodeLengths()
154 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]); in BZ2_hbMakeCodeLengths()
197 j = weight[i] >> 8; in BZ2_hbMakeCodeLengths()
199 weight[i] = j << 8; in BZ2_hbMakeCodeLengths()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst116 *weight* with each pointer. The reference count is the sum of the
118 updating the reference count by splitting the original weight between
119 ``x`` and ``x'``. If the weight of ``x`` is too low to split, then first add a
120 constant W to the reference count and weight of ``x``.
/oneTBB/doc/main/tbb_userguide/
H A DTask-Based_Programming.rst48 *lighter weight* than logical threads. On Linux systems, starting and