Home
last modified time | relevance | path

Searched refs:nr_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c308 uint32_t nr_bytes, uint32_t nr_relocs ) in vmw_swc_reserve() argument
322 assert(nr_bytes <= vswc->command.size); in vmw_swc_reserve()
323 if(nr_bytes > vswc->command.size) in vmw_swc_reserve()
327 vswc->command.used + nr_bytes > vswc->command.size || in vmw_swc_reserve()
339 assert(vswc->command.used + nr_bytes <= vswc->command.size); in vmw_swc_reserve()
344 vswc->command.reserved = nr_bytes; in vmw_swc_reserve()
/third_party/libbpf/src/
Dbtf_dump.c1829 int nr_bytes; in btf_dump_base_type_check_zero() local
1835 nr_bytes = d->ptr_sz; in btf_dump_base_type_check_zero()
1837 nr_bytes = t->size; in btf_dump_base_type_check_zero()
1839 if (nr_bytes < 1 || nr_bytes > 16) { in btf_dump_base_type_check_zero()
1840 pr_warn("unexpected size %d for id [%u]\n", nr_bytes, id); in btf_dump_base_type_check_zero()
1844 if (memcmp(data, bytecmp, nr_bytes) == 0) in btf_dump_base_type_check_zero()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h284 uint32_t nr_bytes, uint32_t nr_relocs );
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c538 int nr_bytes = dest_sb_end - dest; in ntfs_decompress() local
542 memset(dest, 0, nr_bytes); in ntfs_decompress()
543 dest += nr_bytes; in ntfs_decompress()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h42030 unsigned int nr_bytes; member