Home
last modified time | relevance | path

Searched refs:num_found (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Devent-loop.c739 int num_found = 0; in gdb_wait_for_event() local
752 num_found = in gdb_wait_for_event()
759 if (num_found == -1 && errno != EINTR) in gdb_wait_for_event()
771 num_found = select (gdb_notifier.num_fds, in gdb_wait_for_event()
779 if (num_found == -1) in gdb_wait_for_event()
795 for (i = 0; (i < gdb_notifier.num_fds) && (num_found > 0); i++) in gdb_wait_for_event()
798 num_found--; in gdb_wait_for_event()
831 (file_ptr != NULL) && (num_found > 0); in gdb_wait_for_event()
846 num_found--; in gdb_wait_for_event()
/freebsd-9-stable/contrib/texinfo/info/
Ddir.c244 int num_found = 0; in add_menu_to_file_buffer() local
249 num_found++; in add_menu_to_file_buffer()
254 if (num_found >= 2) in add_menu_to_file_buffer()
/freebsd-9-stable/sys/dev/mpr/
Dmpr_mapping.c752 u16 num_found; in _mapping_find_enc_map_space() local
760 num_found = 0; in _mapping_find_enc_map_space()
778 num_found += 1; in _mapping_find_enc_map_space()
779 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
780 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
784 num_found = 0; in _mapping_find_enc_map_space()
790 num_found += 1; in _mapping_find_enc_map_space()
791 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
792 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
796 num_found = 0; in _mapping_find_enc_map_space()
[all …]
/freebsd-9-stable/sys/dev/mps/
Dmps_mapping.c753 u16 num_found; in _mapping_find_enc_map_space() local
761 num_found = 0; in _mapping_find_enc_map_space()
779 num_found += 1; in _mapping_find_enc_map_space()
780 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
781 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
785 num_found = 0; in _mapping_find_enc_map_space()
791 num_found += 1; in _mapping_find_enc_map_space()
792 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
793 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
797 num_found = 0; in _mapping_find_enc_map_space()
[all …]