Searched refs:ULP_BITS_IS_BYTE_NOT_ALIGNED (Results 1 – 2 of 2) sorted by relevance
61 #define ULP_BITS_IS_BYTE_NOT_ALIGNED(x) ((x) % 8) macro
308 if (ULP_BITS_IS_BYTE_NOT_ALIGNED(offset) || in ulp_blob_insert()309 ULP_BITS_IS_BYTE_NOT_ALIGNED(datalen)) { in ulp_blob_insert()