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 233 ext/mbstring/oniguruma/regint.h (pad_size) = WORD_ALIGNMENT_SIZE \ WORD_ALIGNMENT_SIZE 234 ext/mbstring/oniguruma/regint.h - ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\ WORD_ALIGNMENT_SIZE 235 ext/mbstring/oniguruma/regint.h if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\ WORD_ALIGNMENT_SIZE 239 ext/mbstring/oniguruma/regint.h (addr) += (WORD_ALIGNMENT_SIZE - 1);\ WORD_ALIGNMENT_SIZE 240 ext/mbstring/oniguruma/regint.h (addr) -= ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\