Searched refs:BIN_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
47 #define BIN_ALIGNMENT 16 macro663 if (dataStart % BIN_ALIGNMENT) { in handlePreWrite()664 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handlePreWrite()772 if (dataStart % BIN_ALIGNMENT) { in handleWrite()773 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handleWrite()