Searched refs:T1 (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Runtime/testcase/
H A DtstRTTimeSpec.cpp66 CHECK_NZ(RTTimeExplode(&T1, RTTimeSpecSetNano(&Ts1, ns))); \
67 RTTestIPrintf(RTTESTLVL_ALWAYS, "%RI64 ns - %s\n", ns, ToString(&T1)); \
68 CHECK_NZ(RTTimeImplode(&Ts2, &T1)); \
75 CHECK_NZ(RTTimeExplode(&T1, RTTimeSpecSetSeconds(&Ts1, sec))); \
76 RTTestIPrintf(RTTESTLVL_ALWAYS, "%RI64 sec - %s\n", sec, ToString(&T1)); \
77 CHECK_NZ(RTTimeImplode(&Ts2, &T1)); \
129 RTTIME T1; local
148 CHECK_NZ(RTTimeExplode(&T1, &Now));
149 RTTestIPrintf(RTTESTLVL_ALWAYS, " %RI64 ns - %s\n", RTTimeSpecGetNano(&Now), ToString(&T1));
150 CHECK_NZ(RTTimeImplode(&Ts1, &T1));
[all...]
H A DtstIprtList.cpp151 * @param T1 The list type.
157 template<template <class, typename> class L, typename T1, typename T2, typename T3>
160 RTTestISubF("%s with size of %u (items=%u)", pcszDesc, sizeof(T1), cTestItems);
167 L<T1, T2> testList;
169 const size_t defCap = L<T1, T2>::kDefaultCapacity;
223 L<T1, T2> testList2;
229 RTTESTI_CHECK(!testList.contains(T1()));
234 RTTESTI_CHECK(!testList2.contains(T1()));
239 L<T1, T2> testList3(testList);
249 L<T1, T
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.h412 template<typename T1, typename T2>
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
424 T1 v1,
429 (*func)(gzofstream&, T1, T2);
432 T1 val1;
447 template<typename T1, typename T2>
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2),
450 T1 v1,
456 template<typename T1, typenam
[all...]
/vbox/include/iprt/cpp/
H A Dlist.h131 template <typename T1, typename T2>
135 static inline void set(T2 *p, size_t i, const T1 &v) { p[i] = v; }
136 static inline T1 & at(T2 *p, size_t i) { return p[i]; }
137 static inline size_t find(T2 *p, const T1 &v, size_t cElements)
148 memcpy(&p[iTo], &p1[0], sizeof(T1) * cSize);
157 template <typename T1>
158 class RTCListHelper<T1, T1*>
161 static inline void set(T1 **p, size_t i, const T1
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.h192 @param[in] T1 The time of T1.
202 IN UINT32 T1,
296 @param[in] T1 T1 time in the Ia option.
309 IN UINT32 T1,
H A DDhcp6Utility.c410 IaCb->T1 = (IaCb->T1 != 0) ? IaCb->T1 : (UINT32)(MinLt * 5 / 10);
656 @param[in] T1 The time of T1.
666 IN UINT32 T1,
684 // | T1 (only for IA_NA) |
716 WriteUnaligned32 ((UINT32 *) Buf, ((T1 != 0) ? T1 : 0xffffffff));
1022 @param[in] T1 T
663 Dhcp6AppendIaOption( IN OUT UINT8 *Buf, IN EFI_DHCP6_IA *Ia, IN UINT32 T1, IN UINT32 T2 ) argument
1031 Dhcp6GenerateIaCb( IN DHCP6_INSTANCE *Instance, IN UINT8 *IaInnerOpt, IN UINT16 IaInnerLen, IN UINT32 T1, IN UINT32 T2 ) argument
[all...]
H A DDhcp6Io.c130 TxCb->RetryCtl.Mrd = IaCb->T2 - IaCb->T1;
410 Instance->IaCb.T1 = 0;
526 UINT32 T1; local
534 // 1. record the T1 and T2 times
562 // | T1 |
588 // sizeof (option-code + option-len + IaId + T1) = 12
589 // sizeof (option-code + option-len + IaId + T1 + T2) = 16
594 T1 = NTOHL (ReadUnaligned32 ((UINT32 *) (Option + 8)));
599 T1 = 0;
641 T1,
[all...]
H A DDhcp6Impl.h196 UINT32 T1; member in struct:_DHCP6_IA_CB
/vbox/include/iprt/crypto/
H A Dtaf.h101 } T1; member in struct:RTCRTAFTRUSTANCHORINFO
H A Dx509.h415 } T1; member in struct:RTCRX509OLDAUTHORITYKEYIDENTIFIER
565 } T1; member in struct:RTCRX509NAMECONSTRAINTS
700 } T1; member in struct:RTCRX509TBSCERTIFICATE
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm169 %define T1 r11
261 %define T1 edi
290 ; @remarks Clobbers T0, T1, stack.
298 pop T1
716 ; WARNING! This code make ASSUMPTIONS about which registers T1 and T0 are mapped to!
728 mov r11, rdx ; pu64EaxEdx (is also T1)
741 IEM_SAVE_FLAGS r9, (X86_EFL_ZF), 0 ; clobbers T0+T1 (eax, r11)
749 mov r11, rdx ; pu64EbxEcx (is also T1)
761 IEM_SAVE_FLAGS r10, (X86_EFL_ZF), 0 ; clobbers T0+T1 (eax, r11)
788 IEM_SAVE_FLAGS ebp, (X86_EFL_ZF), 0 ; clobbers T0+T1 (ea
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dtaf-template.h60 RTASN1TMPL_MEMBER_OPT_XTAG( T1, CtxTag1, Exts, RTCRX509EXTENSIONS, RTCrX509Extensions, 1);
H A Dx509-template.h211 RTASN1TMPL_MEMBER_OPT_XTAG( T1, CtxTag1, AuthorityCertIssuer, RTCRX509NAME, RTCrX509Name, 1);
352 RTASN1TMPL_MEMBER_OPT_XTAG( T1, CtxTag1, ExcludedSubtrees, RTCRX509GENERALSUBTREES, RTCrX509GeneralSubtrees, 1);
418 RTASN1TMPL_MEMBER_OPT_XTAG( T1, CtxTag1, IssuerUniqueId, RTCRX509UNIQUEIDENTIFIER, RTCrX509UniqueIdentifier, 1);
H A Dx509-sanity.cpp119 if ( ( RTAsn1BitString_IsPresent(&pThis->T1.IssuerUniqueId)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.h108 UINT32 T1; member in struct:_DHCP_SERVICE
H A DDhcp4Option.h122 #define DHCP_TAG_T1 58 // Renewal (T1) Time Value
189 UINT32 T1; // DHCP_TAG_T1 member in struct:__anon11204
H A DDhcp4Io.c292 DhcpSb->T1 = Para->T1;
302 if ((DhcpSb->T1 == 0) || (DhcpSb->T1 >= Para->T2)) {
303 DhcpSb->T1 = DhcpSb->Lease >> 1;
472 DhcpSb->T1 = 0;
840 // Record the lease, start timer for T1 and T2,
1505 The third timer increaments the lease life which is compared to T1, T2,
1573 if (DhcpSb->LeaseLife < DhcpSb->T1) {
1640 } else if (DhcpSb->LeaseLife == DhcpSb->T1) {
[all...]
H A DDhcp4Option.c287 Para->T1 = NetGetUint32 (Data);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/ddc/
H A Dedid.h156 #define T1 GET(E_T1) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dedid.h157 #define T1 GET(E_T1) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dedid.h155 #define T1 GET(E_T1) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dedid.h159 #define T1 GET(E_T1) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dedid.h159 #define T1 GET(E_T1) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dedid.h165 #define T1 GET(E_T1) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dedid.h158 #define T1 GET(E_T1) macro

Completed in 6003 milliseconds

12