HomeSort by relevance Sort by last modified time
    Searched defs:ngroups (Results 1 - 24 of 24) sorted by null

  /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/libjpeg-turbo/
jdmainct.c 421 int ci, rgroup, ngroups; local
434 * ngroups is the number of row groups we need.
440 ngroups = cinfo->_min_DCT_scaled_size + 2;
442 ngroups = cinfo->_min_DCT_scaled_size;
452 (JDIMENSION) (rgroup * ngroups));
  /external/libcap/progs/
capsh.c 415 int status, ngroups; local
423 ngroups = MAX_GROUPS;
424 status = getgrouplist(user, pwd->pw_gid, groups, &ngroups);
429 status = setgroups(ngroups, groups);
  /external/opencv3/3rdparty/libjpeg/
jdmainct.c 480 int ci, rgroup, ngroups; local
493 * ngroups is the number of row groups we need.
499 ngroups = cinfo->min_DCT_v_scaled_size + 2;
501 ngroups = cinfo->min_DCT_v_scaled_size;
511 (JDIMENSION) (rgroup * ngroups));
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmainct.c 479 int ci, rgroup, ngroups; local
492 * ngroups is the number of row groups we need.
498 ngroups = cinfo->min_DCT_scaled_size + 2;
500 ngroups = cinfo->min_DCT_scaled_size;
510 (JDIMENSION) (rgroup * ngroups));
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 109 size_t ngroups; member in struct:bitmap_info_s
145 for (i = 0; i < binfo->ngroups; i++) {
  /external/tcpdump/
print-igmp.c 152 u_int group, nsrcs, ngroups; local
161 ngroups = EXTRACT_16BITS(&bp[6]);
162 ND_PRINT((ndo, ", %d group record(s)", ngroups));
166 for (i=0; i<ngroups; i++) {
print-pim.c 143 int ngroups, njoin, nprune; local
184 ngroups = bp[3];
187 while (ngroups--) {
print-icmp6.c 1427 u_int group, nsrcs, ngroups; local
    [all...]
  /external/elfutils/libasm/
libasmP.h 171 size_t ngroups; member in struct:AsmCtx
  /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/valgrind/coregrind/m_coredump/
coredump-solaris.c 626 Int ngroups = VG_(getgroups)(VKI_NGROUPS_MAX, group_list); local
627 if (ngroups == -1)
628 ngroups = 0;
630 *size = sizeof(vki_prcred_t) + (ngroups - 1) * sizeof(gid_t);
640 prcred->pr_ngroups = ngroups;
643 for (i = 0; i < ngroups; i++)
    [all...]
  /external/opencv3/modules/core/src/
stat.cpp 1066 int ngroups = dev.maxComputeUnits(), dbsize = ngroups * (calc2 ? 2 : 1); local
    [all...]
  /external/ppp/pppd/
main.c 203 int ngroups; /* How many groups valid in groups */ variable
344 ngroups = getgroups(NGROUPS_MAX, groups);
    [all...]
  /external/elfutils/src/
readelf.c 8780 size_t ngroups = 1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 1182 milliseconds