Home
last modified time | relevance | path

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

/isa-l_crypto/include/
H A Dmemcpy_inline.h85 #define MEMCPY_BETWEEN_N_AND_2N_BYTES(N, fixedwidth, dst, src, nbytes) \ argument
90 if (N == 1 || (fixedwidth && nbytes == N)) { \
102 #define MEMCLR_BETWEEN_N_AND_2N_BYTES(N, fixedwidth, dst, nbytes) \ argument
106 if (N == 1 || (fixedwidth && nbytes == N)) { \