Searched refs:child (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddag.c28 * 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) argument
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
64 struct dag_node *child = edge->child; local in function:dag_remove_edge
[all...]
H A Ddag.h36 struct dag_node *child; member in struct:dag_edge
55 void dag_add_edge(struct dag_node *parent, struct dag_node *child, void *data);
H A Dralloc.c71 /* The first child (head of a linked list) */
72 struct ralloc_header *child; member in struct:ralloc_header
102 info->next = parent->child;
103 parent->child = info;
132 info->child = NULL;
163 ralloc_header *child, *old, *info; local in function:resize
173 if (info->parent->child == old)
174 info->parent->child = info;
183 /* Update child->parent links for all children */
184 for (child
296 ralloc_header *new_info, *old_info, *child; local in function:ralloc_adopt
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dlist.c45 struct child { struct
75 struct child child[3]; local in function:test_xorg_list_add
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, nod
103 struct child child[3]; local in function:test_xorg_list_append
145 struct child child[2]; local in function:test_xorg_list_del
194 struct child child[3]; local in function:test_xorg_list_for_each
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddag.c28 * 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) argument
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
64 struct dag_node *child = edge->child; local in function:dag_remove_edge
[all...]
H A Ddag.h36 struct dag_node *child; member in struct:dag_edge
55 void dag_add_edge(struct dag_node *parent, struct dag_node *child, void *data);
H A Dralloc.c65 /* The first child (head of a linked list) */
66 struct ralloc_header *child; member in struct:ralloc_header
96 info->next = parent->child;
97 parent->child = info;
134 info->child = NULL;
165 ralloc_header *child, *old, *info; local in function:resize
176 if (info->parent->child == old)
177 info->parent->child = info;
186 /* Update child->parent links for all children */
187 for (child
324 ralloc_header *new_info, *old_info, *child; local in function:ralloc_adopt
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DPorthole.c139 * Find the managed child on which we should operate. Ignore multiple
153 Widget child = find_child(pw); local in function:SendReport
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, argument
176 *xp = XtX(child); /* defaul
234 Widget child = find_child(pw); local in function:XawPortholeResize
256 Widget child = find_child(pw); local in function:XawPortholeQueryGeometry
284 Widget child = find_child(pw); local in function:XawPortholeGeometryManager
350 Widget child = find_child (pw); /* ignore extra children */ local in function:XawPortholeChangeManaged
[all...]
H A DViewport.c300 w->viewport.child = NULL;
361 Widget child = w->viewport.child; local in function:XawViewportRealize
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 in function:XawViewportChangeManaged
405 child
459 Widget child = w->viewport.child; local in function:RedrawThumbs
475 Widget child = w->viewport.child; local in function:SendReport
494 Widget child = w->viewport.child; local in function:MoveChild
520 Widget child = w->viewport.child; local in function:ComputeLayout
721 Widget child = w->viewport.child; local in function:ComputeWithForceBars
809 Widget child = w->viewport.child; local in function:ScrollUpDownProc
826 Widget child = w->viewport.child; local in function:ThumbProc
909 XawViewportGeometryManager(Widget child,XtWidgetGeometry * request,XtWidgetGeometry * reply) argument
1054 Widget child = w->viewport.child; local in function:XawViewportSetLocation
1084 Widget child = w->viewport.child; local in function:XawViewportSetCoordinates
[all...]
/xsrc/external/mit/xdm/dist/xdm/
H A Dreset.c62 int child; local in function:killWindows
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/
H A DManage.c89 Widget child; local in function:UnmanageChildren
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)));
129 child
207 XtUnmanageChild(Widget child) argument
220 Widget child; local in function:ManageChildren
373 XtManageChild(Widget child) argument
[all...]
/xsrc/external/mit/xinit/dist/launchd/user_startx/
H A Dlaunchd_startx.c44 pid_t child; local in function:main
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/
H A Denterleave.h42 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/libX11/dist/src/
H A DQuPntr.c36 Window *child,
55 *child = rep.child;
32 XQueryPointer(register Display * dpy,Window w,Window * root,Window * child,int * root_x,int * root_y,int * win_x,int * win_y,unsigned int * mask) argument
H A DTrCoords.c40 Window *child)
57 *child = rep.child;
32 XTranslateCoordinates(register Display * dpy,Window src_win,Window dest_win,int src_x,int src_y,int * dst_x,int * dst_y,Window * child) argument
/xsrc/external/mit/freetype/dist/src/tools/
H A Dglnames.py5012 # - 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.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h129 BUCKET& child = bt.pCurrent->children[id]; local in function:BucketManager::StartBucket
130 child.pParent = bt.pCurrent;
131 child.id = id;
132 child.start = tsc;
135 bt.pCurrent = &child;
185 BUCKET& child = bt.pCurrent->children[id]; local in function:BucketManager::AddEvent
186 child.pParent = bt.pCurrent;
187 child.id = id;
188 child.count += count;
H A Drdtsc_buckets.cpp123 for (const BUCKET& child : bucket.children) local in function:BucketManager::PrintBucket
125 if (child.count)
127 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child);
141 for (const BUCKET& child : root.children) local in function:BucketManager::PrintThread
143 totalCycles += child.elapsed;
146 for (const BUCKET& child : root.children) local in function:BucketManager::PrintThread
148 if (child.count)
150 PrintBucket(f, 0, totalCycles, totalCycles, child);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h139 BUCKET& child = bt.pCurrent->children[id]; local in function:BucketManager::StartBucket
140 child.pParent = bt.pCurrent;
141 child.id = id;
142 child.start = tsc;
145 bt.pCurrent = &child;
195 BUCKET& child = bt.pCurrent->children[id]; local in function:BucketManager::AddEvent
196 child.pParent = bt.pCurrent;
197 child.id = id;
198 child.count += count;
H A Drdtsc_buckets.cpp124 for (const BUCKET& child : bucket.children) local in function:BucketManager::PrintBucket
126 if (child.count)
128 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child);
142 for (const BUCKET& child : root.children) local in function:BucketManager::PrintThread
144 totalCycles += child.elapsed;
147 for (const BUCKET& child : root.children) local in function:BucketManager::PrintThread
149 if (child.count)
151 PrintBucket(f, 0, totalCycles, totalCycles, child);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Denterleave.c57 * - 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
229 DeviceEnterNotifies(DeviceIntPtr dev,int sourceid,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
251 CoreEnterNotifies(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
288 CoreLeaveNotifies(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
335 DeviceLeaveNotifies(DeviceIntPtr dev,int sourceid,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
387 WindowPtr child = FirstPointerChild(A); local in function:CoreEnterLeaveNonLinear
431 WindowPtr child = FirstPointerChild(B); local in function:CoreEnterLeaveNonLinear
469 WindowPtr child = FirstPointerChild(A); local in function:CoreEnterLeaveToAncestor
545 WindowPtr child = FirstPointerChild(B); local in function:CoreEnterLeaveToDescendant
634 DeviceFocusOutEvents(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
655 DeviceFocusInEvents(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
675 CoreFocusInEvents(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
710 CoreFocusOutEvents(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
869 WindowPtr child = FirstFocusChild(A); local in function:CoreFocusNonLinear
919 WindowPtr child = FirstFocusChild(B); local in function:CoreFocusNonLinear
963 WindowPtr child = FirstFocusChild(A); local in function:CoreFocusToAncestor
1045 WindowPtr child = FirstFocusChild(B); local in function:CoreFocusToDescendant
1132 WindowPtr child = FirstFocusChild(A); local in function:CoreFocusToPointerRootOrNone
1211 WindowPtr child = FirstFocusChild(B); local in function:CoreFocusFromPointerRootOrNone
[all...]
H A Denterleave.h55 Window child);
66 Window child);
73 Window child);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_cse.c55 nir_block *child = block->dom_children[i]; local in function:cse_block
56 progress |= cse_block(child, instr_set);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.c258 struct child_device_config *child; local in function:parse_sdvo_mapping
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dlower.c127 gpir_node *child = neg->children[0]; local in function:gpir_lower_neg
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 in function:gpir_lower_complex
[all...]

Completed in 24 milliseconds

1234567891011>>