Searched defs:num (Results 101 - 125 of 192) sorted by relevance

12345678

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86int10.h32 int num; member in struct:__anon6334
68 extern _X_EXPORT void *xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num,
71 int num);
130 CARD32 getIntVect(xf86Int10InfoPtr pInt, int num);
132 int run_bios_int(int num, xf86Int10InfoPtr pInt);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86int10.h32 int num; member in struct:__anon6632
68 extern _X_EXPORT void *xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num,
71 int num);
130 CARD32 getIntVect(xf86Int10InfoPtr pInt, int num);
132 int run_bios_int(int num, xf86Int10InfoPtr pInt);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c167 dprintf(char *msg, int num) argument
172 printf(msg, num);
177 # define dprintf(msg, num) /*nada*/
760 addrsort(char **ap, int num) argument
768 for (i = 0; i < num; i++, p++) {
780 while (needsort < num) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c171 register int num; local
175 num = 0;
177 num = num * 10 + (c - '0');
178 if (num > max)
182 if (num < min)
184 *nump = num;
201 int num; local
209 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
212 *secsp = (long)(num * SECSPERHOU
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h277 static inline div_t __wine_msvcrt_div(int num, int denom) argument
281 unsigned __int64 res = div(num,denom);
286 static inline ldiv_t __wine_msvcrt_ldiv(__msvcrt_long num, __msvcrt_long denom) argument
290 unsigned __int64 res = ldiv(num,denom);
295 #define div(num,denom) __wine_msvcrt_div(num,denom)
296 #define ldiv(num,denom) __wine_msvcrt_ldiv(num,denom)
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dnetif.c233 netif->num = netif_num++;
356 u8_t num; local
362 num = name[2] - '0';
365 if (num == netif->num &&
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetif.h242 u8_t num; member in struct:netif
320 netif structure, and the digit is in the num field in the same
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dmultiboot.h96 uint32_t num; member in struct:multiboot_elf_section_header_table
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGLSupportInfo.cpp547 uint32_t num = 0; local
548 mFourccSupportedList[num++] = FOURCC_AYUV;
549 mFourccSupportedList[num++] = FOURCC_UYVY;
550 mFourccSupportedList[num++] = FOURCC_YUY2;
556 mFourccSupportedList[num++] = FOURCC_YV12;
559 Assert(num <= VBOXVHWA_NUMFOURCC);
560 mFourccSupportedCount = num;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/int10/
H A Dxf86int10.h33 int num; member in struct:__anon3099
80 void *xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off);
81 void xf86Int10FreePages(xf86Int10InfoPtr pInt, void *pbase, int num);
139 CARD32 getIntVect(xf86Int10InfoPtr pInt, int num);
141 int run_bios_int(int num, xf86Int10InfoPtr pInt);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dinput.h125 int num, den, threshold; member in struct:__anon3183
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86int10.h33 int num; member in struct:__anon4348
80 void *xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off);
81 void xf86Int10FreePages(xf86Int10InfoPtr pInt, void *pbase, int num);
139 CARD32 getIntVect(xf86Int10InfoPtr pInt, int num);
141 int run_bios_int(int num, xf86Int10InfoPtr pInt);
H A Dinput.h130 int num, den, threshold; member in struct:__anon4137
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dinput.h130 int num, den, threshold; member in struct:__anon4574
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h217 fi_type num; local
219 num.f = val;
220 log_2 = ((num.i >> 23) & 255) - 128;
221 num.i &= ~(255 << 23);
222 num.i += 127 << 23;
223 num.f = ((-1.0f/3) * num.f + 2) * num.f - 2.0f/3;
224 return num.f + log_2;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h256 static inline div_t __wine_msvcrt_div(int num, int denom) argument
260 unsigned __int64 res = div(num,denom);
265 static inline ldiv_t __wine_msvcrt_ldiv(__msvcrt_long num, __msvcrt_long denom) argument
269 unsigned __int64 res = ldiv(num,denom);
274 #define div(num,denom) __wine_msvcrt_div(num,denom)
275 #define ldiv(num,denom) __wine_msvcrt_ldiv(num,denom)
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_idl.c73 msg_callback(int level, int num, int line, const char *file, argument
/vbox/src/libs/libpng-1.2.8/
H A Dpng.c132 png_check_sig(png_bytep sig, int num) argument
134 return ((int)!png_sig_cmp(sig, (png_size_t)0, (png_size_t)num));
330 int num)
337 /* free text item num or (if num == -1) all text items */
344 if (num != -1)
346 if (info_ptr->text && info_ptr->text[num].key)
348 png_free(png_ptr, info_ptr->text[num].key);
349 info_ptr->text[num].key = NULL;
443 /* free a given sPLT entry, or (if num
329 png_free_data(png_structp png_ptr, png_infop info_ptr, png_uint_32 mask, int num) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dinput.h186 int num, den, threshold; member in struct:__anon8470
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dinput.h175 int num, den, threshold; member in struct:__anon8790
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c240 void qsort (void *base, size_t num, size_t width, int (*compare)(const void *, const void *)) argument
256 QuickSortWorker (base, (UINTN)num, (UINTN)width, (SORT_COMPARE)compare, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c171 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) argument
173 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
174 if (sizeInBytes / sizeof(CLzRef) != num)
656 static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
666 while (--num != 0);
669 void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
679 while (--num != 0);
682 static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
694 while (--num != 0);
697 static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
713 Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
730 Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.c152 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) argument
154 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
155 if (sizeInBytes / sizeof(CLzRef) != num)
637 static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
647 while (--num != 0);
650 void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
660 while (--num != 0);
663 static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
675 while (--num != 0);
678 static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
694 Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
711 Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) argument
[all...]
H A DLzFindMt.c197 UInt32 num = mf->streamPos - mf->pos; local
199 heads[1] = num;
200 if (num >= mf->numHashBytes)
202 num = num - mf->numHashBytes + 1;
203 if (num > kMtHashBlockSize - 2)
204 num = kMtHashBlockSize - 2;
205 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
206 heads[0] += num;
208 mf->pos += num;
298 UInt32 num = (UInt32)(distances - _distances); local
348 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], local
718 MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) argument
724 MatchFinderMt2_Skip(CMatchFinderMt *p, UInt32 num) argument
733 MatchFinderMt3_Skip(CMatchFinderMt *p, UInt32 num) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dcompat.c509 short int *num; local
510 num = va_arg(args, short int *);
511 *num = currlen;
513 long int *num; local
514 num = va_arg(args, long int *);
515 *num = currlen;
517 long long *num; local
518 num = va_arg(args, long long *);
519 *num = currlen;
521 int *num; local
[all...]

Completed in 130 milliseconds

12345678