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

  /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 269 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
  /ndk/sources/host-tools/nawk-20071023/
awk.h 89 int nelem; /* elements in table right now */ member in struct:Array
  /bionic/libc/netbsd/net/
getaddrinfo.c 1832 int nelem = 0, i; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 228 Idx nelem; member in struct:__anon19630
711 #define re_node_set_empty(p) ((p)->nelem = 0)

Completed in 321 milliseconds