Searched defs:us (Results 1 - 12 of 12) sorted by relevance

/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/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp98 const PRUnichar* us = mString->get(); local
104 memcpy(aBuf, us + mPos, sizeof(PRUnichar) * amount);
/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/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/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu.h47 GLushort us[4]; member in union:zvabuffer_info_t::__anon2063
/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/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/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsky2.c1277 * NB: the hardware will tell us about partial completion of multi-part
1909 static inline u32 sky2_us2clk(const struct sky2_hw *hw, u32 us) argument
1911 return sky2_mhz(hw) * us;
/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/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/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c1530 unsigned short us; /* if this fails, define NO_UI */ local
1532 ul=0; us=0;
1562 showtype("unsigned short promotes to", Promoted(us));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h1989 GLushort us[4]; member in union:wined3d_device::__anon2025

Completed in 113 milliseconds