Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c28 #define FILLP_SWAP32(_x) ((FILLP_ROTR32((_x), 24) & 0x00ff00ff) | (FILLP_ROTR32((_x), 8) & 0xff00ff… macro
36 _arrayPtr[_index] = FILLP_SWAP32(_arrayPtr[_index]); \