HomeSort by relevance Sort by last modified time
    Searched refs:nGroups (Results 1 - 25 of 26) 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/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
164 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
167 le_uint8 bit = highBit(nGroups);
169 fRangeOffset = nGroups - fPower;
cmaps.h 58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
sfnt.h 209 le_uint32 nGroups;
218 le_uint32 nGroups;
248 le_uint32 nGroups;
256 le_uint32 nGroups;
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
164 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
167 le_uint8 bit = highBit(nGroups);
169 fRangeOffset = nGroups - fPower;
cmaps.h 60 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
sfnt.h 212 le_uint32 nGroups;
221 le_uint32 nGroups;
251 le_uint32 nGroups;
259 le_uint32 nGroups;
  /external/icu4c/samples/layout/
cmaps.cpp 100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
173 le_uint8 bit = highBit(nGroups);
175 fRangeOffset = nGroups - fPower;
cmaps.h 62 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
sfnt.h 121 le_uint32 nGroups;
134 le_uint32 nGroups;
  /external/icu4c/test/letest/
cmaps.cpp 94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
164 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
167 le_uint8 bit = highBit(nGroups);
169 fRangeOffset = nGroups - fPower;
cmaps.h 58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
sfnt.h 209 le_uint32 nGroups;
218 le_uint32 nGroups;
248 le_uint32 nGroups;
256 le_uint32 nGroups;
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
test_input_for_tinycc.c 1440 Int32 nGroups;
1494 nGroups = s->save_nGroups;
    [all...]
  /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/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 195 milliseconds

1 2