Home
last modified time | relevance | path

Searched refs:pad_size (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h234 #define GET_ALIGNMENT_PAD_SIZE(addr,pad_size) do {\ argument
235 (pad_size) = WORD_ALIGNMENT_SIZE \
237 if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
Dregcomp.c564 int r, pad_size; in add_multi_byte_cclass()
567 GET_ALIGNMENT_PAD_SIZE(p, pad_size); in add_multi_byte_cclass()
569 if (pad_size != 0) add_bytes(reg, PadBuf, pad_size); in add_multi_byte_cclass()
574 pad_size = (WORD_ALIGNMENT_SIZE - 1) - pad_size; in add_multi_byte_cclass()
575 if (pad_size != 0) add_bytes(reg, PadBuf, pad_size); in add_multi_byte_cclass()