Searched refs:num_elems (Results 1 - 10 of 10) sorted by relevance

/external/boringssl/src/crypto/test/
H A Dmalloc.cc63 extern void *__libc_calloc(size_t num_elems, size_t size);
130 void *calloc(size_t num_elems, size_t size) { argument
136 return __libc_calloc(num_elems, size);
/external/parameter-framework/asio/include/asio/detail/
H A Dhash_map.hpp210 static std::size_t hash_size(std::size_t num_elems) argument
224 if (num_elems < sizes[i])
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhash_map.hpp210 static std::size_t hash_size(std::size_t num_elems) argument
224 if (num_elems < sizes[i])
/external/freetype/include/freetype/internal/
H A Dpsaux.h110 /* num_elems :: The current number of elements in table. */
129 FT_Int num_elems; member in struct:PS_TableRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
H A Dpsaux.h109 /* num_elems :: The current number of elements in table. */
128 FT_Int num_elems; member in struct:PS_TableRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpsaux.h109 /* num_elems :: The current number of elements in table. */
128 FT_Int num_elems; member in struct:PS_TableRec_
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine.cc91 // All 'num_elems' of them.
92 std::string ListArray(const uint16_t* array, int num_elems) { argument
94 for (int i = 0; i < num_elems; ++i) {
/external/freetype/src/psaux/
H A Dpsobjs.c83 table->num_elems = 0;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
H A Dpsobjs.c83 table->num_elems = 0;
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsobjs.c83 table->num_elems = 0;

Completed in 1307 milliseconds