Searched refs:num_names (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointResolverName.cpp | 60 size_t num_names, in BreakpointResolverName() argument 67 for (size_t i = 0; i < num_names; i++) in BreakpointResolverName() 364 size_t num_names = m_lookups.size(); in GetDescription() local 365 if (num_names == 1) in GetDescription() 370 for (size_t i = 0; i < num_names - 1; i++) in GetDescription() 374 s->Printf ("'%s'}", m_lookups[num_names - 1].name.GetCString()); in GetDescription()
|
| /NextBSD/usr.sbin/bluetooth/hccontrol/ |
| HD | hccontrol.c | 287 r.num_names = MAX_NODE_NUM; in find_hci_nodes() 310 return (r.num_names); in find_hci_nodes()
|
| HD | node.c | 454 r.num_names = MAX_NODE_NUM; in hci_read_node_list() 465 for (i = 0; i < r.num_names; ++i) in hci_read_node_list()
|
| /NextBSD/contrib/ncurses/progs/ |
| HD | dump_entry.c | 73 static NCURSES_CONST char *const *num_names; variable 220 num_names = numnames; in dump_init() 228 num_names = numfnames; in dump_init() 237 num_names = numcodes; in dump_init() 673 name = ExtNumname(tterm, (int) i, num_names); in fmt_entry() 1296 name = ExtNumname(tp, (int) i, num_names); in compare_entry()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| HD | BreakpointResolverName.h | 43 size_t num_names,
|
| /NextBSD/lib/libbluetooth/ |
| HD | hci.c | 636 rp.num_names = HCI_DEVMAX; in bt_devenum() 637 rp.names = (struct nodeinfo *) calloc(rp.num_names, in bt_devenum() 665 for (count = 0, i = 0; i < rp.num_names; i ++) { in bt_devenum()
|
| /NextBSD/sys/netgraph/bluetooth/include/ |
| HD | ng_btsocket.h | 195 u_int32_t num_names; member
|
| /NextBSD/sys/netgraph/bluetooth/socket/ |
| HD | ng_btsocket_hci_raw.c | 1332 if (nl->num_names == 0) { in ng_btsocket_hci_raw_control() 1366 while (nl->num_names > 0 && nl1->numnames > 0) { in ng_btsocket_hci_raw_control() 1374 nl->num_names --; in ng_btsocket_hci_raw_control() 1382 nl->num_names = ni - nl->names; in ng_btsocket_hci_raw_control()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 910 uint32_t num_names, in BreakpointCreateByNames() argument 919 if (target_sp && num_names > 0) in BreakpointCreateByNames() 928 num_names, in BreakpointCreateByNames() 939 for (uint32_t i = 0 ; i < num_names; i++) in BreakpointCreateByNames() 942 if (i < num_names - 1) in BreakpointCreateByNames()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBTarget.h | 637 uint32_t num_names,
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | peXXigen.c | 1379 unsigned long num_names; /* Number in the name pointer table. */ in pe_print_edata() member 1450 edt.num_names = bfd_get_32 (abfd, data + 24); in pe_print_edata() 1488 _("\t[Name Pointer/Ordinal] Table\t%08lx\n"), edt.num_names); in pe_print_edata() 1557 for (i = 0; i < edt.num_names; ++i) in pe_print_edata()
|
| HD | ChangeLog-9899 | 5086 (pe_print_edata): Change num_functions and num_names in struct
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 406 size_t num_names = func_names.size(); in CreateBreakpoint() local 407 if (num_names > 0) in CreateBreakpoint() 427 size_t num_names, in CreateBreakpoint() argument 434 if (num_names > 0) in CreateBreakpoint() 443 num_names, in CreateBreakpoint()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Target.h | 793 size_t num_names,
|