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

/haiku/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/src/system/libroot/posix/glibc/arch/sparc/
H A Dadd_n.S44 add %g5,1,%g5 ! increment loop count
50 add %o5,8,%o5 ! increment address index
H A Dsub_n.S41 add %g5,1,%g5 ! increment loop count
47 add %o5,8,%o5 ! increment address index
/haiku/src/system/libroot/posix/unistd/
H A Dbrk.c211 * \param increment The amount, positive or negative, in bytes by which to
218 sbrk(intptr_t increment) argument
247 new_program_break = program_break + increment;
249 /* If the requested increment is zero, just return the address of
252 if (increment == 0
/haiku/headers/posix/
H A Dunistd.h424 extern void *sbrk(intptr_t increment);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp2369 uint32 increment = fSendMaxSegmentSize * fSendMaxSegmentSize;
2371 if (increment < fCongestionWindow)
2372 increment = 1;
2374 increment /= fCongestionWindow;
2376 fCongestionWindow += increment;
/haiku/src/apps/bootmanager/
H A Dbootman.S266 cld ; String operations increment index

Completed in 165 milliseconds