Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c325 u32 dummy32; in nfsd4_decode_fattr() local
370 dummy32 = be32_to_cpup(p++); in nfsd4_decode_fattr()
371 READ_BUF(dummy32); in nfsd4_decode_fattr()
372 len += XDR_QUADLEN(dummy32) << 2; in nfsd4_decode_fattr()
373 READMEM(buf, dummy32); in nfsd4_decode_fattr()
374 ace->whotype = nfs4_acl_get_whotype(buf, dummy32); in nfsd4_decode_fattr()
380 buf, dummy32, &ace->who_gid); in nfsd4_decode_fattr()
383 buf, dummy32, &ace->who_uid); in nfsd4_decode_fattr()
399 dummy32 = be32_to_cpup(p++); in nfsd4_decode_fattr()
400 READ_BUF(dummy32); in nfsd4_decode_fattr()
[all …]
/linux-4.19.296/lib/zstd/
Dzstd_opt.h257 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local
330 smallerPtr = &dummy32; in ZSTD_insertBtAndGetAllMatches()
340 largerPtr = &dummy32; in ZSTD_insertBtAndGetAllMatches()
Dcompress.c1581 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local
1617 smallerPtr = &dummy32; in ZSTD_insertBt1()
1627 largerPtr = &dummy32; in ZSTD_insertBt1()
1665 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndFindBestMatch() local
1700 smallerPtr = &dummy32; in ZSTD_insertBtAndFindBestMatch()
1710 largerPtr = &dummy32; in ZSTD_insertBtAndFindBestMatch()