Home
last modified time | relevance | path

Searched refs:nextb (Results 1 – 25 of 130) sorted by relevance

123456

/dports/security/xinetd/xinetd-2.3.15/libs/src/sio/
H A Dsio.c46 ASSERT( odp->start <= odp->nextb && odp->nextb <= odp->buf_end ) ; in Swrite()
51 odp->nextb += b_transferred ; in Swrite()
91 odp->nextb += b_written ; in Swrite()
116 ASSERT( odp->start <= odp->nextb && odp->nextb <= odp->buf_end ) ; in Sputc()
137 *odp->nextb++ = c ; in Sputc()
166 ASSERT( idp->start <= idp->nextb && idp->nextb <= idp->end ) ; in Srdline()
188 line_start = idp->nextb ; in Srdline()
189 idp->nextb = cp + 1 ; in Srdline()
196 ASSERT( idp->start <= idp->nextb && idp->nextb <= idp->end ) ; in Srdline()
201 idp->nextb = cp + 1 ; in Srdline()
[all …]
H A Dsiosup.c180 idp->nextb = idp->buf + ( idp->nextb - mu_cur->addr ) ; in buffer_setup()
385 idp->start = idp->end = idp->nextb = idp->buf ; in init_input_stream()
414 odp->start = odp->nextb = odp->buf ; in init_output_stream()
550 if ( odp->nextb > odp->buf_end ) in __sio_writef()
551 odp->nextb = odp->buf_end ; in __sio_writef()
553 b_in_buffer = odp->nextb - odp->start ; in __sio_writef()
565 odp->start = odp->nextb = odp->buf ; in __sio_writef()
674 idp->start = idp->nextb = idp->buf ; in __sio_readf()
693 idp->start = idp->nextb = idp->buf ; in __sio_readf()
806 idp->nextb = idp->end = NULL ; in Sdone()
[all …]
H A Dsprint.c62 odp->nextb = sp ; \
65 sp = odp->nextb ; \
74 odp->nextb = sp ; \
77 sp = odp->nextb ; \
385 sp = odp->nextb ; in __sio_converter()
741 odp->nextb = sp ; in __sio_converter()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Dlooprotate.go64 nextb := f.Blocks[nextIdx]
65 if nextb == p { // original loop precedessor is next
68 if loopnest.b2l[nextb.ID] != loop { // about to leave loop
71 after[p.ID] = append(after[p.ID], nextb)
72 b = nextb
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Dlooprotate.go67 nextb := f.Blocks[nextIdx]
68 if nextb == p { // original loop predecessor is next
71 if loopnest.b2l[nextb.ID] != loop { // about to leave loop
74 after[p.ID] = append(after[p.ID], nextb)
75 b = nextb
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dlooprotate.go67 nextb := f.Blocks[nextIdx]
68 if nextb == p { // original loop predecessor is next
71 if loopnest.b2l[nextb.ID] == loop {
72 after[p.ID] = append(after[p.ID], nextb)
74 b = nextb
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-faxg3/
H A Dg3.c221 p->nextb[ bit_code ] = (struct g3_tree *) g3c; in tree_add_node()
226 p->nextb[ bit_code + ( i << bit_length ) ] = (struct g3_tree *) g3c; in tree_add_node()
233 p2 = p->nextb[ bit_code & BITM ]; in tree_add_node()
236 p2 = p->nextb[ bit_code & BITM ] = in tree_add_node()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/g3/
H A Dg3.c223 p->nextb[ bit_code ] = (struct g3_tree *) g3c;
228 p->nextb[ bit_code + ( i << bit_length ) ] = (struct g3_tree *) g3c;
235 p2 = p->nextb[ bit_code & BITM ];
238 p2 = p->nextb[ bit_code & BITM ] =
/dports/security/xinetd/xinetd-2.3.15/libs/src/str/
H A Dstrprint.c46 od.nextb = buf ; /* NEEDED */ in strx_printv()
53 if ( len == 0 || od.nextb < od.buf_end ) in strx_printv()
54 *(od.nextb) = '\0' ; in strx_printv()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathRandom.h95 bool nextb ();
155 bool nextb ();
264 Rand32::nextb () in nextb() function
307 Rand48::nextb () in nextb() function
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathRandom.h95 bool nextb ();
155 bool nextb ();
264 Rand32::nextb () in nextb() function
307 Rand48::nextb () in nextb() function
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathRandom.h95 bool nextb ();
155 bool nextb ();
264 Rand32::nextb () in nextb() function
307 Rand48::nextb () in nextb() function
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathRandom.h43 IMATH_HOSTDEVICE bool nextb();
74 IMATH_HOSTDEVICE bool nextb();
140 Rand32::nextb() in nextb() function
177 Rand48::nextb() in nextb() function
/dports/games/flying/flying-6.20/
H A Dpball.C432 Ball *nextb; in GoUnlocked() local
433 Real dist = Ball::FindClosest( cue, dest, &nextb ); in GoUnlocked()
435 if (nextb&&dist<nextb->R()+cue->R()) { in GoUnlocked()
436 Vec2 dir = (nextb->P()-cue->P()).Norm1(); in GoUnlocked()
437 nextb->ChgV( dir*(nextb->R()+cue->R()-dist)*4.0 ); in GoUnlocked()
438 cue->ChgV( -dir*(nextb->R()+cue->R()-dist)*4.0 ); in GoUnlocked()
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcrc.c177 unsigned char *next, *nextb; in _dxf_ExCRCByteV() local
179 nextb = next = v + (tsize-1); in _dxf_ExCRCByteV()
182 c = *nextb--; in _dxf_ExCRCByteV()
187 nextb = next; in _dxf_ExCRCByteV()
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Darababel.sty16 \expandafter\let\expandafter\bbl@nextb
28 \let\bbl@next\bbl@nextb
/dports/devel/9base/9base-6/troff/
H A Dn3.c322 nextb = ip; in finds()
332 if ((nextb = alloc()) == -1) { in finds()
336 if (nextb == 0) in finds()
341 contabp[i].mx = nextb; in finds()
352 return(offset = nextb); in finds()
480 nextb = (Offset) i * BLK; in alloc()
481 return nextb; in alloc()
513 if ((nextb = alloc()) == -1) { in wbf()
517 blist[j].nextoff = nextb; in wbf()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dn3.c322 nextb = ip; in finds()
332 if ((nextb = alloc()) == -1) { in finds()
336 if (nextb == 0) in finds()
341 contabp[i].mx = nextb; in finds()
352 return(offset = nextb); in finds()
480 nextb = (Offset) i * BLK; in alloc()
481 return nextb; in alloc()
513 if ((nextb = alloc()) == -1) { in wbf()
517 blist[j].nextoff = nextb; in wbf()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dsnprintf.c274 char *nextb; /* pointer to next byte to read/write */ member
559 sp = odp->nextb; in format_converter()
879 odp->nextb = sp; in format_converter()
899 od.nextb = buf; in strx_printv()
905 if (len == 0 || od.nextb <= od.buf_end) in strx_printv()
906 *(od.nextb) = '\0'; in strx_printv()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dsnprintf.c274 char *nextb; /* pointer to next byte to read/write */ member
559 sp = odp->nextb; in format_converter()
879 odp->nextb = sp; in format_converter()
899 od.nextb = buf; in strx_printv()
905 if (len == 0 || od.nextb <= od.buf_end) in strx_printv()
906 *(od.nextb) = '\0'; in strx_printv()
/dports/net/kamailio/kamailio-5.4.5/src/modules/xmpp/
H A Dxsnprintf.c279 char *nextb; /* pointer to next byte to read/write */ member
566 sp = odp->nextb; in format_converter()
886 odp->nextb = sp; in format_converter()
906 od.nextb = buf; in strx_printv()
912 if (len == 0 || od.nextb <= od.buf_end) in strx_printv()
913 *(od.nextb) = '\0'; in strx_printv()
/dports/textproc/libxode/libxode-0.71/src/
H A Dsnprintf.c274 char *nextb; /* pointer to next byte to read/write */ member
559 sp = odp->nextb; in format_converter()
879 odp->nextb = sp; in format_converter()
899 od.nextb = buf; in strx_printv()
905 if (len == 0 || od.nextb <= od.buf_end) in strx_printv()
906 *(od.nextb) = '\0'; in strx_printv()
/dports/www/mod_php81/php-8.1.1/main/
H A Dsnprintf.c409 char *nextb; /* pointer to next byte to read/write */ member
513 sp = odp->nextb; in format_converter()
1063 odp->nextb = sp; in format_converter()
1083 od.nextb = (char *) ~0; in strx_printv()
1086 od.nextb = buf; in strx_printv()
1093 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv()
1094 *(od.nextb) = '\0'; in strx_printv()
/dports/lang/php81/php-8.1.1/main/
H A Dsnprintf.c409 char *nextb; /* pointer to next byte to read/write */ member
513 sp = odp->nextb; in format_converter()
1063 odp->nextb = sp; in format_converter()
1083 od.nextb = (char *) ~0; in strx_printv()
1086 od.nextb = buf; in strx_printv()
1093 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv()
1094 *(od.nextb) = '\0'; in strx_printv()
/dports/sysutils/heirloom/heirloom-070715/mail/
H A Dgoback.c98 nextb(&buf, &bufsize, i) = *cp; in goback()
100 nextb(&buf, &bufsize, i) = '!'; in goback()
101 nextb(&buf, &bufsize, i) = '\0'; in goback()

123456