HomeSort by relevance Sort by last modified time
    Searched refs:nitems (Results 26 - 50 of 63) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 171 vrbl-size object with nitems items, exclusive of gc overhead (if any). The
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \
187 (nitems)*(typeobj)->tp_itemsize + \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 171 vrbl-size object with nitems items, exclusive of gc overhead (if any). The
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \
187 (nitems)*(typeobj)->tp_itemsize + \
  /external/libnl/lib/
cache.c 72 int nitems = 0; local
83 nitems++;
86 return nitems;
  /external/bison/src/
print_graph.c 68 size_t snritems = s->nitems;
LR0.c 359 closure (s->items, s->nitems);
print-xml.c 60 size_t snritems = s->nitems;
print.c 75 size_t snritems = s->nitems;
  /external/toybox/toys/other/
ifconfig.c 172 int nitems; local
175 nitems = sscanf(toybuf, "%32s %*08x %02x %02x %*02x %15s\n",
177 if (nitems<0 && feof(fp)) break;
178 if (nitems != 4) perror_exit("bad %s", pp);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_bitplane.c 574 int sizeinbytes,nitems,i; local
586 nitems = (sizeinbytes + (sizeof(wi.data.data_payload) - 1)) /
590 for( i = 0; i < nitems; i++ )
viddec_vc1_workload.c 500 int nitems; local
516 nitems = (sizeof(parser->spr) + 7) / 8; /* In QWORDs rounded up */
520 for( i = 0; (i < nitems) && ( (parser->info.picLayerHeader.SLICE_ADDR == 0) || parser->info.picture_info_has_changed ); i++ )
  /external/elfutils/src/libebl/
libebl.h 383 size_t *nitems, const Ebl_Core_Item **items)
eblopenbackend.c 173 size_t *nitems, const Ebl_Core_Item **);
598 size_t *nitems __attribute__ ((unused)),
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
realglx.h 112 const int *attribList, int *nitems );
fakeglx.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
menu.h 113 short nitems; /* Nr. of items in menu */ member in struct:tagMENU
cursesm.h 235 ITEM** mapItems(NCursesMenuItem* nitems[]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
menu.h 113 short nitems; /* Nr. of items in menu */ member in struct:tagMENU
  /external/libvncserver/x11vnc/
xevents.c 453 unsigned long nitems = 0, bytes_after = 0; local
477 prop, nitems/4, len/16, False,
478 AnyPropertyType, &type, &format, &nitems, &bytes_after,
481 dlen = nitems * (format/8);
    [all...]
connections.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/mesa3d/include/GL/
glx.h 256 const int *attribList, int *nitems );
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 380 textProp.nitems = strlen((char*)textProp.value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 246 const int *attribList, int *nitems );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 161 unsigned long nitems; /* number of data items in value */ member in struct:__anon30012

Completed in 777 milliseconds

12 3