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

  /external/libutf/
utfdef.h 13 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 10 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
  /prebuilts/go/darwin-x86/test/
cmplxdivide.c 23 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
70 for(i=0; i<nelem(f); i++)
71 for(j=0; j<nelem(f); j++)
72 for(k=0; k<nelem(f); k++)
73 for(l=0; l<nelem(f); l++) {
  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 10 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
  /prebuilts/go/linux-x86/test/
cmplxdivide.c 23 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
70 for(i=0; i<nelem(f); i++)
71 for(j=0; j<nelem(f); j++)
72 for(k=0; k<nelem(f); k++)
73 for(l=0; l<nelem(f); l++) {
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 169 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 270 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
272 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 299 unsigned nelem = v ? v->length () : 0; local
301 v->embedded_init (alloc, nelem);
377 unsigned nelem = v ? v->length () : 0; local
380 v->embedded_init (alloc, nelem);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 89 int nelem; /* elements in table right now */ member in struct:Array
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 1669 long lower, upper, nelem; local
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 1825 int nelem = 0, i; local
    [all...]
  /external/toybox/generated/
globals.h 960 unsigned nelem; member in struct:cut_data

Completed in 630 milliseconds