WORD_ALIGNMENT_SIZE  538 mbstring/oniguruma/regcomp.c   static unsigned char PadBuf[WORD_ALIGNMENT_SIZE];
WORD_ALIGNMENT_SIZE  544 mbstring/oniguruma/regcomp.c   add_length(reg, mbuf->used + (WORD_ALIGNMENT_SIZE - 1));
WORD_ALIGNMENT_SIZE  550 mbstring/oniguruma/regcomp.c   pad_size = (WORD_ALIGNMENT_SIZE - 1) - pad_size;
WORD_ALIGNMENT_SIZE  579 mbstring/oniguruma/regcomp.c     len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1);
WORD_ALIGNMENT_SIZE  263 mbstring/oniguruma/regint.h   (pad_size) = WORD_ALIGNMENT_SIZE \
WORD_ALIGNMENT_SIZE  264 mbstring/oniguruma/regint.h                - ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\
WORD_ALIGNMENT_SIZE  265 mbstring/oniguruma/regint.h   if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
WORD_ALIGNMENT_SIZE  269 mbstring/oniguruma/regint.h   (addr) += (WORD_ALIGNMENT_SIZE - 1);\
WORD_ALIGNMENT_SIZE  270 mbstring/oniguruma/regint.h   (addr) -= ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\