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

  /external/bison/src/
state.h 46 Each core contains a vector of NITEMS items which are the indices
215 size_t nitems; member in struct:state
  /external/chromium/chrome/browser/safe_browsing/
prefix_set_unittest.cc 113 size_t nitems = std::min(payload_size - digested_size, sizeof(buf)); local
114 ASSERT_EQ(nitems, fread(buf, 1, nitems, fp));
115 MD5Update(&context, &buf, nitems);
116 digested_size += nitems;
  /bionic/libc/bionic/
fts.c 75 int nitems; local
108 for (root = NULL, nitems = 0; *argv; ++argv, ++nitems) {
143 if (compar && nitems > 1)
144 root = fts_sort(sp, root, nitems);
166 if (nitems == 0)
551 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
739 ++nitems;
756 if (len == sp->fts_pathlen || nitems == 0
    [all...]
  /external/oprofile/libpopt/
popt.c 1128 int * nitems; local
1133 nitems = &con->numExecs;
1137 nitems = &con->numAliases;
1144 *items = realloc((*items), ((*nitems) + 1) * sizeof(**items));
1148 item = (*items) + (*nitems);
1163 (*nitems)++;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 113 short nitems; /* Nr. of items in menu */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 113 short nitems; /* Nr. of items in menu */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 113 short nitems; /* Nr. of items in menu */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 161 unsigned long nitems; /* number of data items in value */ member in struct:__anon23511
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 161 unsigned long nitems; /* number of data items in value */ member in struct:__anon25101
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 161 unsigned long nitems; /* number of data items in value */ member in struct:__anon26613
  /external/elfutils/src/
readelf.c 6068 size_t nitems; 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 

Completed in 1988 milliseconds