Searched refs:n_items (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | stdin-util.c | 93 pa_assert(i < m->n_items); in unload_one_module() 113 for (i = 0; i < m->n_items; i++) in unload_all_modules() 116 m->n_items = 0; in unload_all_modules() 197 m->n_items = 0; in handle_event() 207 if (i > m->n_items) m->n_items = i; in handle_event() 219 if (i > m->n_items) m->n_items = i; in handle_event() 223 load_module(m, i, module, args, i >= m->n_items); in handle_event() 232 for (j = i; j < m->n_items; in handle_event() [all...] |
H A D | stdin-util.h | 46 unsigned n_items; member
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_cache.c | 51 GLuint size, n_items; member 135 cache->n_items = 0; in clear_cache() 220 if (cache->n_items > cache->size * 1.5) { in _mesa_program_cache_insert() 227 cache->n_items++; in _mesa_program_cache_insert() 249 if (cache->n_items > cache->size * 1.5) { in _mesa_shader_cache_insert() 256 cache->n_items++; in _mesa_shader_cache_insert()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | listformatter.h | 213 * @param n_items Length of the array items. 219 UnicodeString& format(const UnicodeString items[], int32_t n_items, 228 * @param n_items Length of the array items. 235 int32_t n_items, 244 int32_t n_items, 275 const UnicodeString items[], int32_t n_items, UnicodeString& appendTo,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | listformatter.h | 213 * @param n_items Length of the array items. 219 UnicodeString& format(const UnicodeString items[], int32_t n_items, 228 * @param n_items Length of the array items. 235 int32_t n_items, 244 int32_t n_items,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | listformatter.h | 213 * @param n_items Length of the array items. 219 UnicodeString& format(const UnicodeString items[], int32_t n_items, 228 * @param n_items Length of the array items. 235 int32_t n_items, 244 int32_t n_items,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 8298 const unsigned int n_items = sizeof(items) / sizeof(items[0]); in initTest() local 8300 for (unsigned int n_item = 0; n_item < n_items; ++n_item) in initTest()
|
Completed in 18 milliseconds