HomeSort by relevance Sort by last modified time
    Searched refs:DTV (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_tls_get_addr.h 39 struct DTV {
44 DTV *dtv; // dtv_size elements, allocated by MmapOrDie. member in struct:__sanitizer::DTLS
53 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res);
sanitizer_tls_get_addr.cc 46 static inline void DTLS_Deallocate(DTLS::DTV *dtv, uptr size) {
48 VPrintf(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size);
49 UnmapOrDie(dtv, size * sizeof(DTLS::DTV));
56 new_size = Max(new_size, 4096UL / sizeof(DTLS::DTV));
57 DTLS::DTV *new_dtv =
58 (DTLS::DTV *)MmapOrDie(new_size * sizeof(DTLS::DTV), "DTLS_Resize");
64 DTLS::DTV *old_dtv = dtls.dtv
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 1090 6025 WinFast DTV Dongle (cold state)
1091 6026 WinFast DTV Dongle (warm state)
1092 6029 WinFast DTV Dongle Gold
1093 6125 WinFast DTV Dongle
1094 6126 WinFast DTV Dongle BDA Driver
1095 6a03 RTL2832 [WinFast DTV Dongle Mini]
1096 6f00 WinFast DTV Dongle (STK7700P based)
    [all...]

Completed in 2261 milliseconds