/vbox/src/libs/zlib-1.2.6/contrib/iostream3/ |
H A D | zfstream.h | 412 template<typename T1, typename T2> 423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2), 425 T2 v2); 429 (*func)(gzofstream&, T1, T2); 433 T2 val2; 447 template<typename T1, typename T2> 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), 451 T2 v2) 456 template<typename T1, typename T2> [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon6891
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86Axp.h | 15 T2, enumerator in enum:__anon7518
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon7887
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon8243
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon8560
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon8883
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon9197
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon9517
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon5043
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon5355
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon5667
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon5975
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon6278
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xf86Axp.h | 13 T2, enumerator in enum:__anon6576
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86Axp.h | 15 T2, enumerator in enum:__anon4663
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86Axp.h | 15 T2, enumerator in enum:__anon4230
|
/vbox/include/VBox/com/ |
H A D | ptr.h | 121 template <class T2> 122 ComPtr(const ComPtr<T2> &that) 146 template <class T2> 147 ComPtr(T2 *p) 171 template <class T2> 172 ComPtr& operator=(const ComPtr<T2> &that) 174 return operator=((T2*)that); 195 template <class T2> 196 ComPtr& operator=(T2 *p) 275 template <class T2> [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/ |
H A D | Dhcp6Utility.h | 193 @param[in] T2 The time of T2. 203 IN UINT32 T2 297 @param[in] T2 T2 time in the Ia option. 310 IN UINT32 T2
|
H A D | Dhcp6Utility.c | 411 IaCb->T2 = (IaCb->T2 != 0) ? IaCb->T2 : (UINT32)(MinLt * 8 / 10); 657 @param[in] T2 The time of T2. 667 IN UINT32 T2 686 // | T2 (only for IA_NA) | 718 WriteUnaligned32 ((UINT32 *) Buf, ((T2 != 0) ? T2 : 0xffffffff)); 1023 @param[in] T2 T [all...] |
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstIprtList.cpp | 152 * @param T2 The input type 157 template<template <class, typename> class L, typename T1, typename T2, typename T3> 167 L<T1, T2> testList; 169 const size_t defCap = L<T1, T2>::kDefaultCapacity; 223 L<T1, T2> testList2; 239 L<T1, T2> testList3(testList); 249 L<T1, T2> testList4; 368 L<T1, T2> testList5(testList); 387 L<T1, T2> testList6; 399 L<T1, T2> testList [all...] |
H A D | tstRTTimeSpec.cpp | 130 RTTIME T2; local 202 T2 = T1; 204 if (memcmp(&T1, &T2, sizeof(T1))) 313 #define CHECK_NSEC(Ts1, T2) \ 316 RTTESTI_CHECK_MSG( RTTimeSpecGetNano(&(Ts1)) == RTTimeSpecGetNano(RTTimeImplode(&TsTmp, &(T2))), \ 318 RTTimeSpecGetNano(&(Ts1)), RTTimeSpecGetNano(RTTimeImplode(&TsTmp, &(T2)))) ); \
|
/vbox/include/iprt/cpp/ |
H A D | list.h | 131 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) 145 static inline void copyTo(T2 *p, T2 *const p1 , size_t iTo, size_t cSize) 150 static inline void erase(T2 * /* p */, size_t /* i */) { /* Nothing to do here. */ } 151 static inline void eraseRange(T2 * /* p */, size_t /* cFrom */, size_t /* cSize */) { /* Nothing to do here. */ }
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Impl.h | 109 UINT32 T2; member in struct:_DHCP_SERVICE
|
H A D | Dhcp4Option.h | 123 #define DHCP_TAG_T2 59 // Rebinding (T2) Time Value 190 UINT32 T2; // DHCP_TAG_T2 member in struct:__anon11204
|