Home
last modified time | relevance | path

Searched defs:CODESIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c24 #define CODESIZE(op) (HAS_ARG(op) ? 3 : 1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c24 #define CODESIZE(op) (HAS_ARG(op) ? 3 : 1) macro