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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 27 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
  /external/libutf/
utfdef.h 13 #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 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
  /bionic/libc/dns/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:__anon43042
711 #define re_node_set_empty(p) ((p)->nelem = 0)

Completed in 772 milliseconds