HomeSort by: relevance | last modified time | path
    Searched refs:child (Results 1 - 25 of 214) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/MesaLib.old/dist/src/util/
dag.c 28 * Adds a directed edge from the parent node to the child.
31 * list may contain multiple edges to the same child with different data.
34 dag_add_edge(struct dag_node *parent, struct dag_node *child, void *data)
37 if (edge->child == child && edge->data == data)
40 /* Remove the child as a DAG head. */
41 list_delinit(&child->link);
44 .child = child,
49 child->parent_count++
64 struct dag_node *child = edge->child; local
    [all...]
dag.h 36 struct dag_node *child; member in struct:dag_edge
55 void dag_add_edge(struct dag_node *parent, struct dag_node *child, void *data);
ralloc.c 71 /* The first child (head of a linked list) */
72 struct ralloc_header *child; variable in typeref:struct:ralloc_header
102 info->next = parent->child;
103 parent->child = info;
132 info->child = NULL;
163 ralloc_header *child, *old, *info; local
173 if (info->parent->child == old)
174 info->parent->child = info;
183 /* Update child->parent links for all children */
184 for (child = info->child; child != NULL; child = child->next
296 ralloc_header *new_info, *old_info, *child; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/
list.c 45 struct child { struct
75 struct child child[3]; local
76 struct child *c;
80 xorg_list_add(&child[0].node, &parent.children);
83 c = xorg_list_first_entry(&parent.children, struct child, node);
85 assert(memcmp(c, &child[0], sizeof(struct child)) == 0);
88 xorg_list_add(&child[1].node, &parent.children);
89 c = xorg_list_first_entry(&parent.children, struct child, node)
103 struct child child[3]; local
145 struct child child[2]; local
194 struct child child[3]; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
dag.c 28 * Adds a directed edge from the parent node to the child.
31 * list may contain multiple edges to the same child with different data.
34 dag_add_edge(struct dag_node *parent, struct dag_node *child, void *data)
37 if (edge->child == child && edge->data == data)
40 /* Remove the child as a DAG head. */
41 list_delinit(&child->link);
44 .child = child,
49 child->parent_count++
64 struct dag_node *child = edge->child; local
    [all...]
dag.h 36 struct dag_node *child; member in struct:dag_edge
55 void dag_add_edge(struct dag_node *parent, struct dag_node *child, void *data);
ralloc.c 65 /* The first child (head of a linked list) */
66 struct ralloc_header *child; variable in typeref:struct:ralloc_header
96 info->next = parent->child;
97 parent->child = info;
134 info->child = NULL;
165 ralloc_header *child, *old, *info; local
176 if (info->parent->child == old)
177 info->parent->child = info;
186 /* Update child->parent links for all children */
187 for (child = info->child; child != NULL; child = child->next
324 ralloc_header *new_info, *old_info, *child; local
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
Porthole.c 139 * Find the managed child on which we should operate. Ignore multiple
153 Widget child = find_child(pw); local
155 if (pw->porthole.report_callbacks && child) {
158 .slider_x = (Position)(-XtX(child)), /* porthole is "inner" */
159 .slider_y = (Position)(-XtY(child)), /* child is outer since it is larger */
162 .canvas_width = XtWidth(child),
163 .canvas_height = XtHeight(child)
171 layout_child(PortholeWidget pw, Widget child, XtWidgetGeometry *geomp,
176 *xp = XtX(child); /* default to current values *
234 Widget child = find_child(pw); local
256 Widget child = find_child(pw); local
284 Widget child = find_child(pw); local
350 Widget child = find_child (pw); \/* ignore extra children *\/ local
    [all...]
Viewport.c 300 w->viewport.child = NULL;
361 Widget child = w->viewport.child; local
370 if (child != NULL) {
371 XtMoveWidget(child, 0, 0);
373 XtRealizeWidget(child);
374 XReparentWindow(XtDisplay(w), XtWindow(child), XtWindow(clip), 0, 0);
375 XtMapWidget(child);
402 Widget child, *childP; local
405 child = NULL
459 Widget child = w->viewport.child; local
475 Widget child = w->viewport.child; local
494 Widget child = w->viewport.child; local
520 Widget child = w->viewport.child; local
721 Widget child = w->viewport.child; local
809 Widget child = w->viewport.child; local
826 Widget child = w->viewport.child; local
1054 Widget child = w->viewport.child; local
1084 Widget child = w->viewport.child; local
    [all...]
  /xsrc/external/mit/xdm/dist/xdm/
reset.c 62 int child; local
68 for (child = 0; child < nchildren; child++) {
69 Debug ("XKillClient 0x%lx\n", (unsigned long)children[child]);
70 XKillClient (dpy, children[child]);
  /xsrc/external/mit/libXt/dist/src/
Manage.c 89 Widget child; local
106 "Attempt to unmanage a child when parent is not Composite",
111 child = children[i];
112 if (child == NULL) {
115 "Null child passed to XtUnmanageChildren",
119 if (child->core.parent != parent) {
125 else if (child->core.managed) {
127 CALLGEOTAT(_XtGeoTrace(child, "Child \"%s\" is marked unmanaged\n",
128 XtName(child)));
220 Widget child; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
QuPntr.c 36 Window *child,
55 *child = rep.child;
TrCoords.c 40 Window *child)
57 *child = rep.child;
  /xsrc/external/mit/xinit/dist/launchd/user_startx/
launchd_startx.c 44 pid_t child; local
62 assert(posix_spawnp(&child, argv[1], NULL, NULL, &argv[1], envp) == 0);
63 wait4(child, &pstat, 0, (struct rusage *)0);
  /xsrc/external/mit/xorg-server/dist/dix/
enterleave.h 42 int mode, int detail, WindowPtr pWin, Window child);
47 int detail, WindowPtr pWin, Window child);
52 int detail, WindowPtr pWin, Window child);
  /xsrc/external/mit/freetype/dist/src/tools/
glnames.py 5012 # - zero or more child nodes
5079 child = self.children[letter]
5081 child = StringNode( letter, 0 )
5082 self.children[letter] = child
5084 child.add( word, value )
5091 for child in children:
5092 self.children[child.letter[0]] = child.optimize()
5095 # if we don't have any child or if we
5096 # have more than one child
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.h 139 BUCKET& child = bt.pCurrent->children[id]; local
140 child.pParent = bt.pCurrent;
141 child.id = id;
142 child.start = tsc;
145 bt.pCurrent = &child;
195 BUCKET& child = bt.pCurrent->children[id];
196 child.pParent = bt.pCurrent;
197 child.id = id;
198 child.count += count;
rdtsc_buckets.cpp 124 for (const BUCKET& child : bucket.children)
126 if (child.count)
128 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child);
142 for (const BUCKET& child : root.children)
144 totalCycles += child.elapsed;
147 for (const BUCKET& child : root.children)
149 if (child.count)
151 PrintBucket(f, 0, totalCycles, totalCycles, child);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.h 129 BUCKET& child = bt.pCurrent->children[id]; local
130 child.pParent = bt.pCurrent;
131 child.id = id;
132 child.start = tsc;
135 bt.pCurrent = &child;
185 BUCKET& child = bt.pCurrent->children[id];
186 child.pParent = bt.pCurrent;
187 child.id = id;
188 child.count += count;
rdtsc_buckets.cpp 123 for (const BUCKET& child : bucket.children)
125 if (child.count)
127 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child);
141 for (const BUCKET& child : root.children)
143 totalCycles += child.elapsed;
146 for (const BUCKET& child : root.children)
148 if (child.count)
150 PrintBucket(f, 0, totalCycles, totalCycles, child);
  /xsrc/external/mit/xorg-server.old/dist/dix/
enterleave.c 57 * - The core protocol spec says that "In a LeaveNotify event, if a child of the
58 * event window contains the initial position of the pointer, then the child
59 * component is set to that child. Otherwise, it is None. For an EnterNotify
60 * event, if a child of the event window contains the final pointer position,
61 * then the child component is set to that child. Otherwise, it is None."
77 * Return TRUE if 'win' has a pointer within its boundaries, excluding child
129 * @return The child window that has the pointer within its boundaries or
149 * @return The child window that has the pointer within its boundaries or
224 * Send enter notifies to all windows between 'ancestor' and 'child' (excludin
387 WindowPtr child = FirstPointerChild(A); local
431 WindowPtr child = FirstPointerChild(B); local
469 WindowPtr child = FirstPointerChild(A); local
545 WindowPtr child = FirstPointerChild(B); local
869 WindowPtr child = FirstFocusChild(A); local
919 WindowPtr child = FirstFocusChild(B); local
963 WindowPtr child = FirstFocusChild(A); local
1045 WindowPtr child = FirstFocusChild(B); local
1132 WindowPtr child = FirstFocusChild(A); local
1211 WindowPtr child = FirstFocusChild(B); local
    [all...]
enterleave.h 55 Window child);
66 Window child);
73 Window child);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_opt_cse.c 55 nir_block *child = block->dom_children[i]; local
56 progress |= cse_block(child, instr_set);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_bios.c 258 struct child_device_config *child; local
272 child_device_num = (block_size - sizeof(*defs)) / sizeof(*child);
276 child = &defs->devices[i];
277 if (!child->device_type) {
278 /* skip invalid child device type*/
281 if (child->slave_addr == SLAVE_ADDR1 ||
282 child->slave_addr == SLAVE_ADDR2) {
283 if (child->dvo_port != DEVICE_PORT_DVOB &&
284 child->dvo_port != DEVICE_PORT_DVOC) {
293 child->slave_addr, child->dvo_port)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
lower.c 127 gpir_node *child = neg->children[0]; local
129 /* check if child can dest negate */
130 if (child->type == gpir_node_type_alu) {
132 if (list_is_singular(&child->succ_list) &&
133 gpir_op_infos[child->op].dest_neg) {
134 gpir_alu_node *alu = gpir_node_to_alu(child);
137 gpir_node_replace_succ(child, node);
143 /* check if child can src negate */
155 alu->children[i] = child;
163 gpir_node_replace_pred(dep, child);
175 gpir_node *child = alu->children[0]; local
    [all...]

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 9