Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/
DfTPM.c72 static uint16_t SwapBytes16(uint16_t Value) in SwapBytes16() function
82 LowerBytes = (uint32_t)SwapBytes16((uint16_t)Value); in SwapBytes32()
83 HigherBytes = (uint32_t)SwapBytes16((uint16_t)(Value >> 16)); in SwapBytes32()
/external/dng_sdk/source/
Ddng_stream.cpp460 x = SwapBytes16 (x); in Get_uint16()
476 x = SwapBytes16 (x); in Put_uint16()
Ddng_bottlenecks.h573 SwapBytes16Proc *SwapBytes16; member
651 (gDNGSuite.SwapBytes16) (dPtr, in DoSwapBytes16()
Ddng_utils.h594 inline uint16 SwapBytes16 (uint16 x) in SwapBytes16() function
Ddng_reference.cpp61 dPtr [j] = SwapBytes16 (dPtr [j]); in RefSwapBytes16()