Searched refs:more (Results 1 - 22 of 22) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerAddOn.h23 virtual status_t AutoStart(int count, BMediaNode** node, int32* id, bool* more);
H A DEqualizerAddOn.cpp94 EqualizerAddOn::AutoStart(int count, BMediaNode** node, int32* id, bool* more) argument
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.h24 virtual status_t AutoStart(int count, BMediaNode** node, int32* id, bool* more);
H A DVSTAddOn.cpp141 VSTAddOn::AutoStart(int count, BMediaNode** node, int32* id, bool* more) argument
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py43 more = self.sock.recv(nbytes - len(rv))
44 if more == '': raise Error(nbytes)
45 rv += more
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc13 GNU General Public License for more details.
76 register int more = n; local
80 if (count > more)
81 count = more;
83 more -= count;
85 if (more == 0 || __underflow(this) == EOF)
88 return n - more;
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO17 #10) Make reservation of devices more flexible (can switch it off).
19 #12) Timeouts should be more adequate
39 #32) deactivate automatic READ(10)->READ(6) switching. Looks like it's makes more problems than solves.
41 #34) Tracing in protocols implementations should be more generic ...
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp470 bool more; local
473 more = (*it)->enumObject(&picture_data);
478 } while (more);
548 bool more; local
550 more = spoolData->enumObject(&page_data);
553 } while (more && --nup);
555 return more;
569 bool more; local
575 more = true;
600 more
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A Dwgenops.c14 Lesser General Public License for more details.
322 _IO_size_t more = n; variable
323 if (more <= 0)
332 if ((_IO_size_t) count > more)
333 count = more;
355 more -= count;
357 if (more == 0 || __woverflow (f, *s++) == WEOF)
359 more--;
361 return n - more;
372 _IO_size_t more variable
[all...]
H A Dgenops.c12 Lesser General Public License for more details.
450 _IO_size_t more = n; variable
451 if (more <= 0)
459 if ((_IO_size_t) count > more)
460 count = more;
481 more -= count;
483 if (more == 0 || _IO_OVERFLOW (f, (unsigned char) *s++) == EOF)
485 more--;
487 return n - more;
508 _IO_size_t more variable
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgethnamaddr.c1120 int more; local
1147 more = 0;
1174 more = 1;
1184 if (more)
/haiku/src/libs/bsd/
H A Dfts.c237 * descriptor we run anyway, just more slowly.
771 * current path -- the inner loop allocates more path as necessary.
807 * No more memory for path or structures. Save
1137 fts_palloc(FTS *sp, size_t more) argument
1140 sp->fts_pathlen += more + 256;
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php96 // max number of cpus for the VM, no more than 8
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h14 Lesser General Public License for more details.
50 If false, set *R to A + B. A, B, and R may be evaluated more than
54 be simpler and more robust if intprops.h were migrated into glibc. */
208 greater-than-32-bit integers and unconditional shifts by more than
641 char more; member in struct:re_backref_cache_entry
H A Dregexec.c14 Lesser General Public License for more details.
483 { /* Yes. If we need more elements than were already
1960 while (ent++->more);
2184 while (enabled_idx++, entry++->more);
2403 Because there might be more than one nodes whose types are
2665 while (entry++->more);
2708 /* We don't need to search this sub expression any more. */
2755 any more. */
2822 Because there might be more than one nodes whose types are
3273 while (ent++->more);
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp202 bool more = (pending & ~eventMask) != 0; local
206 return more;
563 // if we hit the limit of blocks to cache�� try to free one or more
883 the oldest change of the block if it is part of more than one transaction.
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c79 /* For more information about Tx checksum offload issues see ale_encap(). */
655 * until I find more clue about it but allow users to override it.
1409 * will draw more power than 375mA at 3.3V which is specified in
1776 * TCP/UDP checksum takes more time than that of IP.
2239 int more; local
2254 more = 0;
2256 more = ale_rxeof(sc, sc->ale_process_limit);
2257 if (more == EAGAIN)
2259 else if (more == EIO) {
2283 if (more
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c1503 * link will cunsume more power than 375mA.
1508 * at 1Gbps draws more power than 375mA at 3.3V which is
1588 /* Remove Tx MAC/offload clock to save more power. */
1616 /* Remove Tx MAC/offload clock to save more power. */
1797 * each Tx request requires one more dummy descriptor.
2361 int more; local
2381 more = 0;
2384 more = jme_rxintr(sc, sc->jme_process_limit);
2385 if (more != 0)
2405 if (more !
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c1109 * GPHY power down caused more problems on AR8151 v2.0.
1117 * more power when driver is unloaded.
1606 * It seems enabling Tx checksum offloading makes more trouble.
2440 * will draw more power than 375mA at 3.3V which is specified in
3363 int more; local
3380 more = 0;
3383 more = alc_rxintr(sc, sc->alc_process_limit);
3384 if (more == EAGAIN)
3386 else if (more == EIO) {
3414 if (more
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S290 mov ah, EXTENDED_READ ; Load 3 more sectors
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c1406 * call txsync and reclaim more completed TX buffers.
3847 * be a sentinel and/or there may be more mbufs than segments
4203 uint8_t more; local
4219 more = (nmirq == NM_IRQ_RESCHED) ? IFLIB_RXEOF_MORE : 0;
4226 more = iflib_rxeof(rxq, budget);
4230 if ((more & IFLIB_RXEOF_MORE) == 0) {
4240 if (more & IFLIB_RXEOF_MORE)
4242 else if (more & IFLIB_RXEOF_EMPTY)
5024 * more than one (it will always return the same result in that case).
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp157 // cache_listeners, so this is a more than acceptable trade-off.
809 bool more = (pending & ~eventMask) != 0; local
813 return more;
1118 /*! Adds the specified block to the to be written array. If no more blocks can
1165 If no more blocks can be added, false is returned, otherwise true.
1260 the oldest change of the block if it is part of more than one transaction.
2601 // potentially more or less depending on congestion and drive speeds
2613 // if there are more than 16 blocks currently being written.
2670 // There are probably still more blocks that we could write, so

Completed in 439 milliseconds