Home
last modified time | relevance | path

Searched refs:r_count (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp318 cl_image_format *r_buf, cl_uint *r_count) try { in clGetSupportedImageFormats() argument
323 if (r_count) in clGetSupportedImageFormats()
324 *r_count = 0; in clGetSupportedImageFormats()
330 if (r_count) in clGetSupportedImageFormats()
331 *r_count = 0; in clGetSupportedImageFormats()
345 if (r_count) in clGetSupportedImageFormats()
346 *r_count = formats.size(); in clGetSupportedImageFormats()
Dkernel.cpp52 cl_kernel *rd_kerns, cl_uint *r_count) try { in clCreateKernelsInProgram() argument
68 if (r_count) in clCreateKernelsInProgram()
69 *r_count = syms.size(); in clCreateKernelsInProgram()
/third_party/e2fsprogs/tests/j_corrupt_revoke_rcount/
Dname1 corrupt revoke r_count buffer overflow
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h166 __be32 r_count; /* Count of bytes used in the block */ member
/third_party/e2fsprogs/debugfs/
Ddo_journal.c206 jrb->r_count = ext2fs_cpu_to_be32(offset); in journal_add_revoke_to_trans()
241 jrb->r_count = ext2fs_cpu_to_be32(offset); in journal_add_revoke_to_trans()
Dlogdump.c723 max = be32_to_cpu(header->r_count); in dump_revoke_block()
/third_party/e2fsprogs/e2fsck/
Drevoke.c651 header->r_count = cpu_to_be32(offset); in flush_descriptor()
Drecovery.c905 rcount = be32_to_cpu(header->r_count); in scan_revoke_records()