Searched refs:ngrps (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setgroups/ |
D | setgroups01.c | 129 int len = NGROUPS, ngrps = 0; variable 156 TEST(SETGROUPS(cleanup, ngrps, list)); in main() 187 ngrps = GETGROUPS(cleanup, len, list); in setup() 188 if (ngrps == -1) { in setup()
|
/third_party/ltp/testcases/kernel/syscalls/getgroups/ |
D | getgroups03.c | 94 int ngrps = 0; in readgroups() local 104 groups[ngrps++] = grp->gr_gid; in readgroups() 119 for (i = 0; i < ngrps; i++) { in readgroups() 124 groups[ngrps++] = g; in readgroups() 127 return ngrps; in readgroups()
|
/third_party/ffmpeg/libavcodec/ |
D | ac3dec.c | 435 GetBitContext *gbc, int exp_strategy, int ngrps, in decode_exponents() argument 444 for (grp = 0, i = 0; grp < ngrps; grp++) { in decode_exponents() 457 for (i = 0, j = 0; i < ngrps * 3; i++) { in decode_exponents()
|