Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-lisp.c232 uint8_t loc_count; in lisp_print() local
294 loc_count = GET_U_1(lisp_eid->locator_count); in lisp_print()
325 ND_PRINT(" %u locator(s)", loc_count); in lisp_print()
327 while (loc_count != 0) { in lisp_print()
328 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
360 c->loc.count = s->loc_count; in hid_get_item()
444 s->loc_count = uval & mask; in hid_get_item()
456 c->loc.count = s->loc_count; in hid_get_item()
472 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()
84 *loc_count = rep->locs.Size(); in __tsan_get_report_data()
73 __tsan_get_report_data(void * report,const char ** description,int * count,int * stack_count,int * mop_count,int * loc_count,int * mutex_count,int * thread_count,int * unique_tid_count,void ** sleep_trace,uptr trace_size) __tsan_get_report_data() argument
H A Dtsan_interface.h131 int *stack_count, int *mop_count, int *loc_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()
1042 int loc_count = 0; in DoExecute() local
1055 ++loc_count; in DoExecute()
1064 disable_count + loc_count); in DoExecute()