Home
last modified time | relevance | path

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

12345

/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/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/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 …]
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DKeyboardSink.cpp30 void KeyboardSink::injectEvent(bool down, uint16_t code) { in injectEvent() argument
33 << down in injectEvent()
37 buffer->addEvent(EV_KEY, code, down); in injectEvent()
DTouchSink.cpp36 void TouchSink::injectTouchEvent(int32_t x, int32_t y, bool down) { in injectTouchEvent() argument
39 << down in injectTouchEvent()
48 buffer->addEvent(EV_KEY, BTN_TOUCH, down); in injectTouchEvent()
/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/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.h33 virtual void GenerateKeyPressEvent(int code, bool down) = 0;
34 virtual void PressPowerButton(bool down) = 0;
/device/google/cuttlefish/tools/
Dvlan_prototype_down.sh12 /sbin/ifconfig "${tap}" down
21 /sbin/ifconfig "${bridge}" down
/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
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
DCASTBase.h41 struct _nodebase *right, *down; member
/device/linaro/dragonboard/installer/db845c/
DREADME26 while holding down the "VOL-" button plug in the power cable.
27 Continue holding down the "VOL-" button and tap the "ON/OFF"
56 removed to fully power the device down, it is easy to forget
70 continuing to hold down the "USB" button, tap the "ON/OFF"
/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DKeyboardSink.h34 void injectEvent(bool down, uint16_t code);
DTouchSink.h34 void injectTouchEvent(int32_t x, int32_t y, bool down);

12345