Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnuimpl.h98 #define LO_CHUNK(c) ((BNU_CHUNK_T)(c) & (BNU_CHUNK_2H - 1)) macro
141 BNU_CHUNK_T __aL = LO_CHUNK((A)); \
143 BNU_CHUNK_T __bL = LO_CHUNK((B)); \
157 (RL) = (__x1 << BNU_CHUNK_BITS/2) + LO_CHUNK(__x0); \