Searched refs:n_nchildren (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dnode.h15 int n_nchildren; member in struct:_node
26 #define NCH(n) ((n)->n_nchildren)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dnode.h15 int n_nchildren; member in struct:_node
25 #define NCH(n) ((n)->n_nchildren)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dnode.c16 n->n_nchildren = 0;
81 const int nch = n1->n_nchildren;
105 n = &n1->n_child[n1->n_nchildren++];
110 n->n_nchildren = 0;
H A Dpgen.c159 i = n->n_nchildren - 1; /* Last child is ENDMARKER */
174 REQN(n->n_nchildren, 4);
194 i = n->n_nchildren;
227 i = n->n_nchildren;
249 i = n->n_nchildren;
285 i = n->n_nchildren;
H A Dparsetok.c274 r->n_nchildren = 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dnode.c16 n->n_nchildren = 0;
81 const int nch = n1->n_nchildren;
105 n = &n1->n_child[n1->n_nchildren++];
110 n->n_nchildren = 0;
H A Dparsetok.c261 r->n_nchildren = 1;

Completed in 29 milliseconds