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

/external/python/cpython2/Include/
H A Dnode.h29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i)) macro
/external/python/cpython3/Include/
H A Dnode.h31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i)) macro

Completed in 126 milliseconds