Searched refs:us (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/profile-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.profileus.d32 * Simple profile-us simple test.
41 profile-200us
43 printf("This test is a simple profile-us provider test");
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/tick-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.tickus.d32 * tick-2000us simple test.
41 tick-2000us
43 printf("This test is a simple tick-us provider test\n");
/vbox/src/VBox/Devices/PC/ipxe/src/config/
H A Dconsole.h25 #define KEYBOARD_MAP us
/vbox/src/libs/liblzf-3.4/
H A Dlzf.c179 ssize_t us, cs, len; local
185 while ((us = rread (from, &buf1[MAX_HDR_SIZE], blocksize)) > 0)
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
196 header[5] = us >> 8;
197 header[6] = us & 0xff;
206 header[3] = us >> 8;
207 header[4] = us
226 ssize_t rc, cs, us, bytes, over = 0; local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dunzip.c588 unz64_s us; local
606 us.z_filefunc.zseek32_file = NULL;
607 us.z_filefunc.ztell32_file = NULL;
609 fill_fopen64_filefunc(&us.z_filefunc.zfile_func64);
611 us.z_filefunc = *pzlib_filefunc64_32_def;
612 us.is64bitOpenFunction = is64bitOpenFunction;
616 us.filestream = ZOPEN64(us.z_filefunc,
620 if (us.filestream==NULL)
623 central_pos = unz64local_SearchCentralDir64(&us
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpmsetup.inc33 cli ; Interrupts would kill us!
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos.c112 PRInt64 s, us, s2us; local
117 LL_I2L(us, tv.tv_usec);
119 LL_ADD(s, s, us);
/vbox/src/recompiler/Sun/
H A Dtestmath.c76 static long double check_lrd(const long double lrd, const unsigned long long ull, const unsigned short us) argument
81 || ((unsigned short *)&lrd2)[4] != us)
84 printf("%I64x:%04x instead of %I64x:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us);
86 printf("%llx:%04x instead of %llx:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us);
94 static long double make_lrd(const unsigned long long ull, const unsigned short us) argument
102 unsigned short us; member in struct:__anon17376::__anon17377
107 u.i.us = us;
111 static long double check_lrd_cw(const long double lrd, const unsigned long long ull, const unsigned short us, const unsigned cw) argument
119 return check_lrd(lrd, ull, us);
122 make_lrd_cw(unsigned long long ull, unsigned short us, unsigned cw) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2381 PRInt64 us, s2us; local
2386 LL_I2L(us, sb->st_mtim.tv_nsec / 1000);
2387 LL_ADD(info->modifyTime, info->modifyTime, us);
2390 LL_I2L(us, sb->st_ctim.tv_nsec / 1000);
2391 LL_ADD(info->creationTime, info->creationTime, us);
2398 PRInt64 us, s2us; local
2403 LL_I2L(us, sb->st_mtim.tv_nsec / 1000);
2404 LL_ADD(info->modifyTime, info->modifyTime, us);
2407 LL_I2L(us, sb->st_ctim.tv_nsec / 1000);
2408 LL_ADD(info->creationTime, info->creationTime, us);
2419 PRInt64 us, s2us; local
2436 PRInt64 us, s2us; local
2458 PRInt64 us, s2us; local
2475 PRInt64 us, s2us; local
2495 PRInt64 us, s2us; local
2512 PRInt64 us, s2us; local
2990 PRInt64 s, us, s2us; local
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu.h47 GLushort us[4]; member in union:zvabuffer_info_t::__anon2063
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.asm20 ;; @todo BEGINCODE gives us this:
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmacros.h97 #define UNCLAMPED_FLOAT_TO_USHORT(us, f) \
98 us = ( (GLushort) IROUND( CLAMP((f), 0.0, 1.0) * 65535.0F) )
99 #define CLAMPED_FLOAT_TO_USHORT(us, f) \
100 us = ( (GLushort) IROUND( (f) * 65535.0F) )
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp98 const PRUnichar* us = mString->get(); local
104 memcpy(aBuf, us + mPos, sizeof(PRUnichar) * amount);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_irix.s116 # invoke_copy_to_stack told us. skip a0 and f12
H A Dxptcinvoke_asm_mips.s142 # invoke_copy_to_stack told us. skip a0 and f12
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueue.cpp103 -- NULL out our elder queues weak reference to us --
227 nsCOMPtr<nsISupports> us(do_QueryInterface(kungFuDeathGrip));
228 os->NotifyObservers(us, aTopic, NULL);
559 // break links early in case the Release cascades back onto us
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_hw.c105 "timeout (%d us) on reg 0x%x: 0x%08x & 0x%08x != 0x%08x\n",
777 static void ath9k_hw_setslottime(struct ath_hw *ah, u32 us) argument
779 u32 val = ath9k_hw_mac_to_clks(ah, us);
784 static void ath9k_hw_set_ack_timeout(struct ath_hw *ah, u32 us) argument
786 u32 val = ath9k_hw_mac_to_clks(ah, us);
791 static void ath9k_hw_set_cts_timeout(struct ath_hw *ah, u32 us) argument
793 u32 val = ath9k_hw_mac_to_clks(ah, us);
835 * initval's 64us ack timeout value.
/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp618 // the object for us.
1231 NS_ABORT_IF_FALSE(ns_v.type == td.type_flags, "Expecting variant all setup for us");
1366 // Unicode objects are encoded by us.
1624 // (it may have been changed under us - we free the _new_ value.
1676 // Make sure the type tag of the variant hasnt changed on us.
1677 NS_ABORT_IF_FALSE(ns_v.type==td.type_flags, "variant type has changed under us!");
1753 PRUnichar *us = *((PRUnichar **)ns_v.ptr);
1754 if (us == NULL) {
1758 ret = PyUnicode_FromPRUnichar( us, nsCRT::strlen(us));
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm116 jne cpuid_subleaf_not_found ; If the leaf before us does not have the same leaf number, we failed.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S107 ## The stub switched us to the debug stack and pushed the interrupt number.
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1392 swap2(GLushort *us, GLuint n) argument
1396 us[i] = (us[i] >> 8) | (us[i] << 8);
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffasx64.asm26 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm235 ; In 32-bit mode iret doesn't restore CS:ESP for us, so we have to

Completed in 125 milliseconds

12