Home
last modified time | relevance | path

Searched refs:dqh (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dquotaio_v2.c200 static int v2_read_header(struct quota_handle *h, struct v2_disk_dqheader *dqh) in v2_read_header() argument
202 if (h->e2fs_read(&h->qh_qf, 0, dqh, sizeof(struct v2_disk_dqheader)) != in v2_read_header()
214 struct v2_disk_dqheader dqh; in v2_check_file() local
221 if (!v2_read_header(h, &dqh)) in v2_check_file()
224 be_magic = ext2fs_be32_to_cpu((__force __be32)dqh.dqh_magic); in v2_check_file()
229 if (V2_VERSION_R0 != ext2fs_le32_to_cpu(dqh.dqh_version) && in v2_check_file()
230 V2_VERSION_R1 != ext2fs_le32_to_cpu(dqh.dqh_version)) in v2_check_file()
240 struct v2_disk_dqheader dqh; in v2_init_io() local
246 if (!v2_read_header(h, &dqh)) in v2_init_io()
248 version = ext2fs_le32_to_cpu(dqh.dqh_version); in v2_init_io()
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dquotaio_v2.c138 static int v2_read_header(struct quota_handle *h, struct v2_disk_dqheader *dqh) in v2_read_header() argument
140 if (h->read(&h->qh_qf, 0, dqh, sizeof(struct v2_disk_dqheader)) != in v2_read_header()
152 struct v2_disk_dqheader dqh; in v2_check_file() local
156 if (!v2_read_header(h, &dqh)) in v2_check_file()
159 be_magic = be32_to_cpu((__force __be32)dqh.dqh_magic); in v2_check_file()
164 if (V2_VERSION != le32_to_cpu(dqh.dqh_version)) in v2_check_file()
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dav1_quantize_avx2.c351 const __m256i dqh = _mm256_slli_epi16(_mm256_mulhi_epi16(abs_q, qp[2]), 14); in quantize_fp_64x64() local
353 const __m256i abs_dq = _mm256_or_si256(dqh, dql); in quantize_fp_64x64()