Searched refs:pad_size (Results 1 – 2 of 2) sorted by relevance
234 #define GET_ALIGNMENT_PAD_SIZE(addr,pad_size) do {\ argument235 (pad_size) = WORD_ALIGNMENT_SIZE \237 if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
564 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()