/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | PCCTSAST.cpp | 64 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 …]
|
D | ast.c | 54 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 …]
|
D | ast.h | 48 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/ |
D | PCCTSAST.cpp | 64 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 …]
|
D | ast.c | 54 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 …]
|
D | ast.h | 48 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/ |
D | rotatingtree.c | 37 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/ |
D | build.c | 45 ((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 …]
|
D | mrhoist.c | 82 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 …]
|
D | fset2.c | 90 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/ |
D | FormatConversions.h | 31 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);
|
D | FormatConversions.cpp | 76 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/ |
D | rexpr.c | 135 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/ |
D | ast.txt | 72 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/ |
D | transmogrify.h | 85 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/ |
D | transmogrify.h | 85 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/ |
D | lease.h | 64 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/ |
D | rbtree.h | 44 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/ |
D | FrontPageVfr.Vfr | 45 align right; 55 align right; 65 align right; 75 align right;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | ast.py | 56 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/ |
D | bufferobject.c | 479 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/ |
D | bufferobject.c | 469 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/ |
D | geometry_utils.cpp | 25 int right1 = layer1.displayFrame.right; in LayersOverlap() 30 int right2 = layer2.displayFrame.right; in LayersOverlap()
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/ |
D | geometry_utils.cpp | 25 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/ |
D | filecmp.py | 112 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
|