Searched refs:sibling (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | ASTBase.cpp | 134 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()
|
D | ast.c | 258 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()
|
D | PCCTSAST.cpp | 98 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/ |
D | ASTBase.cpp | 134 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()
|
D | ast.c | 258 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()
|
D | PCCTSAST.cpp | 98 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/ |
D | astlib.c | 148 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/ |
D | fset2.c | 195 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/ |
D | history.txt | 86 was released. This tool allows the user to parse child-sibling trees
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 2913 copies were made of sibling nodes, Sibling pointers are
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | psci-pd-tree.rst | 34 over the sibling nodes at a particular level to find a specified power
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133_before_mr13.txt | 2913 copies were made of sibling nodes, Sibling pointers are
|