HomeSort by relevance Sort by last modified time
    Searched refs:nGroups (Results 1 - 25 of 39) sorted by null

1 2

  /external/bzip2/
compress.c 25 0.9.0c -- changed setting of nGroups in sendMTFValues()
243 Int32 nGroups, nBytes;
273 if (s->nMTF < 200) nGroups = 2; else
274 if (s->nMTF < 600) nGroups = 3; else
275 if (s->nMTF < 1200) nGroups = 4; else
276 if (s->nMTF < 2400) nGroups = 5; else
277 nGroups = 6;
283 nPart = nGroups;
296 && nPart != nGroups && nPart != 1
297 && ((nGroups-nPart) % 2 == 1))
    [all...]
decompress.c 118 Int32 nGroups;
172 nGroups = s->save_nGroups;
287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
288 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR);
297 if (j >= nGroups) RETURN(BZ_DATA_ERROR);
305 for (v = 0; v < nGroups; v++) pos[v] = v;
317 for (t = 0; t < nGroups; t++) {
332 for (t = 0; t < nGroups; t++) {
619 s->save_nGroups = nGroups;
    [all...]
  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 106 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
176 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
179 le_uint8 bit = highBit(nGroups);
181 fRangeOffset = nGroups - fPower;
cmaps.h 68 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
sfnt.h 127 le_uint32 nGroups;
140 le_uint32 nGroups;
  /external/icu/icu4c/source/test/letest/
cmaps.h 60 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
cmaps.cpp 145 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
216 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
219 le_uint8 bit = highBit(nGroups);
221 fRangeOffset = nGroups - fPower;
sfnt.h 211 le_uint32 nGroups;
220 le_uint32 nGroups;
250 le_uint32 nGroups;
258 le_uint32 nGroups;
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.h 64 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
cmaps.cpp 146 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
217 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
220 le_uint8 bit = highBit(nGroups);
222 fRangeOffset = nGroups - fPower;
sfnt.h 215 le_uint32 nGroups;
224 le_uint32 nGroups;
254 le_uint32 nGroups;
262 le_uint32 nGroups;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 889 format, reserved, length, language, nGroups = struct.unpack(">HHLLL", data[:16]
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/perf/
bz2.c     [all...]
test_input_for_tinycc.c 1440 Int32 nGroups;
1494 nGroups = s->save_nGroups;
    [all...]
  /frameworks/minikin/libs/minikin/
CmapCoverage.cpp 232 // For all values < kMaxNGroups, kFirstGroupOffset + nGroups * kGroupSize fits in 32 bits.
236 uint32_t nGroups = readU32(data, kNGroupsOffset);
237 if (nGroups >= kMaxNGroups || kFirstGroupOffset + nGroups * kGroupSize > size) {
241 for (uint32_t i = 0; i < nGroups; i++) {
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /external/r8/deps/
commons-compress-1.12.jar 

Completed in 579 milliseconds

1 2