HomeSort by relevance Sort by last modified time
    Searched full:ngroups (Results 1 - 25 of 61) sorted by null

1 2 3

  /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;
sfnt.h 121 le_uint32 nGroups;
134 le_uint32 nGroups;
cmaps.h 62 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, 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/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/elfutils/libasm/
asm_newscngrp.c 77 if (ctx->ngroups == 0)
87 ++ctx->ngroups;
asm_begin.c 91 result->ngroups = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h 29 #ifndef NGROUPS
30 # define NGROUPS NGROUPS_MAX
  /system/extras/tests/bionic/libc/bionic/
test_getgrouplist.c 47 fprintf(stderr, "getgrouplist() returned %d (expecting 1), ngroups=%d\n",
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
grp.h 180 /* Store at most *NGROUPS members of the group set for USER into
182 returned in *NGROUPS. Return -1 if the if *NGROUPS is too small.
  /bionic/libc/bionic/
stubs.c 360 gid_t *groups, int *ngroups)
362 if (*ngroups < 1) {
363 *ngroups = 1;
367 return (*ngroups = 1);
  /external/tcpdump/
print-igmp.c 156 u_int group, nsrcs, ngroups; local
165 ngroups = EXTRACT_16BITS(&bp[6]);
166 (void)printf(", %d group record(s)", ngroups);
170 for (i=0; i<ngroups; i++) {
  /frameworks/base/media/libstagefright/codecs/aacdec/
deinterleave.cpp 117 ngroups = pFrameInfo->num_groups;
122 FOR (group = ngroups; group > 0; group--)
128 FOR (sfb = pSfbPerWin[ngroups-group]; sfb > 0; sfb--)
132 FOR (win = pGroupLen[ngroups-group]; win > 0; win--)
238 Int ngroups; local
247 ngroups = pFrameInfo->num_groups;
252 for (group = ngroups; group > 0; group--)
260 for (sfb = pSfbPerWin[ngroups-group]; sfb > 0; sfb--)
264 for (win = pGroupLen[ngroups-group]; win > 0; win--)
calc_gsfb_table.cpp 223 Int ngroups; local
233 ngroups = 0;
236 pFrameInfo->group_len[ngroups] = group[ngroups] - offset;
237 offset = group[ngroups];
238 ngroups++;
245 pFrameInfo->num_groups = ngroups;
251 for (group_idx = 0; group_idx < ngroups; group_idx++)
  /bionic/libc/include/
grp.h 76 gid_t *groups, int *ngroups);
  /development/ndk/platforms/android-3/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
grp.h 76 gid_t *groups, int *ngroups);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
grp.h 76 gid_t *groups, int *ngroups);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
grp.h 76 gid_t *groups, int *ngroups);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
grp.h 76 gid_t *groups, int *ngroups);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
grp.h 76 gid_t *groups, int *ngroups);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
grp.h 76 gid_t *groups, int *ngroups);

Completed in 1422 milliseconds

1 2 3