Searched defs:pi32Signed (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp455 * @param pi32Signed Where to store the checksum calculated using
464 static bool rtZipTarCalcChkSum(PCRTZIPTARHDR pHdr, int32_t *pi32Unsigned, int32_t *pi32Signed) argument
497 if (pi32Signed)
498 *pi32Signed = i32Signed;
H A Dtarvfs.cpp263 * @param pi32Signed Where to store the checksum calculated using
270 static bool rtZipTarCalcChkSum(PCRTZIPTARHDR pHdr, int32_t *pi32Unsigned, int32_t *pi32Signed) argument
303 if (pi32Signed)
304 *pi32Signed = i32Signed;

Completed in 260 milliseconds