HomeSort by relevance Sort by last modified time
    Searched refs:nelements (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
symtab.h 59 unsigned int nelements; /* Number of live elements. */ member in struct:ht
98 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
symtab.h 59 unsigned int nelements; /* Number of live elements. */ member in struct:ht
98 unsigned int nslots, unsigned int nelements, bool own);
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 209 GLXFBConfig* chooseFBConfig(int screen, const int *attrib_list, int *nelements)
211 return m_glXChooseFBConfig(m_display, screen, attrib_list, nelements);
521 int nelements = 0; local
522 GLXFBConfig* config = s_gl->chooseFBConfig(0, configAttrs, &nelements);
527 if (!nelements) {
    [all...]

Completed in 611 milliseconds