Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 101) sorted by relevance

12345

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dast.c52 else if ( *_root != *_sibling ) (*_root)->down = *_sibling;
90 if ( *_root != NULL ) (*_root)->down = *_sibling;
119 if ( (*_root)->down == *_sibling ) *_sibling = *_tail = *_root;
121 (*_root)->down = *_sibling;
158 if ( tree->down != NULL ) (*before)(tree);
160 zzpre_ast(tree->down, func, before, after);
161 if ( tree->down != NULL ) (*after)(tree);
215 while (tree->down == NULL || tree->right == NULL) {
217 if (tree->down == NULL && tree->right == NULL) {
223 if (tree->down == NULL) {
[all …]
DPCCTSAST.cpp61 PCCTS_AST *s = down(); in addChild()
74 if ( down() != NULL ) fprintf(f," ("); in lisp()
76 if ( down()!=NULL ) down()->lisp(f); in lisp()
77 if ( down() != NULL ) fprintf(f," )"); in lisp()
105 if ( root->down() != NULL ) return NULL; in make()
172 if ( sib->down()!=NULL ) in ast_find_all()
175 sib=sib->down(); in ast_find_all()
187 if ( sib->down()!=NULL ) in ast_find_all()
190 *cursor = sib->down(); in ast_find_all()
198 if ( sib->down()!=NULL ) in ast_find_all()
[all …]
Dast.h48 struct _ast *right, *down; member
58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up;
60 #define AST_REQUIRED_FIELDS struct _ast *right, *down;
67 #define zzchild(t) (((t)==NULL)? (AST *) NULL:(t->down)) /* MR19 */
DASTBase.h66 ASTBase *down() { return _down; } in down() function
71 PCCTS_AST *down() { return _down; }
DPCCTSAST.h68 struct _scanast *down() { return _down; } in down() function
110 virtual PCCTS_AST *down() = 0;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dast.c52 else if ( *_root != *_sibling ) (*_root)->down = *_sibling;
90 if ( *_root != NULL ) (*_root)->down = *_sibling;
119 if ( (*_root)->down == *_sibling ) *_sibling = *_tail = *_root;
121 (*_root)->down = *_sibling;
158 if ( tree->down != NULL ) (*before)(tree);
160 zzpre_ast(tree->down, func, before, after);
161 if ( tree->down != NULL ) (*after)(tree);
215 while (tree->down == NULL || tree->right == NULL) {
217 if (tree->down == NULL && tree->right == NULL) {
223 if (tree->down == NULL) {
[all …]
DPCCTSAST.cpp61 PCCTS_AST *s = down(); in addChild()
74 if ( down() != NULL ) /* MR23 */ printMessage(f," ("); in lisp()
76 if ( down()!=NULL ) down()->lisp(f); in lisp()
77 if ( down() != NULL ) /* MR23 */ printMessage(f," )"); in lisp()
105 if ( root->down() != NULL ) return NULL; in make()
173 if ( sib->down()!=NULL ) in ast_find_all()
176 sib=sib->down(); in ast_find_all()
188 if ( sib->down()!=NULL ) in ast_find_all()
191 *cursor = sib->down(); in ast_find_all()
199 if ( sib->down()!=NULL ) in ast_find_all()
[all …]
Dast.h48 struct _ast *right, *down; member
58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up;
60 #define AST_REQUIRED_FIELDS struct _ast *right, *down;
67 #define zzchild(t) (((t)==NULL)? (AST *) NULL:(t->down)) /* MR19 */
DASTBase.h66 ASTBase *down() { return _down; } in down() function
71 PCCTS_AST *down() { return _down; }
DPCCTSAST.h68 struct _scanast *down() { return _down; } in down() function
110 virtual PCCTS_AST *down() = 0;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c69 } else if (first->down == NULL && second->down == NULL) {
76 } else if (first->down == NULL && second->down != NULL) {
82 for (s=second->down; s != NULL; s=s->right) {
92 for (s=second->down; s != NULL; s=s->right) {
102 } else if (first->down != NULL && second->down == NULL) {
107 for (f=first->down; f != NULL; f=f->right) {
117 for (f=first->down; f != NULL; f=f->right) {
133 for (f=first->down; f != NULL ; f=f->right) {
134 for (s=second->down; s != NULL ; s=s->right) {
147 for (f=first->down; f != NULL ; f=f->right) {
[all …]
Dfset2.c84 if ( tree->down != NULL ) fprintf(stderr, " (");
88 preorder(tree->down);
89 if ( tree->down != NULL ) fprintf(stderr, " )");
120 for (u=t->down; u != NULL; u=u->right) {
171 if ( t->down!=NULL ) t->down = prune(t->down, k-1);
172 if ( t->down == NULL )
223 else root->down = sibling; in tmake()
275 p->down = NULL;
354 u->down = tdup(t->down);
372 u->down = tdup(t->down);
[all …]
Dpred.c179 root->down = head;
191 if ( root!=NULL && root->down->right == NULL )
193 Predicate *d = root->down;
470 root->down = pred;
620 complete_context_sets(p,a->down);
668 complete_context_trees(p, a->down);
716 set_orin(&a, covered_set(p->down));
720 set_orin(&a, covered_set(p->down));
738 predicate_free(p->down);
752 p->down=NULL; /* MR13 *** debug */
[all …]
Dgen.c558 if ( p->down == NULL )
596 Predicate *list = p->down;
607 Predicate *list = p->down;
680 if ( p->down!=NULL ) _gen("\n");
687 if ( p->down!=NULL ) _gen("\n");
728 for (q=p->down; q != NULL ; q=q->right) {
735 for (q=p->down; q != NULL ; q=q->right) {
856 for (q=p->down; q != NULL; q=q->right) {
868 ** for (q=p->down; q != NULL; q=q->right) {
906 if ( p->down==NULL )
[all …]
Dsyn.h70 struct _tree *down, *right; member
101 struct _Predicate *down, *right; /* these have to be first */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dqueens.py25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe?
39 return not self.row[y] and not self.up[x-y] and not self.down[x+y]
45 self.down[x+y] = 1
51 self.down[x+y] = 0
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
Dsorcerer.h53 struct _node *right, *down; \
67 #define _DOWN _t=_t->down
71 #define _CPPDOWN _t=(SORAST *) _t->down()
88 #define ast_down down
DSCommonAST.h18 PCCTS_AST *down() { return _down; } in down() function
DSTreeParser.h47 #define _DOWN _t=(SORASTBase *)_t->down()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
DCASTBase.h41 struct _nodebase *right, *down; member
Dastlib.c103 struct _scanast *right, *down; member
353 if ( sib->down!=NULL && sib->token!=0 )
354 if ( !ast_scanmatch(sib->down, u->ast_down, labels, n) ) return 0;
541 scanast_free( t->down );
704 root->down = t;
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dtimesoftfloat.txt27 -nearesteven, -tozero, -down, -up
117 -nearesteven, -tozero, -down, -up
121 timed. Likewise, `-tozero' forces rounding to zero; `-down' forces rounding
122 down; and `-up' forces rounding up. These options are ignored for functions
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
DREADME16 doesn't happen again. And if it does, it should be easier to track down.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dcpu-specific-build-macros.md61 Cortex-A57 cluster power down sequence by not flushing the Level 1 data
64 is a known safe deviation from the Cortex-A57 TRM defined power down
/device/sample/skins/WVGAMedDpi/
Dlayout47 dpad-down {
90 volume-down {

12345