Home
last modified time | relevance | path

Searched refs:SwapBytes32 (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/
DfTPM.c77 static uint32_t SwapBytes32(uint32_t Value) in SwapBytes32() function
109 ResponseCode = SwapBytes32(Value.Data); in fTPMResponseCode()
/external/dng_sdk/source/
Ddng_stream.cpp496 x = SwapBytes32 (x); in Get_uint32()
512 x = SwapBytes32 (x); in Put_uint32()
Ddng_bottlenecks.h574 SwapBytes32Proc *SwapBytes32; member
660 (gDNGSuite.SwapBytes32) (dPtr, in DoSwapBytes32()
Ddng_utils.h602 inline uint32 SwapBytes32 (uint32 x) in SwapBytes32() function
Ddng_reference.cpp76 dPtr [j] = SwapBytes32 (dPtr [j]); in RefSwapBytes32()