Home
last modified time | relevance | path

Searched refs:sibling (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DASTBase.cpp134 register ASTBase *child, *sibling=NULL, *tail, *w; in tmake() local
147 if ( sibling == NULL ) {sibling = child; tail = w;} in tmake()
151 if ( root==NULL ) root = sibling; in tmake()
152 else root->_down = sibling; in tmake()
Dast.c258 register AST *child, *sibling=NULL, *tail=NULL /* MR20 */, *w; in zztmake() local
275 if ( sibling == NULL ) {sibling = child; tail = w;} in zztmake()
279 if ( root==NULL ) root = sibling; in zztmake()
280 else root->down = sibling; in zztmake()
DPCCTSAST.cpp98 register PCCTS_AST *child, *sibling=NULL, *tail, *w; in make() local
111 if ( sibling == NULL ) {sibling = child; tail = w;} in make()
115 if ( root==NULL ) root = sibling; in make()
116 else root->setDown(sibling); in make()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DASTBase.cpp134 register ASTBase *child, *sibling=NULL, *tail=NULL /*MR23*/, *w; in tmake() local
147 if ( sibling == NULL ) {sibling = child; tail = w;} in tmake()
151 if ( root==NULL ) root = sibling; in tmake()
152 else root->_down = sibling; in tmake()
Dast.c258 register AST *child, *sibling=NULL, *tail=NULL /* MR20 */, *w; in zztmake() local
275 if ( sibling == NULL ) {sibling = child; tail = w;} in zztmake()
279 if ( root==NULL ) root = sibling; in zztmake()
280 else root->down = sibling; in zztmake()
DPCCTSAST.cpp98 register PCCTS_AST *child, *sibling=NULL, *tail=NULL /*MR23*/, *w; in make() local
111 if ( sibling == NULL ) {sibling = child; tail = w;} in make()
115 if ( root==NULL ) root = sibling; in make()
116 else root->setDown(sibling); in make()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dastlib.c148 register SORAST *child, *sibling=NULL, *tail = NULL, *w; in ast_make() local
166 if ( sibling == NULL ) {sibling = child; tail = w;} in ast_make()
170 if ( root==NULL ) root = sibling; in ast_make()
171 else root->ast_down = sibling; in ast_make()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c195 Tree *child, *sibling=NULL, *tail=NULL; in tmake() local
216 if ( sibling == NULL ) {sibling = child; tail = w;} in tmake()
222 if ( root==NULL ) root = sibling; in tmake()
223 else root->down = sibling; in tmake()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
Dhistory.txt86 was released. This tool allows the user to parse child-sibling trees
DCHANGES_FROM_133_BEFORE_MR13.txt2913 copies were made of sibling nodes, Sibling pointers are
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dpsci-pd-tree.rst34 over the sibling nodes at a particular level to find a specified power
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133_before_mr13.txt2913 copies were made of sibling nodes, Sibling pointers are