Searched refs:limit (Results 1 - 25 of 75) sorted by path

123

/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];
H A Dagg_math_stroke.h227 // Inside the miter limit
258 // Miter limit exceeded
375 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs; local
376 if(limit < m_inner_miter_limit)
378 limit = m_inner_miter_limit;
392 limit);
404 limit);
H A Dagg_rasterizer_cells_aa.h517 Cell** limit; local
520 limit = start + num;
526 int len = int(limit - base);
539 j = limit - 1;
574 if(j - base > limit - i)
583 top[1] = limit;
584 limit = j;
594 for(; i < limit; j = i, i++)
610 limit = top[1];
/haiku/headers/private/interface/
H A Dutf8_functions.h90 UTF8PreviousCharLen(const char *text, const char *limit) argument
94 if (ptr == NULL || limit == NULL)
98 if (ptr == limit)
/haiku/headers/private/kernel/arch/m68k/
H A Darch_030_mmu.h34 uint32 low_up : 1; // limit is lower(1)/upper(0)
35 uint32 limit : 15; member in struct:long_page_directory_entry
61 uint32 low_up : 1; // limit is lower(1)/upper(0)
62 // limit only used on early table terminators, else unused
63 uint32 limit : 15; member in struct:long_page_table_entry
120 // limit disabled, 6bits at 1
121 // (limit isn't used on that level, but just in case)
H A Darch_mmu.h82 uint32 limit : 15;
83 uint32 low_up : 1; // limit is lower(1)/upper(0)
112 // limit only used on early table terminators, else unused
113 uint32 limit : 15;
114 uint32 low_up : 1; // limit is lower(1)/upper(0)
/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h111 set_segment_descriptor(segment_descriptor* desc, addr_t base, uint32 limit, argument
116 // limit is 20 bits long
117 if (limit & 0xfff00000) {
118 desc->limit_00_15 = ((addr_t)limit >> 12) & 0x0ffff;
119 desc->limit_19_16 = ((addr_t)limit >> 28) & 0xf;
122 desc->limit_00_15 = (addr_t)limit & 0x0ffff;
123 desc->limit_19_16 = ((addr_t)limit >> 16) & 0xf;
140 set_tss_descriptor(segment_descriptor* desc, addr_t base, uint32 limit) argument
145 desc->limit_00_15 = (addr_t)limit & 0x0ffff;
/haiku/headers/private/kernel/
H A Dksignal.h67 QueuedSignalsCounter(int32 limit);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1296 * Set the limit on the overall output power. Used for dynamic
1302 ar5211SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) argument
1305 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
1306 OS_REG_WRITE(ah, AR_PHY_POWER_TX_RATE_MAX, limit);
1622 * this unless specially configured. Then we limit
2034 "%s: Max gain limit.\n", __func__);
2053 "%s: Min gain limit.\n", __func__);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h44 uint16 limit; member in struct:HTreeCountLimit
48 { return B_LENDIAN_TO_HOST_INT16(limit); }
52 { return limit == count; }
55 { limit = B_HOST_TO_LENDIAN_INT16(value); }
/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/apps/debuganalyzer/gui/chart/
H A DChart.cpp254 Chart::SetDomainZoomLimit(double limit) argument
256 fDomainZoomLimit = limit;
H A DChart.h53 void SetDomainZoomLimit(double limit);
/haiku/src/bin/
H A Dlaunch_roster.cpp33 {"limit", required_argument, 0, 'l'},
110 " -l --limit <n> Limit output to <n> events\n"
124 int32 limit = 0; local
151 limit = strtol(optarg, NULL, 0);
169 if (limit != 0)
170 filter.AddInt32("limit", limit);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp68 int32 limit = settings.GetInt32(kPartialDownloadLimit, -1); local
69 if (limit < 0) {
75 kb << int32(limit / 1024);
/haiku/src/kits/media/
H A DParameterWeb.cpp903 int limit = fControls->CountItems(); local
904 for (int i = 0; i < limit; i++) {
913 limit = fGroups->CountItems();
914 for (int i = 0; i < limit; i++) {
/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/arch/m68k/
H A Dmmu.cpp439 idtDescriptor.limit = IDT_LIMIT - 1;
488 gdtDescriptor.limit = GDT_LIMIT - 1;
/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 Dinterrupts.h18 uint16 limit; member in struct:gdt_idt_descr
/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/arch/x86/64/
H A Ddescriptors.cpp71 inline TSSDescriptor(uintptr_t base, size_t limit);
85 inline UserTLSDescriptor(uintptr_t base, size_t limit);
100 addr_t base, size_t limit);
207 TSSDescriptor::TSSDescriptor(uintptr_t base, size_t limit) argument
211 fLimit0 = static_cast<uint16_t>(limit);
215 fLimit1 = (limit >> 16) & 0xf;
227 UserTLSDescriptor::UserTLSDescriptor(uintptr_t base, size_t limit) argument
230 fLimit0 = static_cast<uint16_t>(limit);
232 fLimit1 = (limit >> 16) & 0xf;
281 GlobalDescriptorTable::SetUserTLS(unsigned cpu, uintptr_t base, size_t limit) argument
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c205 h->chunk_limit = chunk->limit
265 h->chunk_limit = chunk->limit
304 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
371 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj))
399 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj))
411 h->chunk_limit = lp->limit;
437 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj))
449 h->chunk_limit = lp->limit;
467 nbytes += lp->limit - (char *) lp;
H A Dobstack.h48 would not like to put any arbitrary upper limit on the length of your
160 char *limit; /* 1 past end of this chunk */
159 char *limit; /* 1 past end of this chunk */ member in struct:_obstack_chunk
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c108 int limit, int subexp_idx,
2003 check_dst_limits_calc_pos (const re_match_context_t *mctx, int limit,
2007 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit;
2000 check_dst_limits_calc_pos(const re_match_context_t *mctx, int limit, int subexp_idx, int from_node, int str_idx, int bkref_idx) argument

Completed in 402 milliseconds

123