Searched refs:SafeUint32Sub (Results 1 – 6 of 6) sorted by relevance
/external/dng_sdk/source/ |
D | dng_camera_profile.cpp | 972 SafeUint32Sub(profileInfo.fProfileSats, 1), in Parse() 994 SafeUint32Sub(profileInfo.fProfileSats, 1), in Parse() 1016 SafeUint32Sub(profileInfo.fLookTableSats, 1), in Parse()
|
D | dng_shared.cpp | 589 SafeUint32Sub(fProfileSats, 1u), in ParseTag() 636 SafeUint32Sub(fProfileSats, 1u), in ParseTag() 758 SafeUint32Sub(fLookTableSats, 1u), in ParseTag() 1068 stream.Skip (SafeUint32Sub(offset, 8u)); in ParseExtended()
|
D | dng_safe_arithmetic.h | 73 std::uint32_t SafeUint32Sub(std::uint32_t arg1, std::uint32_t arg2);
|
D | dng_safe_arithmetic.cpp | 111 std::uint32_t SafeUint32Sub(std::uint32_t arg1, std::uint32_t arg2) { in SafeUint32Sub() function
|
D | dng_ifd.cpp | 3982 return (SafeUint32Sub(SafeUint32Add(fImageWidth, fTileWidth), 1)) / fTileWidth; in TilesAcross() 3998 return (SafeUint32Sub(SafeUint32Add(fImageLength, fTileLength), 1)) / fTileLength; in TilesDown()
|
D | dng_info.cpp | 1528 uint32 tempSize = SafeUint32Sub(section_count, 6); in ParseDNGPrivateData()
|