Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 273) sorted by relevance

1234567891011

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DPCCTSAST.cpp64 while ( s->right()!=NULL ) s = s->right(); in addChild()
78 if ( right()!=NULL ) right()->lisp(f); in lisp()
110 for (w=child; w->right()!=NULL; w=w->right()) {;} in make()
174 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
179 sib=sib->right(); in ast_find_all()
189 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
192 else if ( sib->right()!=NULL ) *cursor = sib->right(); in ast_find_all()
200 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
203 else sib = sib->right(); /* else, try to right if zip below */ in ast_find_all()
216 for (sib=t; sib!=NULL&&u!=NULL; sib=sib->right(), u=u->right()) in match()
[all …]
Dast.c54 while ( (*_tail)->right != NULL ) *_tail = (*_tail)->right;
87 if ( *_tail != NULL ) (*_tail)->right = n;
162 tree = tree->right;
215 while (tree->down == NULL || tree->right == NULL) {
217 if (tree->down == NULL && tree->right == NULL) {
224 tree = tree->right;
234 tree = otree->right;
274 for (w=child; w->right!=NULL; w=w->right) {;} /* find end of child */ in zztmake()
276 else {tail->right = child; tail = w;} in zztmake()
303 u->right = zzdup_ast(t->right);
[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;
68 #define zzsibling(t) (((t)==NULL)? (AST *) NULL:(t->right)) /* MR19 */
77 #define zzSTR ( (_tail==NULL)?(&_sibling):(&(_tail->right)) )
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DPCCTSAST.cpp64 while ( s->right()!=NULL ) s = s->right(); in addChild()
78 if ( right()!=NULL ) right()->lisp(f); in lisp()
110 for (w=child; w->right()!=NULL; w=w->right()) {;} in make()
175 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
180 sib=sib->right(); in ast_find_all()
190 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
193 else if ( sib->right()!=NULL ) *cursor = sib->right(); in ast_find_all()
201 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
204 else sib = sib->right(); /* else, try to right if zip below */ in ast_find_all()
217 for (sib=t; sib!=NULL&&u!=NULL; sib=sib->right(), u=u->right()) in match()
[all …]
Dast.c54 while ( (*_tail)->right != NULL ) *_tail = (*_tail)->right;
87 if ( *_tail != NULL ) (*_tail)->right = n;
162 tree = tree->right;
215 while (tree->down == NULL || tree->right == NULL) {
217 if (tree->down == NULL && tree->right == NULL) {
224 tree = tree->right;
234 tree = otree->right;
274 for (w=child; w->right!=NULL; w=w->right) {;} /* find end of child */ in zztmake()
276 else {tail->right = child; tail = w;} in zztmake()
303 u->right = zzdup_ast(t->right);
[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;
68 #define zzsibling(t) (((t)==NULL)? (AST *) NULL:(t->right)) /* MR19 */
77 #define zzSTR ( (_tail==NULL)?(&_sibling):(&(_tail->right)) )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Drotatingtree.c37 root = &((*root)->right); in RotatingTree_Add()
40 node->right = NULL; in RotatingTree_Add()
59 node = node->right; in RotatingTree_Get()
79 node->left = next->right; in RotatingTree_Get()
80 next->right = node; in RotatingTree_Get()
87 next = node->right; in RotatingTree_Get()
91 node->right = next->left; in RotatingTree_Get()
96 pnode = &(node->right); in RotatingTree_Get()
115 node = root->right; in RotatingTree_Enum()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbuild.c45 ((Junction *)g.left)->end = (Junction *) g.right; \
46 ((Junction *)g.right)->jtype = EndBlk;}
146 g.left = (Node *) j1; g.right = (Node *) j2;
181 g.left = (Node *) j1; g.right = (Node *) j2;
238 g.left = (Node *) j1; g.right = (Node *) j2;
291 g.left = (Node *) j1; g.right = (Node *) j2;
318 require(g2.left != NULL && g2.right != NULL, "Or: invalid graph");
321 ((Junction *)g2.right)->p1 = g1.right;
326 g.right = g1.right;
348 if ( g1.left == NULL && g1.right == NULL ) return g2;
[all …]
Dmrhoist.c82 for (s=second->down; s != NULL; s=s->right) {
92 for (s=second->down; s != NULL; s=s->right) {
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) {
148 for (s=second->down; s != NULL ; s=s->right) {
158 for (f=first->down; f != NULL ; f=f->right) {
159 for (s=second->down; s != NULL ; s=s->right) {
[all …]
Dfset2.c90 preorder(tree->right);
120 for (u=t->down; u != NULL; u=u->right) {
168 if ( t->right!=NULL ) t->right = prune(t->right, k);
174 Tree *r = t->right;
175 t->right = NULL;
211 for (w=child; w->right!=NULL; w=w->right) {;} /* find end of child */ in tmake()
217 else {tail->right = child; tail = w;} in tmake()
268 p->right = FreeList; /* add all new Tree nodes to Free List */
273 FreeList = FreeList->right; /* remove a tree node */
274 p->right = NULL; /* zero out ptrs */
[all …]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h31 int left, int top, int right, int bottom);
33 int left, int top, int right, int bottom);
35 int left, int top, int right, int bottom);
37 int left, int top, int right, int bottom);
39 int left, int top, int right, int bottom);
41 int left, int top, int right, int bottom);
DFormatConversions.cpp76 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument
95 for (int i = left; i <= right; ++i) { in rgb565_to_yv12()
117 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument
138 for (int i = left; i <= right; ++i) { in rgb888_to_yv12()
155 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument
174 for (int i = left; i <= right; ++i) { in rgb888_to_yuv420p()
192 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument
211 for (int i = left; i <= right; ++i) { in yv12_to_rgb565()
238 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument
256 uint8_t *rgb_ptr = rgb_ptr0 + get_rgb_offset(j - top, right - left + 1, rgb_stride); in yv12_to_rgb888()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
Drexpr.c135 accept = nfa.right;
479 g.right = newNode();
480 ArcBetweenGraphNodes(g.left, g.right, label);
493 ArcBetweenGraphNodes(A.right, B.left, Epsilon);
495 g.right = B.right;
511 g.right = newNode();
512 ArcBetweenGraphNodes(A.right, g.right, Epsilon);
513 ArcBetweenGraphNodes(B.right, g.right, Epsilon);
529 g.right = newNode();
532 ArcBetweenGraphNodes(g.left, g.right, *s++);
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dast.txt72 LeftShift: (left, right)
73 RightShift: (left, right)
74 Add: (left, right)
75 Sub: (left, right)
76 Mul: (left, right)
77 Div: (left, right)
78 Mod: (left, right)
79 Power: (left, right)
80 FloorDiv: (left, right)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dtransmogrify.h85 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) in pad() argument
91 if (right < 0) in pad()
92 right = 0; in pad()
94 if (left == 0 && right == 0 && STRINGLIB_CHECK_EXACT(self)) { in pad()
106 left + STRINGLIB_LEN(self) + right); in pad()
113 if (right) in pad()
115 fill, right); in pad()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dtransmogrify.h85 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) in pad() argument
91 if (right < 0) in pad()
92 right = 0; in pad()
94 if (left == 0 && right == 0 && STRINGLIB_CHECK_EXACT(self)) { in pad()
106 left + STRINGLIB_LEN(self) + right); in pad()
113 if (right) in pad()
115 fill, right); in pad()
/device/generic/goldfish/dhcp/server/
Dlease.h64 inline bool operator==(const Lease& left, const Lease& right) {
65 return left.InterfaceIndex == right.InterfaceIndex &&
66 memcmp(left.MacAddress, right.MacAddress, sizeof(left.MacAddress)) == 0;
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/lib/
Drbtree.h44 rb_idx_t parent, left, right; member
72 return n_idx->right; in rb_right()
114 n_idx->right = child; in rb_set_right()
120 tree->root.right = c_idx; in rb_set_cache()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPageVfr.Vfr45 align right;
55 align right;
65 align right;
75 align right;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py56 self.right = leftright[1]
60 return self.left, self.right
63 return self.left, self.right
66 return "Add((%s, %s))" % (repr(self.left), repr(self.right))
436 self.right = leftright[1]
440 return self.left, self.right
443 return self.left, self.right
446 return "Div((%s, %s))" % (repr(self.left), repr(self.right))
490 self.right = leftright[1]
494 return self.left, self.right
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbufferobject.c479 buffer_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right) in buffer_slice() argument
487 if ( right < 0 ) in buffer_slice()
488 right = 0; in buffer_slice()
489 if ( right > size ) in buffer_slice()
490 right = size; in buffer_slice()
491 if ( right < left ) in buffer_slice()
492 right = left; in buffer_slice()
494 right - left); in buffer_slice()
604 buffer_ass_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right, PyObject *other) in buffer_ass_slice() argument
642 if ( right < left ) in buffer_ass_slice()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbufferobject.c469 buffer_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right) in buffer_slice() argument
477 if ( right < 0 ) in buffer_slice()
478 right = 0; in buffer_slice()
479 if ( right > size ) in buffer_slice()
480 right = size; in buffer_slice()
481 if ( right < left ) in buffer_slice()
482 right = left; in buffer_slice()
484 right - left); in buffer_slice()
594 buffer_ass_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right, PyObject *other) in buffer_ass_slice() argument
632 if ( right < left ) in buffer_ass_slice()
[all …]
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
Dgeometry_utils.cpp25 int right1 = layer1.displayFrame.right; in LayersOverlap()
30 int right2 = layer2.displayFrame.right; in LayersOverlap()
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dgeometry_utils.cpp25 int right1 = layer1.displayFrame.right; in LayersOverlap()
30 int right2 = layer2.displayFrame.right; in LayersOverlap()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfilecmp.py112 self.right = b
125 self.right_list = _filter(os.listdir(self.right),
144 b_path = os.path.join(self.right, x)
173 xx = cmpfiles(self.left, self.right, self.common_files)
183 b_x = os.path.join(self.right, x)
193 print 'diff', self.left, self.right
199 print 'Only in', self.right, ':', self.right_only

1234567891011