WORD_ALIGNMENT_SIZE   49 ext/mbstring/oniguruma/regcomp.c static unsigned char PadBuf[WORD_ALIGNMENT_SIZE];
WORD_ALIGNMENT_SIZE  564 ext/mbstring/oniguruma/regcomp.c   add_length(reg, mbuf->used + (WORD_ALIGNMENT_SIZE - 1));
WORD_ALIGNMENT_SIZE  570 ext/mbstring/oniguruma/regcomp.c   pad_size = (WORD_ALIGNMENT_SIZE - 1) - pad_size;
WORD_ALIGNMENT_SIZE  599 ext/mbstring/oniguruma/regcomp.c     len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1);
WORD_ALIGNMENT_SIZE  237 ext/mbstring/oniguruma/regint.h   (pad_size) = WORD_ALIGNMENT_SIZE \
WORD_ALIGNMENT_SIZE  238 ext/mbstring/oniguruma/regint.h                - ((size_t)(addr) % WORD_ALIGNMENT_SIZE);\
WORD_ALIGNMENT_SIZE  239 ext/mbstring/oniguruma/regint.h   if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
WORD_ALIGNMENT_SIZE  243 ext/mbstring/oniguruma/regint.h   (addr) += (WORD_ALIGNMENT_SIZE - 1);\
WORD_ALIGNMENT_SIZE  244 ext/mbstring/oniguruma/regint.h   (addr) -= ((size_t)(addr) % WORD_ALIGNMENT_SIZE);\