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.
559 char more; member in struct:re_backref_cache_entry
H A Dregexec.c14 Lesser General Public License for more details.
522 { /* Yes. If we need more elements than were already
1979 while (ent++->more);
2205 while (enabled_idx++, entry++->more);
2428 Because there might be more than one nodes whose types are
2691 while (entry++->more);
2734 /* We don't need to search this sub expression any more. */
2780 any more. */
2848 Because there might be more than one nodes whose types are
3294 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.c81 /* For more information about Tx checksum offload issues see ale_encap(). */
660 * until I find more clue about it but allow users to override it.
1422 * will draw more power than 375mA at 3.3V which is specified in
1789 * TCP/UDP checksum takes more time than that of IP.
2252 int more; local
2267 more = 0;
2269 more = ale_rxeof(sc, sc->ale_process_limit);
2270 if (more == EAGAIN)
2272 else if (more == EIO) {
2296 if (more
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c1508 * link will cunsume more power than 375mA.
1513 * at 1Gbps draws more power than 375mA at 3.3V which is
1593 /* Remove Tx MAC/offload clock to save more power. */
1621 /* Remove Tx MAC/offload clock to save more power. */
1802 * each Tx request requires one more dummy descriptor.
2366 int more; local
2386 more = 0;
2389 more = jme_rxintr(sc, sc->jme_process_limit);
2390 if (more != 0)
2410 if (more !
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c1113 * GPHY power down caused more problems on AR8151 v2.0.
1121 * more power when driver is unloaded.
1611 * It seems enabling Tx checksum offloading makes more trouble.
2445 * will draw more power than 375mA at 3.3V which is specified in
3368 int more; local
3385 more = 0;
3388 more = alc_rxintr(sc, sc->alc_process_limit);
3389 if (more == EAGAIN)
3391 else if (more == EIO) {
3419 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.
3688 * be a sentinel and/or there may be more mbufs than segments
4044 uint8_t more; local
4060 more = (nmirq == NM_IRQ_RESCHED) ? IFLIB_RXEOF_MORE : 0;
4067 more = iflib_rxeof(rxq, budget);
4071 if ((more & IFLIB_RXEOF_MORE) == 0) {
4081 if (more & IFLIB_RXEOF_MORE)
4083 else if (more & IFLIB_RXEOF_EMPTY)
4835 * more than one (it will always return the same result in that case).
5538 /* XXX handle more tha
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp155 // cache_listeners, so this is a more than acceptable trade-off.
807 bool more = (pending & ~eventMask) != 0; local
811 return more;
1116 /*! Adds the specified block to the to be written array. If no more blocks can
1163 If no more blocks can be added, false is returned, otherwise true.
1249 the oldest change of the block if it is part of more than one transaction.
2581 // potentially more or less depending on congestion and drive speeds
2593 // if there are more than 16 blocks currently being written.
2650 // There are probably still more blocks that we could write, so

Completed in 199 milliseconds