Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DDisplayProtocol.h84 #define STATEMENT_INVALID BIT31 macro
86 #define INCOSISTENT_IF_TRUE STATEMENT_INVALID | 0x01
87 #define WARNING_IF_TRUE STATEMENT_INVALID | 0x02
88 #define STRING_TOO_LONG STATEMENT_INVALID | 0x03
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h54 STATEMENT_INVALID, STATEMENT_INSERT, STATEMENT_DELETE, enumerator
Dcursor.c54 return STATEMENT_INVALID; in detect_statement_type()