Searched defs:limit (Results 1 - 25 of 62) sorted by relevance

123

/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_get.py215 limit = easy_swaps[func_name] variable
218 print '\t\tfor (i = 0 ; i < %s ; i++)' % limit
/vbox/src/recompiler/Sun/
H A De_powl-x86.S87 ASM_TYPE_DIRECTIVE(limit,@object)
88 limit: .double 0.29 label
89 ASM_SIZE_DIRECTIVE(limit)
210 fcompl MO(limit) // 1.0 : x : y
H A De_powl-amd64.S68 ASM_TYPE_DIRECTIVE(limit,@object)
69 limit: .double 0.29 label
70 ASM_SIZE_DIRECTIVE(limit)
174 fcompl MO(limit) // 1.0 : x : y
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DBra86.c23 Byte *limit = data + size - 4; local
24 for (; p < limit; p++)
28 if (p >= limit)
H A DLzFind.c238 UInt32 limit = kMaxValForNormalize - p->pos; local
240 if (limit2 < limit)
241 limit = limit2;
250 if (limit2 < limit)
251 limit = limit2;
258 p->posLimit = p->pos + limit;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dlibrary.h114 unsigned long limit[8192]; /* limit in bytes or 0 if entry is free */ member in struct:__wine_ldt_copy
132 static inline void wine_ldt_set_limit( LDT_ENTRY *ent, unsigned int limit )
134 if ((ent->HighWord.Bits.Granularity = (limit >= 0x100000))) limit >>= 12;
135 ent->LimitLow = (WORD)limit;
136 ent->HighWord.Bits.LimitHi = (limit >> 16);
146 unsigned int limit = ent->LimitLow | (ent->HighWord.Bits.LimitHi << 16); local
147 if (ent->HighWord.Bits.Granularity) limit = (limit << 1
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlibrary.h114 unsigned long limit[8192]; /* limit in bytes or 0 if entry is free */ member in struct:__wine_ldt_copy
132 static inline void wine_ldt_set_limit( LDT_ENTRY *ent, unsigned int limit )
134 if ((ent->HighWord.Bits.Granularity = (limit >= 0x100000))) limit >>= 12;
135 ent->LimitLow = (WORD)limit;
136 ent->HighWord.Bits.LimitHi = (limit >> 16);
146 unsigned int limit = ent->LimitLow | (ent->HighWord.Bits.LimitHi << 16); local
147 if (ent->HighWord.Bits.Granularity) limit = (limit << 1
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprthinfo.c124 prword_t limit; local
127 limit = (prword_t) esp;
128 while (scan < limit) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_calib.c53 struct ath_nf_limits *limit; local
56 limit = &ah->nf_2g;
58 limit = &ah->nf_5g;
60 return limit;
74 struct ath_nf_limits *limit; local
81 limit = ath9k_hw_get_nf_limits(ah, ah->curchan);
104 if (h[i].privNF > limit->max) {
109 i, h[i].privNF, limit->max,
115 * Normally we limit the average noise floor by the
118 * we bypass this limit her
316 struct ath_nf_limits *limit; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_iso9660.c153 int limit = dirrec->dirrec_length; local
160 while(off < limit)
172 limit = ISOINT(ce->X.len);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c684 const int limit = ((UDP_PROXY_EXPIRATION /* sec */ * 1000 /* msec/sec */ local
693 if (++pcb->proxy_cnt < limit) {
/vbox/src/VBox/Devices/PC/BIOS/
H A Ddisk.c103 uint32_t limit = 8257536; /* 1024 * 128 * 63 */ local
107 /* Start with ~4GB limit, go down to 504MB. */
109 if (nsectors <= limit)
111 limit /= 2;
H A Dinvop.c28 uint16_t limit; /* Segment limit. */ member in struct:tag_ldall_desc
74 void load_idtr(uint32_t base, uint16_t limit);
82 void load_gdtr(uint32_t base, uint16_t limit);
196 /* Store the ES base/limit/attributes in the unused words (GDT selector 8). */
197 ldbuf->unused2[0] = ldbuf->es_desc.limit;
202 /* Store the DS base/limit/attributes in other unused words. */
203 ldbuf->unused1[0] = ldbuf->ds_desc.limit;
209 load_idtr(seg_base, ldbuf->idt_desc.limit);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/i86pc/os/
H A Ddtrace_subr.c104 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarena.h58 PRUword limit; /* one beyond last byte in arena */ member in struct:PLArena
114 if (_q > _a->limit) \
129 _q <= _a->limit) { \
143 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
145 (a)->limit - (a)->avail))
147 (a)->limit - (PRUword)(a))
/vbox/src/libs/zlib-1.2.6/contrib/amd64/
H A Damd64-match.S31 #define limit r15 define
195 lea (%limit, %window), %scan
204 /* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
242 * } while ((cur_match = prev[cur_match & wmask]) > limit
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c27 and high water mark of total bytes requested, optionally set a limit on the
36 mem_limit(&strm, limit) sets a limit on the total bytes requested -- a
37 request that exceeds this limit will result in an
39 limit to zero means no limit, which is the default
66 size_t limit; /* memory allocation limit, or 0 if no limit */ member in struct:mem_zone
79 if (zone == NULL || (zone->limit
176 mem_limit(z_stream *strm, size_t limit) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dldt.c57 unsigned int limit; member in struct:modify_ldt_s
70 ptr->limit = entry->LimitLow | (entry->HighWord.Bits.LimitHi << 16);
181 wine_ldt_set_limit( entry, wine_ldt_copy.limit[index] );
245 wine_ldt_copy.limit[index] = wine_ldt_get_limit(entry);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dcomboot.h26 uint16_t limit; member in struct:idt_register
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_cs.h178 static inline void radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) argument
182 cs->csm->vram_limit = limit;
184 cs->csm->gart_limit = limit;
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess.h474 uint32_t limit; member in struct:pci_pcmcia_bridge_info::__anon3693
479 uint32_t limit; member in struct:pci_pcmcia_bridge_info::__anon3694
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp97 PRUint32 limit; member in class:HammerData
161 limit = clip;
202 limit = (Random() % limit) + 1;
211 PRUint32 minor = (Random() % limit) + 1;
212 PRUint32 random = (Random() % limit) + 1;
213 PRUint32 pages = (Random() % limit) + 10;
289 ** default values: max_virtual_procs = 2, threads = 10, limit = 57
307 ** Random File: Using max_virtual_procs = 2, threads = 10, limit = 57
318 PRIntn active, poll, limit local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dranfile.c84 PRUint32 limit; member in struct:Hammer_s
178 PRUint32 minor = (Random() % cd->limit) + 1;
179 PRUint32 random = (Random() % cd->limit) + 1;
180 PRUint32 pages = (Random() % cd->limit) + 10;
257 ** default values: loops = 2, threads = 10, limit = 57
275 ** Random File: Using loops = 2, threads = 10, limit = 57
285 int limit = 0, loops = 0, threads = 0, times; local
310 limit = atoi(opt->value);
340 if (limit == 0) limit
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm52 limit equ dword ptr [esp+NbStack-32] define
267 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
322 ;;; ebp = limit
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c257 UInt32 limit = kMaxValForNormalize - p->pos; local
259 if (limit2 < limit)
260 limit = limit2;
269 if (limit2 < limit)
270 limit = limit2;
277 p->posLimit = p->pos + limit;

Completed in 234 milliseconds

123