WORD_ALIGNMENT_SIZE   51 ext/mbstring/oniguruma/regcomp.c static unsigned char PadBuf[WORD_ALIGNMENT_SIZE];
WORD_ALIGNMENT_SIZE  546 ext/mbstring/oniguruma/regcomp.c   add_length(reg, mbuf->used + (WORD_ALIGNMENT_SIZE - 1));
WORD_ALIGNMENT_SIZE  552 ext/mbstring/oniguruma/regcomp.c   pad_size = (WORD_ALIGNMENT_SIZE - 1) - pad_size;
WORD_ALIGNMENT_SIZE  581 ext/mbstring/oniguruma/regcomp.c     len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1);
WORD_ALIGNMENT_SIZE  262 ext/mbstring/oniguruma/regint.h   (pad_size) = WORD_ALIGNMENT_SIZE \
WORD_ALIGNMENT_SIZE  263 ext/mbstring/oniguruma/regint.h                - ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\
WORD_ALIGNMENT_SIZE  264 ext/mbstring/oniguruma/regint.h   if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
WORD_ALIGNMENT_SIZE  268 ext/mbstring/oniguruma/regint.h   (addr) += (WORD_ALIGNMENT_SIZE - 1);\
WORD_ALIGNMENT_SIZE  269 ext/mbstring/oniguruma/regint.h   (addr) -= ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\