Searched refs:increment (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dsbrk.c18 sbrk(long increment) argument
21 if (increment <= 0)
25 return (*sbrk_hook)(increment);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfreadseek.c34 freadptrinc (FILE *fp, size_t increment) argument
38 fp->_IO_read_ptr += increment;
40 fp_->_p += increment;
41 fp_->_r -= increment;
43 fp->_ptr += increment;
44 fp->_rcount -= increment;
46 fp_->_ptr += increment;
47 fp_->_cnt -= increment;
50 fp->__bufpos += increment;
55 fp->_Next += increment;
84 size_t increment = (buffered < offset ? buffered : offset); local
[all...]
/haiku-fatelf/src/bin/
H A Drenice.c24 /usr/sbin/renice [-n increment] [-p] [-g | -u] ID ... /usr/sbin/renice priority [-p] pid ... [-g pgrp ...] [-u user ...]
66 static status_t renice_thread(int32 prio, int32 increment, bool use_be_prio, thread_id th) argument
70 if(increment != 0) {
75 prio += increment;
85 int32 prio, increment = 0; local
116 sscanf(argv[i], "%ld", (long *)&increment);
125 return (renice_thread(prio, increment, use_be_prio, th) == B_OK)?0:1;
133 renice_thread(prio, increment, use_be_prio, th);
144 puts("renice [-b] [-n increment | prio] [-f thname thname...|thid thid ...]");
146 puts(" -n : adds increment t
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/gimp2/
H A Dprint-image-gimp.c77 int increment; /* +1 or -1 for offset of row n+1 from row n. */ member in struct:__anon5066
196 im->increment = 1;
248 im->oy + row * im->increment, im->ox, im->w);
251 im->ox, im->oy + row * im->increment, im->w);
337 im->mirror = im->increment < 0;
338 im->increment = tmp ? -1 : 1;
358 im->oy += (im->h-1) * im->increment;
359 im->increment = -im->increment;
377 int ny = im->oy + top * (im->increment);
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dbit-ops.c301 int increment,
306 int rlimit = n * increment;
309 memset(outs[i * increment], 0, limit);
320 SPLIT_STEP(0, 1, i, outs, inbyte, row, increment, rlimit);
321 SPLIT_STEP(1, 1, i, outs, inbyte, row, increment, rlimit);
322 SPLIT_STEP(2, 1, i, outs, inbyte, row, increment, rlimit);
323 SPLIT_STEP(3, 1, i, outs, inbyte, row, increment, rlimit);
324 SPLIT_STEP(4, 1, i, outs, inbyte, row, increment, rlimit);
325 SPLIT_STEP(5, 1, i, outs, inbyte, row, increment, rlimit);
326 SPLIT_STEP(6, 1, i, outs, inbyte, row, increment, rlimi
297 stp_split(int length, int bits, int n, const unsigned char *in, int increment, unsigned char **outs) argument
[all...]
H A Ddither-inks.c129 unsigned increment = subchannel - oc + 1; local
133 (d->total_channel_count + increment));
147 memcpy(nc + old_place + increment, d->channel + old_place,
156 d->channel_index[i] += increment;
158 d->total_channel_count += increment;
159 for (i = oc; i < oc + increment; i++)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbcore.h100 CORE_ADDR startaddr, int increment,
H A Dcorefile.c390 int increment, CORE_ADDR lorange, CORE_ADDR hirange,
407 curaddr += increment;
H A Dsolib-aix5.c727 CORE_ADDR increment = 0; local
743 if (increment == 0)
744 increment = mapping->addr
748 if (increment != ANOFFSET (new_offsets, idx))
750 new_offsets->offsets[idx] = increment;
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dt2.c190 int increment = 0; local
217 increment = int_max(increment, int_floorlog2(len) + 1 - (cblk->numlenbits + int_floorlog2(nump)));
222 t2_putcommacode(bio, increment);
225 cblk->numlenbits += increment;
444 int included, increment, n, segno; local
470 increment = t2_getcommacode(bio);
471 /* length indicator increment */
472 cblk->numlenbits += increment;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c118 which byte in "insn" to start with and which way to increment,
129 int fence_post, start, increment, i, byte_count;
138 increment = -1;
143 increment = 1;
163 fence_post = start + (byte_count * increment);
165 for (i = start; i != fence_post; i += increment, ++cp)
186 int max_size, insn_size, fence_post, start, increment, i;
205 increment = -1;
210 increment = 1;
213 fence_post = start + (num_chars * increment);
128 int fence_post, start, increment, i, byte_count; local
185 int max_size, insn_size, fence_post, start, increment, i; local
[all...]
H A Delf32-arm.h1982 bfd_signed_vma increment)
1997 addend += increment;
2023 /* Add in the increment, (which is a byte value). */
2027 addend += increment;
2032 addend += increment;
1979 arm_add_to_rel(bfd * abfd, bfd_byte * address, reloc_howto_type * howto, bfd_signed_vma increment) argument
/haiku-fatelf/src/add-ons/media/plugins/xvid_decoder/
H A Dxvid.h279 int time_increment; /* [out] time increment */
304 int increment; member in struct:__anon2638
715 int fincr; /* [in:opt] framerate increment; set to zero for variable framerate */
766 int fincr; /* [in:opt] framerate increment, for variable framerate only */
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s122 adc word [_pktDrop+2], 0 ; increment packets lost
H A Dpkt_rx0.asm162 adc _pktDrop[2], 0 ; increment packets lost
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp2195 uint32 increment = fSendMaxSegmentSize * fSendMaxSegmentSize; local
2197 if (increment < fCongestionWindow)
2198 increment = 1;
2200 increment /= fCongestionWindow;
2202 fCongestionWindow += increment;
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S262 cld ; String operations increment index
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S515 ; increment the indirect block index
/haiku-fatelf/src/bin/bash/
H A Dbashline.c1000 continue; /* straight back to loop, don't increment p */
1031 continue; /* straight back to loop, don't increment p */
H A Dsubst.c1445 /* no increment, the skip functions increment past the closing quote. */
1458 if (string[i] == '\0') /* don't increment i past EOS in loop */
1540 /* no increment, the skip functions increment past the closing quote. */
1553 if (string[i] == '\0') /* don't increment i past EOS in loop */
1612 /* no increment, the skip_xxx functions go one past end */
7681 /* BEFORE jumping here, we need to increment sindex if appropriate */

Completed in 252 milliseconds