HomeSort by relevance Sort by last modified time
    Searched refs:ngroups (Results 51 - 71 of 71) sorted by null

1 23

  /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++) {
print-pim.c 126 int maddrlen, addrlen, ngroups, njoin, nprune; local
169 ngroups = bp[3];
172 while (ngroups--) {
print-icmp6.c 746 u_int group, nsrcs, ngroups; local
756 ngroups = ntohs(icp->icmp6_data16[1]);
757 printf(", %d group record(s)", ngroups);
761 for (i = 0; i < ngroups; i++) {
    [all...]
  /bionic/libc/bionic/
stubs.cpp 372 int getgrouplist(const char* /*user*/, gid_t group, gid_t* groups, int* ngroups) {
373 if (*ngroups < 1) {
374 *ngroups = 1;
378 return (*ngroups = 1);
  /external/elfutils/libasm/
libasmP.h 168 size_t ngroups; member in struct:AsmCtx
asm_begin.c 120 result->ngroups = 0;
  /external/jpeg/
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/qemu/distrib/jpeg-6b/
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/ppp/pppd/
pppd.h 231 extern int ngroups; /* How many groups valid in groups */
    [all...]
main.c 201 int ngroups; /* How many groups valid in groups */ variable
344 ngroups = getgroups(NGROUPS_MAX, groups);
    [all...]
options.c 1096 for (i = 0; i < ngroups; ++i)
    [all...]
auth.c 472 for (i = 0; i < ngroups; ++i) {
    [all...]
  /external/chromium_org/third_party/re2/re2/
parse.cc     [all...]
  /external/regex-re2/re2/
parse.cc     [all...]
  /external/kernel-headers/original/linux/
sched.h 718 int ngroups; member in struct:group_info
    [all...]
  /external/elfutils/src/
readelf.c 5662 size_t ngroups = 1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 569 milliseconds

1 23