Searched refs:attr_count (Results 1 - 7 of 7) sorted by relevance
/third_party/node/tools/gyp/tools/ |
H A D | pretty_vcproj.py | 75 attr_count = 0 77 attr_count = node.attributes.length 80 if attr_count == 0:
|
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 701 int attr_count = 0; in pre_process_create_items() local 763 if (!attr_count) { in pre_process_create_items() 809 attr_count++; in pre_process_create_items()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.c | 206 int err, i, j, attr_count, pix_fmt_count; in vaapi_frames_get_constraints() local 210 attr_count = 0; in vaapi_frames_get_constraints() 212 0, &attr_count); in vaapi_frames_get_constraints() 220 attr_list = av_malloc(attr_count * sizeof(*attr_list)); in vaapi_frames_get_constraints() 227 attr_list, &attr_count); in vaapi_frames_get_constraints() 236 for (i = 0; i < attr_count; i++) { in vaapi_frames_get_constraints() 273 for (i = j = 0; i < attr_count; i++) { in vaapi_frames_get_constraints()
|
/third_party/littlefs/ |
H A D | lfs.h | 346 lfs_size_t attr_count; member
|
H A D | lfs.c | 3098 for (unsigned i = 0; i < file->cfg->attr_count; i++) { 3406 file->cfg->attr_count), file->cfg->attrs})); 5948 ".buffer=%p, .attrs=%p, .attr_count=%"PRIu32"})", 5950 (void*)cfg, cfg->buffer, (void*)cfg->attrs, cfg->attr_count);
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 1963 unsigned attr_count = shader->info.attribute_count; in panfrost_emit_image_attribs() local 1964 unsigned buf_count = (attr_count * 2) + (PAN_ARCH >= 6 ? 1 : 0); in panfrost_emit_image_attribs() 1970 pan_pool_alloc_desc_array(&batch->pool.base, attr_count, ATTRIBUTE); in panfrost_emit_image_attribs()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | runtests.c | 2837 int attr_count; member 2863 if (info->attr_count * 2 != count) { in counting_start_element_handler() 2876 for (i = 0; i < info->attr_count; i++) { in counting_start_element_handler()
|
Completed in 35 milliseconds