Searched refs:longest (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DList.h61 longest Longest int 0 **3 **4
121 #define XtNlongest "longest"
157 * longest - length (in Pixels) of the longest element in the list
164 * If nitems of longest are <= 0 then they will be calculated
172 int longest,
H A DListP.h71 half added to longest for right */
76 int longest; /* in pixels */ member in struct:__anond4fcda0c0208
/xsrc/external/mit/libXaw/dist/src/
H A DList.c164 offset(list.longest),
378 lw->list.longest = 0; /* so it will accumulate real longest below */
389 if (len > lw->list.longest)
390 lw->list.longest = len;
394 lw->list.col_width = lw->list.longest + lw->list.column_space;
493 (lw->list.longest != 0) * LongestLock);
672 * prevents erasing the shadow. It also clips against the value longest.
673 * If the user doesn't set longest, this has no effect (as longest i
1196 XawListChange(Widget w,String * list,int nitems,int longest,int resize_it) argument
[all...]
/xsrc/external/mit/xsm/dist/
H A Dchoose.c465 int longest;
537 XtNlongest, &longest,
541 sessionNamesLong, sessionNameCount, longest, True);
595 int longest;
613 XtNlongest, &longest,
617 sessionNamesLong, sessionNameCount, longest, True);
455 int longest; local in function:ChooseSessionDeleteXtProc
584 int longest; local in function:ChooseSessionBreakLockXtProc
/xsrc/external/mit/xman/dist/
H A Dbuttons.c645 Dimension longest, length, b_width; local in function:FormUpWidgets
653 longest = 0;
664 if (length > longest) {
665 longest = length;
672 "Could not find longest widget, aborting...");
689 width = longest - 2 * border_width;
707 width = (int) (longest - interior_dist) / 2 - 2 * border_width;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadext.c154 static int longest = 0; variable in typeref:typename:int
276 /* look for the longest? cycle from node from to node to. */
315 if (len > 0 && !longest)
352 * as scratch space, the other to save the longest
395 longest = 0;
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxaw.c110 {LispFunction, Lisp_XawListChange, "xaw-list-change widget list &optional longest resize"},
516 xaw-list-change widget list &optional longest resize
522 int longest; local in function:Lisp_XawListChange
546 longest = FIXNUM_VALUE(olongest);
549 XtVaGetValues(widget, XtNlongest, &longest, NULL, 0);
580 XawListChange(widget, list, nitems, longest, resize);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshader_query.cpp241 size_t longest = 0; local in function:_mesa_longest_attribute_name_length
248 if (length >= longest)
249 longest = length + 1;
253 return longest;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshader_query.cpp276 size_t longest = 0; local in function:_mesa_longest_attribute_name_length
285 * longest active attribute name, including a null terminator, is
292 if (length >= longest)
293 longest = length + 1;
297 return longest;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst4611 - freedreno/ci: Start longest traces first

Completed in 17 milliseconds