OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORD_ALIGNMENT_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h
232
#define
WORD_ALIGNMENT_SIZE
SIZEOF_LONG
235
(pad_size) =
WORD_ALIGNMENT_SIZE
\
236
- ((unsigned int )(UINTN)(addr) %
WORD_ALIGNMENT_SIZE
);\
237
if ((pad_size) ==
WORD_ALIGNMENT_SIZE
) (pad_size) = 0;\
241
(addr) += (
WORD_ALIGNMENT_SIZE
- 1);\
242
(addr) -= ((unsigned int )(UINTN)(addr) %
WORD_ALIGNMENT_SIZE
);\
regcomp.c
51
static unsigned char PadBuf[
WORD_ALIGNMENT_SIZE
];
568
add_length(reg, mbuf->used + (
WORD_ALIGNMENT_SIZE
- 1));
574
pad_size = (
WORD_ALIGNMENT_SIZE
- 1) - pad_size;
603
len += SIZE_LENGTH + cc->mbuf->used + (
WORD_ALIGNMENT_SIZE
- 1);
[
all
...]
Completed in 286 milliseconds