Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLib.h33 #define IS_COMMA(a) ((a) == L',') macro
DDevicePathFromText.c203 !IS_COMMA (*Str) && in GetNextDeviceNodeStr()
218 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) { in GetNextDeviceNodeStr()
238 if (IS_COMMA (*Str)) { in GetNextDeviceNodeStr()