Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h230 #define WORD_ALIGNMENT_SIZE SIZEOF_LONG macro
233 (pad_size) = WORD_ALIGNMENT_SIZE \
234 - ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\
235 if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
239 (addr) += (WORD_ALIGNMENT_SIZE - 1);\
240 (addr) -= ((unsigned int )(addr) % WORD_ALIGNMENT_SIZE);\
H A Dregcomp.c49 static unsigned char PadBuf[WORD_ALIGNMENT_SIZE];
564 add_length(reg, mbuf->used + (WORD_ALIGNMENT_SIZE - 1)); in add_multi_byte_cclass()
570 pad_size = (WORD_ALIGNMENT_SIZE - 1) - pad_size; in add_multi_byte_cclass()
599 len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1); in compile_length_cclass_node()
H A DHISTORY59 WORD_ALIGNMENT_SIZE must be sizeof(OnigCodePoint).

Completed in 30 milliseconds