Searched defs:NCH (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dnode.h26 #define NCH(n) ((n)->n_nchildren) macro
29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dnode.h25 #define NCH(n) ((n)->n_nchildren) macro
28 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))

Completed in 42 milliseconds