Searched refs:num_spaces (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dhexdump.c39 int offset, num_spaces; local
87 num_spaces = 58 - (12 + i*2 + i/4);
88 for(i=0; i < num_spaces; i++)
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsom.c2724 unsigned int num_spaces = obj_som_file_hdr (abfd)->space_total; local
2738 for (i = 0; i < num_spaces; i++)
3384 unsigned long num_spaces, num_subspaces, i; local
3479 num_spaces = som_count_spaces (abfd);
3481 obj_som_file_hdr (abfd)->space_total = num_spaces;
3482 current_offset += num_spaces * sizeof (struct space_dictionary_record);
3531 for (i = 0; i < num_spaces; i++)
3658 for (i = 0; i < num_spaces; i++)
3731 int num_spaces = som_count_spaces (abfd); local
3827 for (i = 0; i < num_spaces;
[all...]

Completed in 47 milliseconds