Home
last modified time | relevance | path

Searched refs:loc_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-lisp.c234 uint8_t loc_count; in lisp_print() local
296 loc_count = GET_U_1(lisp_eid->locator_count); in lisp_print()
327 ND_PRINT(" %u locator(s)", loc_count); in lisp_print()
329 while (loc_count != 0) { in lisp_print()
330 loc_count--; in lisp_print()
/freebsd/lib/libusbhid/
H A Dparse.c64 uint32_t loc_count; /* last seen count */ member
318 c->report_count = s->loc_count; in hid_get_item_raw()
401 s->loc_count = dval & mask; in hid_get_item_raw()
411 c->report_count = s->loc_count; in hid_get_item_raw()
423 s->loc_count = c->report_count; in hid_get_item_raw()
/freebsd/sys/dev/hid/
H A Dhid.c86 uint32_t loc_count; /* last seen count */ member
355 c->loc.count = s->loc_count; in hid_get_item()
439 s->loc_count = dval & mask; in hid_get_item()
451 c->loc.count = s->loc_count; in hid_get_item()
467 s->loc_count = c->loc.count; in hid_get_item()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp75 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument
84 *loc_count = rep->locs.Size(); in __tsan_get_report_data()
H A Dtsan_interface.h131 int *stack_count, int *mop_count, int *loc_count,
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h211 int *mop_count, int *loc_count, int *mutex_count, int *thread_count,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp936 int loc_count = 0; in DoExecute() local
949 ++loc_count; in DoExecute()
958 enable_count + loc_count); in DoExecute()
1047 int loc_count = 0; in DoExecute() local
1060 ++loc_count; in DoExecute()
1069 disable_count + loc_count); in DoExecute()