Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregint.h231 # define WORD_ALIGNMENT_SIZE SIZEOF_SIZE_T macro
233 # define WORD_ALIGNMENT_SIZE SIZEOF_LONG macro
237 (pad_size) = WORD_ALIGNMENT_SIZE \
238 - ((size_t)(addr) % WORD_ALIGNMENT_SIZE);\
239 if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
243 (addr) += (WORD_ALIGNMENT_SIZE - 1);\
244 (addr) -= ((size_t)(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 DHISTORY83 WORD_ALIGNMENT_SIZE must be sizeof(OnigCodePoint).

Completed in 34 milliseconds