HomeSort by relevance Sort by last modified time
    Searched refs:SafeUint32Sub (Results 1 - 6 of 6) sorted by null

  /external/dng_sdk/source/
dng_camera_profile.cpp 972 SafeUint32Sub(profileInfo.fProfileSats, 1),
994 SafeUint32Sub(profileInfo.fProfileSats, 1),
1016 SafeUint32Sub(profileInfo.fLookTableSats, 1),
dng_safe_arithmetic.h 73 std::uint32_t SafeUint32Sub(std::uint32_t arg1, std::uint32_t arg2);
dng_safe_arithmetic.cpp 111 std::uint32_t SafeUint32Sub(std::uint32_t arg1, std::uint32_t arg2) {
dng_shared.cpp 589 SafeUint32Sub(fProfileSats, 1u),
636 SafeUint32Sub(fProfileSats, 1u),
758 SafeUint32Sub(fLookTableSats, 1u),
1068 stream.Skip (SafeUint32Sub(offset, 8u));
    [all...]
dng_ifd.cpp     [all...]
dng_info.cpp 1528 uint32 tempSize = SafeUint32Sub(section_count, 6);
    [all...]

Completed in 494 milliseconds