Home
last modified time | relevance | path

Searched defs:DONE (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
Dgenmk_old.c15 #define DONE return 1; macro
18 #define DONE return 0; macro
Dgenmk.c16 #define DONE return 1; macro
19 #define DONE return 0; macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinflate.h47 DONE, /* finished check, done -- remain here until reset */ enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dbinascii.c72 #define DONE 0x7F macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbinascii.c72 #define DONE 0x7F macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py252 DONE = "DONE" variable