Searched defs:nGroups (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
H A Dcmaps.cpp100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) argument
173 le_uint8 bit = highBit(nGroups);
175 fRangeOffset = nGroups - fPower;
H A Dsfnt.h121 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
134 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcmaps.cpp140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) argument
214 le_uint8 bit = highBit(nGroups);
216 fRangeOffset = nGroups - fPower;
H A Dsfnt.h209 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
218 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
248 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
256 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dcmaps.cpp140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) argument
214 le_uint8 bit = highBit(nGroups);
216 fRangeOffset = nGroups - fPower;
H A Dsfnt.h209 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
218 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
248 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
256 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) argument
173 le_uint8 bit = highBit(nGroups);
175 fRangeOffset = nGroups - fPower;
H A Dsfnt.h121 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
134 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) argument
214 le_uint8 bit = highBit(nGroups);
216 fRangeOffset = nGroups - fPower;
H A Dsfnt.h209 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
218 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
248 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
256 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) argument
214 le_uint8 bit = highBit(nGroups);
216 fRangeOffset = nGroups - fPower;
H A Dsfnt.h209 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
218 le_uint32 nGroups; member in struct:CMAPFormat8Encoding
248 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
256 le_uint32 nGroups; member in struct:CMAPFormat12Encoding
/external/bzip2/
H A Dcompress.c25 0.9.0c -- changed setting of nGroups in sendMTFValues()
243 Int32 nGroups, nBytes; local
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
[all...]
H A Ddecompress.c118 Int32 nGroups; local
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/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c1468 Int32 nGroups; local
1522 nGroups = s->save_nGroups;
1637 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
1638 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR);
1647 if (j >= nGroups) RETURN(BZ_DATA_ERROR);
1655 for (v = 0; v < nGroups; v++) pos[v] = v;
1667 for (t = 0; t < nGroups; t++) {
1682 for (t = 0; t < nGroups; t++) {
1949 s->save_nGroups = nGroups;
3646 Int32 nGroups, nBytes; local
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c1492 Int32 nGroups; local
1546 nGroups = s->save_nGroups;
1661 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
1662 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR);
1671 if (j >= nGroups) RETURN(BZ_DATA_ERROR);
1679 for (v = 0; v < nGroups; v++) pos[v] = v;
1691 for (t = 0; t < nGroups; t++) {
1706 for (t = 0; t < nGroups; t++) {
1973 s->save_nGroups = nGroups;
3670 Int32 nGroups, nBytes; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1483 Int32 nGroups; local
1537 nGroups = s->save_nGroups;
1652 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
1653 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR);
1662 if (j >= nGroups) RETURN(BZ_DATA_ERROR);
1670 for (v = 0; v < nGroups; v++) pos[v] = v;
1682 for (t = 0; t < nGroups; t++) {
1697 for (t = 0; t < nGroups; t++) {
1964 s->save_nGroups = nGroups;
3661 Int32 nGroups, nBytes; local
[all...]
H A Dvarinfo6.c1521 Int32 nGroups; local
1575 nGroups = s->save_nGroups;
1690 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
1691 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR);
1701 if (j >= nGroups) RETURN(BZ_DATA_ERROR);
1709 for (v = 0; v < nGroups; v++) pos[v] = v;
1721 for (t = 0; t < nGroups; t++) {
1736 for (t = 0; t < nGroups; t++) {
2003 s->save_nGroups = nGroups;
3698 Int32 nGroups, nBytes; local
[all...]
/external/valgrind/main/perf/
H A Dbz2.c1483 Int32 nGroups; local
1537 nGroups = s->save_nGroups;
1652 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
1653 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR);
1662 if (j >= nGroups) RETURN(BZ_DATA_ERROR);
1670 for (v = 0; v < nGroups; v++) pos[v] = v;
1682 for (t = 0; t < nGroups; t++) {
1697 for (t = 0; t < nGroups; t++) {
1964 s->save_nGroups = nGroups;
3661 Int32 nGroups, nBytes; local
[all...]
H A Dtest_input_for_tinycc.c1440 Int32 nGroups; local
1494 nGroups = s->save_nGroups;
1609 case 30: s->state = 30; while (((Bool)1)) { if (s->bsLive >= 3) { UInt32 v; v = (s->bsBuff >> (s->bsLive-3)) & ((1 << 3)-1); s->bsLive -= 3; nGroups = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; };
1610 if (nGroups < 2 || nGroups > 6) { retVal = (-4); goto save_state_and_return; };;
1619 if (j >= nGroups) { retVal = (-4); goto save_state_and_return; };;
1627 for (v = 0; v < nGroups; v++) pos[v] = v;
1639 for (t = 0; t < nGroups; t++) {
1654 for (t = 0; t < nGroups; t++) {
1921 s->save_nGroups = nGroups;
3034 Int32 nGroups, nBytes; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1314 milliseconds