Searched refs:loc_count (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/contrib/tcpdump/ |
| HD | print-lisp.c | 232 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-head/lib/libusbhid/ |
| HD | parse.c | 64 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-head/sys/dev/hid/ |
| HD | hid.c | 86 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-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_debugging.cpp | 75 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()
|
| HD | tsan_interface.h | 131 int *stack_count, int *mop_count, int *loc_count,
|
| /freebsd-head/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| HD | tsan_interface.h | 211 int *mop_count, int *loc_count, int *mutex_count, int *thread_count,
|
| /freebsd-head/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectBreakpoint.cpp | 936 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()
|