Home
last modified time | relevance | path

Searched refs:attr_count (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_vcproj.py78 attr_count = 0
80 attr_count = node.attributes.length
83 if attr_count == 0:
/third_party/node/tools/gyp/tools/
Dpretty_vcproj.py81 attr_count = 0
83 attr_count = node.attributes.length
86 if attr_count == 0:
/third_party/littlefs/tests/
Dtest_attrs.toml173 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
231 struct lfs_file_config cfg2 = {.attrs=attrs2, .attr_count=3};
248 struct lfs_file_config cfg3 = {.attrs=attrs3, .attr_count=3};
283 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c203 int err, i, j, attr_count, pix_fmt_count; in vaapi_frames_get_constraints() local
207 attr_count = 0; in vaapi_frames_get_constraints()
209 0, &attr_count); in vaapi_frames_get_constraints()
217 attr_list = av_malloc(attr_count * sizeof(*attr_list)); in vaapi_frames_get_constraints()
224 attr_list, &attr_count); in vaapi_frames_get_constraints()
233 for (i = 0; i < attr_count; i++) { in vaapi_frames_get_constraints()
270 for (i = j = 0; i < attr_count; i++) { in vaapi_frames_get_constraints()
/third_party/littlefs/
Dlfs.h317 lfs_size_t attr_count; member
Dlfs.c2926 for (unsigned i = 0; i < file->cfg->attr_count; i++) {
3232 file->cfg->attr_count), file->cfg->attrs}));
5500 (void*)cfg, cfg->buffer, (void*)cfg->attrs, cfg->attr_count);
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1963 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/
Druntests.c2837 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()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h84276 __u16 attr_count; member