/external/strace/tests/ |
uid.awk | 62 ngroups = a[1] 63 if (ngroups == "0") 65 else if (ngroups == "1") 68 list=r_uint "(, " r_uint "){" (ngroups - 1) "}" 70 regexp = "^getgroups" suffix "\\(" ngroups ", \\[" list "\\]\\)[[:space:]]+= " ngroups "$"
|
/external/jemalloc/src/ |
bitmap.c | 85 binfo->ngroups = i; 93 return (binfo->ngroups); 102 extra = (binfo->nbits % (binfo->ngroups * BITMAP_GROUP_NBITS)); 104 bitmap[binfo->ngroups - 1] >>= (BITMAP_GROUP_NBITS - extra);
|
/external/icu/icu4c/source/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/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...] |
/frameworks/minikin/libs/minikin/ |
CmapCoverage.cpp | 111 // For all values < kMaxNGroups, kFirstGroupOffset + nGroups * kGroupSize fits in 32 bits. 115 uint32_t nGroups = readU32(data, kNGroupsOffset); 116 if (nGroups >= kMaxNGroups || kFirstGroupOffset + nGroups * kGroupSize > size) { 120 for (uint32_t i = 0; i < nGroups; i++) {
|
/external/elfutils/libasm/ |
asm_newscngrp.c | 89 if (ctx->ngroups == 0) 99 ++ctx->ngroups;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
param.h | 39 #ifndef NGROUPS 40 # define NGROUPS NGROUPS_MAX
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
param.h | 40 #ifndef NGROUPS 41 # define NGROUPS NGROUPS_MAX
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
param.h | 40 #ifndef NGROUPS 41 # define NGROUPS NGROUPS_MAX
|
/libcore/ojluni/src/main/java/java/lang/ |
ThreadGroup.java | 75 int ngroups; field in class:ThreadGroup 283 ngroupsSnapshot = ngroups; 358 ngroupsSnapshot = ngroups; 453 ngroupsSnapshot = ngroups; 491 ngroupsSnapshot = ngroups; 577 int ng = ngroups; 586 ngroupsSnapshot = ngroups; 652 ngroupsSnapshot = ngroups; 712 ngroupsSnapshot = ngroups; 753 ngroupsSnapshot = ngroups; [all...] |
/external/icu/icu4c/source/test/letest/ |
cmaps.cpp | 143 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); 214 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) 217 le_uint8 bit = highBit(nGroups); 219 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/icu/icu4c/source/test/perf/leperf/ |
cmaps.cpp | 140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); 211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) 214 le_uint8 bit = highBit(nGroups); 216 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/toybox/toys/posix/ |
id.c | 87 int flags, i, ngroups; local 131 ngroups = username ? getgrouplist(username, gid, groups, &i) 133 if (ngroups<0) perror_exit(0); 136 for (i = 0; i<ngroups; i++) {
|
/external/llvm/test/CodeGen/AMDGPU/ |
work-item-intrinsics.ll | 34 %0 = call i32 @llvm.r600.read.ngroups.x() #0 49 %0 = call i32 @llvm.r600.read.ngroups.y() #0 64 %0 = call i32 @llvm.r600.read.ngroups.z() #0 251 declare i32 @llvm.r600.read.ngroups.x() #0 252 declare i32 @llvm.r600.read.ngroups.y() #0 253 declare i32 @llvm.r600.read.ngroups.z() #0
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
grp.h | 184 /* Store at most *NGROUPS members of the group set for USER into 186 returned in *NGROUPS. Return -1 if the if *NGROUPS is too small.
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_bsd.go | 143 ngroups := uintptr(len(cred.Groups)) 145 if ngroups > 0 { 148 _, _, err1 = RawSyscall(SYS_SETGROUPS, ngroups, groups, 0)
|
exec_solaris.go | 140 ngroups := uintptr(len(cred.Groups)) 142 if ngroups > 0 { 145 err1 = setgroups1(ngroups, groups)
|