Searched refs:n_items (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dlistformatter.h127 * @param n_items Length of the array items.
133 UnicodeString& format(const UnicodeString items[], int32_t n_items,
142 int32_t n_items,
/external/mesa3d/src/mesa/program/
H A Dprog_cache.c50 GLuint size, n_items; member in struct:gl_program_cache
134 cache->n_items = 0;
219 if (cache->n_items > cache->size * 1.5) {
226 cache->n_items++;
248 if (cache->n_items > cache->size * 1.5) {
255 cache->n_items++;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_program_cache.c141 cache->size, bucketcount, cache->n_items);
384 if (cache->n_items > cache->size * 1.5f)
390 cache->n_items++;
405 cache->n_items = 0;
440 cache->n_items = 0;
474 if (brw->cache.n_items > 2000) {
H A Dbrw_context.h461 GLuint size, n_items; member in struct:brw_cache
/external/libnl/python/netlink/
H A Dcapi.i948 PyObject *nla_policy_array(int n_items)
955 policies = calloc(n_items, sizeof(*policies));
956 listobj = PyList_New(n_items);
957 for (i = 0; i < n_items; i++) {
/external/python/cpython3/Python/
H A Dast.c3879 int i, n_items; local
3884 n_items = (NCH(n) - 2) / 2;
3885 items = _Py_asdl_seq_new(n_items, c->c_arena);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp8299 const unsigned int n_items = sizeof(items) / sizeof(items[0]); local
8301 for (unsigned int n_item = 0; n_item < n_items; ++n_item)

Completed in 1536 milliseconds