HomeSort by relevance Sort by last modified time
    Searched refs:IS_COMMA (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.h 33 #define IS_COMMA(a) ((a) == L',')
DevicePathFromText.c 203 !IS_COMMA (*Str) &&
218 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) {
238 if (IS_COMMA (*Str)) {
    [all...]

Completed in 106 milliseconds