/vbox/include/VBox/com/ |
H A D | list.h | 48 typedef RTCListBase<T, ITYPE, MT> BASE; typedef in class:RTCList 59 RTCList(size_t cCapacity = BASE::kDefaultCapacity) argument 60 : BASE(cCapacity) {} 78 typedef RTCListBase<T, ITYPE, MT> BASE; typedef in class:RTCList 89 RTCList(size_t cCapacity = BASE::kDefaultCapacity) argument 90 : BASE(cCapacity) {} 108 typedef RTCListBase<T, ITYPE, MT> BASE; typedef in class:RTCList 119 RTCList(size_t cCapacity = BASE::kDefaultCapacity) argument 120 : BASE(cCapacity) {} 153 : BASE(othe [all...] |
H A D | mtlist.h | 47 typedef RTCListBase<T, ITYPE, MT> BASE; typedef in class:RTCMTList 58 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) argument 59 : BASE(cCapacity) {} 77 typedef RTCListBase<T, ITYPE, MT> BASE; typedef in class:RTCMTList 88 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) argument 89 : BASE(cCapacity) {} 107 typedef RTCListBase<T, ITYPE, MT> BASE; typedef in class:RTCMTList 118 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) argument 119 : BASE(cCapacity) {} 152 : BASE(othe [all...] |
/vbox/include/iprt/cpp/ |
H A D | mtlist.h | 95 typedef RTCListBase<T, ITYPE, true> BASE; typedef in class:RTCMTList 106 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) argument 107 : BASE(cCapacity) {} 123 typedef RTCListBase<uint64_t, uint64_t, true> BASE; typedef in class:RTCMTList 134 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) argument 135 : BASE(cCapacity) {} 151 typedef RTCListBase<int64_t, int64_t, true> BASE; typedef in class:RTCMTList 162 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) argument 163 : BASE(cCapacity) {}
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | adler32.c | 14 #define BASE 65521 /* largest prime smaller than 65536 */ macro 16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ 27 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15 38 if (a >= BASE) a -= BASE; \ 56 if (a >= BASE) a -= BASE; \ 59 # define MOD(a) a %= BASE 60 # define MOD28(a) a %= BASE 61 # define MOD63(a) a %= BASE [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | tlan.c | 234 static u32 BASE; variable 319 data = inl(BASE + TLAN_HOST_CMD); 321 outl(data, BASE + TLAN_HOST_CMD); 327 data = inl(BASE + TLAN_HOST_CMD); 329 outl(data, BASE + TLAN_HOST_CMD); 333 TLan_DioWrite32(BASE, (u16) i, 0); 340 TLan_DioWrite16(BASE, TLAN_NET_CONFIG, (u16) data); 344 outl(TLAN_HC_LD_TMR | 0x3f, BASE + TLAN_HOST_CMD); 345 outl(TLAN_HC_LD_THR | 0x0, BASE + TLAN_HOST_CMD); 349 outw(TLAN_NET_SIO, BASE [all...] |
H A D | 3c595.h | 69 #define BASE (eth_nic_base) macro 119 #define VX_COMMAND 0x0e /* Write. BASE+0x0e is always a 121 #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status 123 #define VX_WINDOW 0x0f /* Read. BASE+0x0f is always window 298 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS) 418 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
|
H A D | dmfe.c | 234 static long int BASE; variable 287 unsigned long ioaddr = BASE; 419 outl(0, BASE + DCR7); 435 outl(0x1, BASE + DCR1); 436 outl(db->cr7_data, BASE + DCR7); 448 outl(DM910X_RESET, BASE + DCR0); 450 phy_write(BASE, db->phy_addr, 0, 0x8000, db->chip_id); 468 BASE = pci->ioaddr; 480 BASE = pci_bar_start(pci, PCI_BASE_ADDRESS_0); 494 ((u16 *) db->srom)[i] = cpu_to_le16(read_srom_word(BASE, [all...] |
H A D | smc9000.h | 136 #define BASE 2 macro
|
H A D | sundance.c | 251 /* FIXME: Move BASE to the private structure */ 252 static u32 BASE; variable 308 outw(inw(BASE + MACCtrl0) | EnbFullDuplex, 309 BASE + MACCtrl0); 321 outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0, 322 BASE + MACCtrl0); 378 outl(virt_to_le32desc(&rx_ring[0]), BASE + RxListPtr); 387 outw(addr16, BASE + StationAddr); 389 outw(addr16, BASE + StationAddr + 2); 391 outw(addr16, BASE [all...] |
H A D | via-velocity.c | 76 /* FIXME: Move BASE to the private structure */ 77 static u32 BASE; variable 712 BASE = vptr->ioaddr; 720 (unsigned int) BASE );
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | resolver.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |