Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h219 #define PLATFORM_GET_INC(val,p,type) do{\ macro
226 #define PLATFORM_GET_INC(val,p,type) do{\ macro
571 #define GET_RELADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, RelAddrType)
572 #define GET_ABSADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, AbsAddrType)
573 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType)
574 #define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType)
575 #define GET_REPEATNUM_INC(num,p) PLATFORM_GET_INC(num, p, RepeatNumType)
576 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
577 #define GET_POINTER_INC(ptr,p) PLATFORM_GET_INC(ptr, p, PointerType)
578 #define GET_STATE_CHECK_NUM_INC(num,p) PLATFORM_GET_INC(num, p, StateCheckNumType)