Searched refs:limit (Results 26 - 50 of 75) sorted by relevance

123

/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.h53 void SetDomainZoomLimit(double limit);
H A DChart.cpp254 Chart::SetDomainZoomLimit(double limit) argument
256 fDomainZoomLimit = limit;
/haiku/headers/libs/agg/
H A Dagg_array.h929 int limit = arr.size(); local
934 int len = limit - base;
947 j = limit - 1;
978 if(j - base > limit - i)
987 top[1] = limit;
988 limit = j;
998 for(; i < limit; j = i, i++)
1013 limit = top[1];
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp159 FT_Vector* limit; local
173 limit = outline.points + last;
195 limit--;
218 while(point < limit)
244 if(point < limit)
321 if(point + 1 > limit || FT_CURVE_TAG(tags[1]) != FT_CURVE_TAG_CUBIC)
334 if(point <= limit)
/haiku/src/system/boot/platform/bios_ia32/
H A Dinterrupts.cpp205 TRACE("IDT: base: %p, limit: %u\n", sBIOSIDTDescriptor.base,
206 sBIOSIDTDescriptor.limit);
H A Dsmp.cpp68 smp_mp_probe(uint32 base, uint32 limit) argument
70 TRACE(("smp_mp_probe: entry base 0x%lx, limit 0x%lx\n", base, limit));
71 for (uint32 *pointer = (uint32 *)base; (uint32)pointer < limit; pointer++) {
611 "address limit, overriding the setting in the kernel "
/haiku/src/servers/app/
H A DDrawState.h160 void SetMiterLimit(float limit);
H A DDrawState.cpp796 DrawState::SetMiterLimit(float limit) argument
798 fMiterLimit = limit;
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp20 uint16 limit; member in struct:gdt_idt_descr
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp118 TRACE("HTreeEntryIterator::Init() count %u limit %u\n",
230 "limit: %u\n", fCurrentEntry, fCount, fLimit);
394 uint16 limit = countLimit->Limit(); local
395 return (ext2_htree_tail*)(&entries[fFirstEntry + limit]);
H A DDirectoryIterator.cpp884 uint16 limit = countLimit->Limit(); local
885 TRACE("DirectoryIterator::_HTreeEntryTail() %p %p\n", block, &entries[firstEntry + limit]);
886 return (ext2_htree_tail*)(&entries[firstEntry + limit]);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp163 const bigtime_t limit = system_time() + 2 * 1000 * 1000; local
220 } while (system_time() < limit);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.c778 uint32_t txtime, limit; local
783 limit = IEEE80211_TXOP_TO_US(
826 * Check the txop limit to insure the aggregate fits.
828 if (limit != 0 &&
829 (txtime = ff_approx_txtime(ni, m, mstaged)) > limit) {
836 "%s: txtime %u exceeds txop limit %u\n",
837 __func__, txtime, limit);
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp439 idtDescriptor.limit = IDT_LIMIT - 1;
488 gdtDescriptor.limit = GDT_LIMIT - 1;
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1333 int32 limit = 0; local
1337 limit = filter.GetInt32("limit", 0);
1368 // limit == 0 means no limit
1369 if (++count == limit)
1377 if (limit != 0) {
1378 // Update limit for user daemon
1379 limit -= count;
1380 if (limit <
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp440 idtDescriptor.limit = IDT_LIMIT - 1;
489 gdtDescriptor.limit = GDT_LIMIT - 1;
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp439 idtDescriptor.limit = IDT_LIMIT - 1;
488 gdtDescriptor.limit = GDT_LIMIT - 1;
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp421 atu->limit = (uint32)(parentAdr + size - 1);
456 dprintf(", limit: %#08" B_PRIx32, atu->limit);
H A DDWPCIController.h110 uint32 limit; member in struct:PciAtuRegs
/haiku/headers/private/kernel/
H A Dksignal.h67 QueuedSignalsCounter(int32 limit);
/haiku/src/kits/interface/
H A DTextView.cpp1868 const int32 limit = (line + 1)->offset; local
1886 } while (offset < limit);
3986 const int32 limit = fText->Length(); local
3989 if (fromOffset >= limit) {
4007 return limit;
4015 offset = limit - fromOffset;
4018 int32 toOffset = (offset < limit) ? offset : limit;
4023 return offset < limit ? offset + 1 : limit;
5792 const int32 limit = offset + fInline->Length(); local
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp95 MSP3430_DSP_MDB_LIM = 0x0069, // MDB limit
569 void CMSP3430::SetMDB(int strength, int limit, int harmonic,
575 // set MDB amplitude limit between -32..0 dBFS
576 fMDBLimit = Clamp(limit, -32, 0) << 8;
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp114 uint16 limit; member in struct:__anon5
129 uint16 limit; member in struct:__anon6
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp45 the spot defined by base and limit and checks for overflows.
48 is_valid_spot(addr_t base, addr_t alignedBase, addr_t size, addr_t limit) argument
51 && alignedBase + (size - 1) <= limit);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c174 int limit)
202 * First pass - walk sq, queue up to 'limit' entries,
206 for (i = 0; i < limit; i++) {
222 * Ok, so now we have a staging list of up to 'limit'
324 * Note that the hardware staging queue will limit
346 * non-aggr limit (non_aggr, which is 32.) They should
173 ath_tx_edma_push_staging_list(struct ath_softc *sc, struct ath_txq *txq, int limit) argument

Completed in 159 milliseconds

123