HomeSort by relevance Sort by last modified time
    Searched defs:hd (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 64 HasDestructor hd; local
65 static_assert(!noexcept(hd = HasDestructor()), "");
  /external/blktrace/
blktrace.c 1134 struct tracer_devpath_head *hd; local
1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1137 if (hd->prev)
1138 free(hd->prev);
1140 pthread_mutex_destroy(&hd->mutex);
1155 struct tracer_devpath_head *hd; local
1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1160 INIT_LIST_HEAD(&hd->head)
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu]; local
1396 struct tracer_devpath_head *hd = dpp->heads; local
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 3197 struct libusb_hid_descriptor *hd; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 2165 struct header_print_data *hd = data; local
2190 struct header_print_data hd; local
    [all...]

Completed in 326 milliseconds