OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nelem
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/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/base/opengl/tests/tritex/
tritex.cpp
269
int
nelem
= sizeof(quadIndices)/sizeof(quadIndices[0]);
local
271
glDrawElements(GL_TRIANGLES,
nelem
*quads, GL_UNSIGNED_SHORT, indices);
/bionic/libc/netbsd/net/
getaddrinfo.c
1826
int
nelem
= 0, i;
local
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
228
Idx
nelem
;
member in struct:__anon16798
711
#define re_node_set_empty(p) ((p)->
nelem
= 0)
Completed in 2055 milliseconds