Searched refs:attr_count (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/ |
D | pretty_vcproj.py | 78 attr_count = 0 80 attr_count = node.attributes.length 83 if attr_count == 0:
|
/third_party/node/tools/gyp/tools/ |
D | pretty_vcproj.py | 81 attr_count = 0 83 attr_count = node.attributes.length 86 if attr_count == 0:
|
/third_party/littlefs/tests/ |
D | test_attrs.toml | 173 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/ |
D | hwcontext_vaapi.c | 203 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/ |
D | lfs.h | 317 lfs_size_t attr_count; member
|
D | lfs.c | 2926 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/ |
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/ |
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()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 84276 __u16 attr_count; member
|