Home
last modified time | relevance | path

Searched refs:newtop (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2n64/src/
H A DDepthBuffer.c83 newtop->lower = depthBuffer.top; in DepthBuffer_AddTop()
84 newtop->higher = NULL; in DepthBuffer_AddTop()
90 depthBuffer.bottom = newtop; in DepthBuffer_AddTop()
92 depthBuffer.top = newtop; in DepthBuffer_AddTop()
96 return newtop; in DepthBuffer_AddTop()
101 if (newtop == depthBuffer.top) in DepthBuffer_MoveToTop()
111 newtop->higher->lower = newtop->lower; in DepthBuffer_MoveToTop()
112 newtop->lower->higher = newtop->higher; in DepthBuffer_MoveToTop()
115 newtop->higher = NULL; in DepthBuffer_MoveToTop()
116 newtop->lower = depthBuffer.top; in DepthBuffer_MoveToTop()
[all …]
H A DFrameBuffer_gles2n64.c101 newtop->lower = frameBuffer.top; in FrameBuffer_AddTop()
102 newtop->higher = NULL; in FrameBuffer_AddTop()
108 frameBuffer.bottom = newtop; in FrameBuffer_AddTop()
110 frameBuffer.top = newtop; in FrameBuffer_AddTop()
114 return newtop; in FrameBuffer_AddTop()
119 if (newtop == frameBuffer.top) in FrameBuffer_MoveToTop()
129 newtop->higher->lower = newtop->lower; in FrameBuffer_MoveToTop()
130 newtop->lower->higher = newtop->higher; in FrameBuffer_MoveToTop()
133 newtop->higher = NULL; in FrameBuffer_MoveToTop()
134 newtop->lower = frameBuffer.top; in FrameBuffer_MoveToTop()
[all …]
/dports/games/xglk/xglk/
H A Dxglk_weggie.c51 int newtop, newbot; in xweg_adjust_scrollbar() local
57 if (newtop < BUTTONSIZE) in xweg_adjust_scrollbar()
58 newtop = BUTTONSIZE; in xweg_adjust_scrollbar()
63 newtop = BUTTONSIZE; in xweg_adjust_scrollbar()
82 weg->box.x+1, weg->box.y+newtop, in xweg_adjust_scrollbar()
85 weg->box.x+2, weg->box.y+newtop+1, in xweg_adjust_scrollbar()
87 weg->vistop = newtop; in xweg_adjust_scrollbar()
93 if (newtop < weg->vistop) { in xweg_adjust_scrollbar()
98 else if (newtop > weg->vistop) { in xweg_adjust_scrollbar()
116 weg->box.x+1, weg->box.y+newtop, in xweg_adjust_scrollbar()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/help/
H A Dprovide.c27 topic *parent, *newtop; in hlp_provide() local
72 if ((newtop = hlp_read(res->place)) == NULL) { in hlp_provide()
79 newtop->next = parent->children; in hlp_provide()
80 parent->children = newtop; in hlp_provide()
81 newtop->parent = parent; in hlp_provide()
82 newtop->xposition = parent->xposition + 50; in hlp_provide()
83 newtop->yposition = parent->yposition + 50; in hlp_provide()
85 if (!hlp_xdisplay(newtop)) { in hlp_provide()
90 if (!hlp_tdisplay(newtop)) { in hlp_provide()
/dports/cad/jspice3/jspice3-2.5/src/lib/hlp/
H A Dprovide.c24 topic *parent, *newtop; local
51 if (!(newtop = hlp_read(res->keyword))) {
55 newtop->sibling = parent->lastborn;
56 parent->lastborn = newtop;
57 newtop->parent = parent;
58 newtop->xposition = parent->xposition + 50;
59 newtop->yposition = parent->yposition + 50;
60 if (!hlp_tdisplay(newtop)) {
H A Dx11disp.c269 topic *newtop; local
271 if (result->newtop) {
273 result->newtop = NULL;
283 result->newtop = newtop;
284 newtop->sibling = parent->lastborn;
285 parent->lastborn = newtop;
286 newtop->parent = parent;
289 if (!hlp_xdisplay(newtop)) {
324 if (tp->newtop == top) {
325 tp->newtop = NULL;
[all …]
/dports/games/spellcast/spellcast/
H A Dxtext.c275 int newtop; local
283 if (newtop<0)
284 newtop = 0;
287 si->top = newtop;
299 int newtop; local
305 newtop = si->top;
307 newtop += (ln);
309 newtop -= (ln);
313 if (newtop<0)
314 newtop = 0;
[all …]
/dports/chinese/celvis/celvis/
H A Dmove4.c54 long newtop; local
64 newtop = cnt;
68 newtop = markline(m);
87 newtop -= LINES / 2;
91 newtop -= LINES - 1;
99 if (newtop >= 1)
101 topline = newtop;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DarchiveUtils.cpp146 char* DumpRegion::expand_top_to(char* newtop) { in expand_top_to() argument
148 assert(newtop >= _top, "must not grow backwards"); in expand_top_to()
149 if (newtop > _end) { in expand_top_to()
154 commit_to(newtop); in expand_top_to()
155 _top = newtop; in expand_top_to()
171 void DumpRegion::commit_to(char* newtop) { in commit_to() argument
174 size_t need_committed_size = newtop - base; in commit_to()
207 expand_top_to(newtop); in allocate()
208 memset(p, 0, newtop - p); in allocate()
215 char* newtop = _top + sizeof(intptr_t); in append_intptr_t() local
[all …]
/dports/editors/jed/jed-0.99-19/src/
H A Dvmshelp.c137 char *newtop, prompt_buf[256]; in input_new_helptopic() local
143 newtop = ""; in input_new_helptopic()
147 && (0 == SLpop_string (&newtop))) in input_new_helptopic()
150 strcpy (newtopic->dsc$a_pointer, newtop); in input_new_helptopic()
151 *len_newtopic = newtopic->dsc$w_length = strlen (newtop); in input_new_helptopic()
155 if (dofree) SLfree(newtop); in input_new_helptopic()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dvmshelp.c137 char *newtop, prompt_buf[256]; in input_new_helptopic() local
143 newtop = ""; in input_new_helptopic()
147 && (0 == SLpop_string (&newtop))) in input_new_helptopic()
150 strcpy (newtopic->dsc$a_pointer, newtop); in input_new_helptopic()
151 *len_newtopic = newtopic->dsc$w_length = strlen (newtop); in input_new_helptopic()
155 if (dofree) SLfree(newtop); in input_new_helptopic()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A DarchiveUtils.cpp144 char* DumpRegion::expand_top_to(char* newtop) { in expand_top_to() argument
146 assert(newtop >= _top, "must not grow backwards"); in expand_top_to()
147 if (newtop > _end) { in expand_top_to()
155 delta = DynamicArchive::object_delta_uintx(newtop); in expand_top_to()
157 delta = MetaspaceShared::object_delta_uintx(newtop); in expand_top_to()
168 MetaspaceShared::commit_to(_rs, _vs, newtop); in expand_top_to()
169 _top = newtop; in expand_top_to()
176 expand_top_to(newtop); in allocate()
177 memset(p, 0, newtop - p); in allocate()
184 char* newtop = _top + sizeof(intptr_t); in append_intptr_t() local
[all …]
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dtex_tree.c62 treestack *newtop; in push_treestack() local
64 newtop = (treestack *) malloc (sizeof (treestack)); in push_treestack()
65 newtop->node = node; in push_treestack()
66 newtop->next = NULL; in push_treestack()
67 newtop->prev = *stack; in push_treestack()
71 (*stack)->next = newtop; in push_treestack()
72 *stack = newtop; in push_treestack()
75 *stack = newtop; in push_treestack()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dtex_tree.c62 treestack *newtop; in push_treestack() local
64 newtop = (treestack *) malloc (sizeof (treestack)); in push_treestack()
65 newtop->node = node; in push_treestack()
66 newtop->next = NULL; in push_treestack()
67 newtop->prev = *stack; in push_treestack()
71 (*stack)->next = newtop; in push_treestack()
72 *stack = newtop; in push_treestack()
75 *stack = newtop; in push_treestack()
/dports/textproc/btparse/btparse-0.35/src/
H A Dtex_tree.c62 treestack *newtop; in push_treestack() local
64 newtop = (treestack *) malloc (sizeof (treestack)); in push_treestack()
65 newtop->node = node; in push_treestack()
66 newtop->next = NULL; in push_treestack()
67 newtop->prev = *stack; in push_treestack()
71 (*stack)->next = newtop; in push_treestack()
72 *stack = newtop; in push_treestack()
75 *stack = newtop; in push_treestack()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/men/
H A Dtabstack.c140 Tab newtop = NULL; in eraseTabStack() local
144 (newtop = (Tab)getMemberDevice((Device)ts, t->previous_top))) ) in eraseTabStack()
145 { newtop = getNextChain(ts->graphicals, t); in eraseTabStack()
147 if ( !newtop ) in eraseTabStack()
148 { newtop = getHeadChain(ts->graphicals); in eraseTabStack()
149 if ( newtop == t ) in eraseTabStack()
150 newtop = NULL; in eraseTabStack()
158 if ( newtop ) in eraseTabStack()
159 send(ts, NAME_onTop, newtop, EAV); in eraseTabStack()
/dports/print/gv/gv-3.7.4/src/
H A DScrollbar.c461 *newtop = MIN(*newtop,end_of_scroll_region); in GetRelativeThumbLocation()
465 IIMESSAGE(*newtop,*newbot) in GetRelativeThumbLocation()
518 if (newbot>newtop) PaintWholeThumb(SBW,newtop,newbot,xl,xr,(Dimension)THUMB_SHADOW); in PaintThumb()
524 if (newbot>newtop) PaintWholeThumb(SBW,newtop,newbot,xl,xr,s); in PaintThumb()
527 if (newtop > oldtop) EraseThumbRegion(SBW,oldtop,newtop-1,xl,xr); in PaintThumb()
529 if (newtop < oldtop) PaintMiddleOfThumb(SBW,newtop,MIN(newbot,oldtop+s),xl,xr,s); in PaintThumb()
531 … if ((newtop!=oldtop)&&(s)) PaintShadowAtEndOfThumb(SBW,newtop,newtop+s,xl,xr,s,UPPER_PART); in PaintThumb()
535 TOPLOC = newtop; in PaintThumb()
961 Dimension newtop, newbot; in Redisplay() local
995 if ((yt<=newtop+s) && (yb+s>=newbot)) PaintWholeThumb(SBW,newtop,newbot,xl,xr,s); in Redisplay()
[all …]
/dports/games/xrisk/xrisk-2.15/
H A DMakefile321 ./?*/?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
322 ./?*/?*/?*) newtop=../../../ sub=subsubsub;; \
323 ./?*/?*) newtop=../../ sub=subsub;; \
324 ./?*) newtop=../ sub=sub;; \
325 */?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
326 */?*/?*) newtop=../../../ sub=subsubsub;; \
327 */?*) newtop=../../ sub=subsub;; \
328 *) newtop=../ sub=sub;; \
331 /?*) newtop= upprefix= ;; \
334 $(MAKE) $${sub}dirMakefiles UPPREFIX=$$upprefix NEWTOP=$$newtop \
/dports/mail/mailagent/mailagent-9a14a15/agent/pl/
H A DMakefile.SH190 */*/*/*/) newtop=../../../..;; \
191 */*/*/) newtop=../../..;; \
192 */*/) newtop=../..;; \
193 */) newtop=..;; \
196 /*) newtop="$(TOP)" ;; \
202 Makefile TOP=$$newtop CURRENT=$(DIR)$$i && \
/dports/mail/mailagent/mailagent-9a14a15/
H A DMakefile.SH205 */*/*/*/) newtop=../../../..;; \
206 */*/*/) newtop=../../..;; \
207 */*/) newtop=../..;; \
208 */) newtop=..;; \
211 /*) newtop="$(TOP)" ;; \
217 Makefile TOP=$$newtop CURRENT=$(DIR)$$i && \
/dports/mail/mailagent/mailagent-9a14a15/agent/files/
H A DMakefile.SH203 */*/*/*/) newtop=../../../..;; \
204 */*/*/) newtop=../../..;; \
205 */*/) newtop=../..;; \
206 */) newtop=..;; \
209 /*) newtop="$(TOP)" ;; \
213 Makefile TOP=$$newtop CURRENT=$(DIR)$$i;\
/dports/devel/sunpromake/schily-2021-09-18/printf/
H A Dmisc.c98 growstak(newtop) in growstak() argument
99 unsigned char *newtop; in growstak()
102 UIntptr_t newoff = newtop - stakbot;
107 incr = (UIntptr_t)round(newtop - brkend + 1, BYTESPERWORD);
/dports/devel/smake/schily-2021-09-18/printf/
H A Dmisc.c98 growstak(newtop) in growstak() argument
99 unsigned char *newtop; in growstak()
102 UIntptr_t newoff = newtop - stakbot;
107 incr = (UIntptr_t)round(newtop - brkend + 1, BYTESPERWORD);
/dports/devel/sccs/schily-2021-09-18/printf/
H A Dmisc.c98 growstak(newtop) in growstak() argument
99 unsigned char *newtop; in growstak()
102 UIntptr_t newoff = newtop - stakbot;
107 incr = (UIntptr_t)round(newtop - brkend + 1, BYTESPERWORD);
/dports/devel/schilybase/schily-2021-09-18/printf/
H A Dmisc.c98 growstak(newtop) in growstak() argument
99 unsigned char *newtop; in growstak()
102 UIntptr_t newoff = newtop - stakbot;
107 incr = (UIntptr_t)round(newtop - brkend + 1, BYTESPERWORD);

12345678910>>...22