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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 27 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
  /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 1824 int nelem = 0, i; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 228 Idx nelem; member in struct:__anon35059
711 #define re_node_set_empty(p) ((p)->nelem = 0)

Completed in 586 milliseconds