Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp47 #define BIN_ALIGNMENT 16 macro
663 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()