HomeSort by relevance Sort by last modified time
    Searched refs:nr_item (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libdb/tests/
db_test.c 46 static void speed_test(int nr_item, char const * test_name)
59 for (i = 0 ; i < nr_item ; ++i) {
71 test_name, nr_item, (end - begin) / nr_item);
88 static int test(int nr_item, int nr_unique_item)
102 for (i = 0 ; i < nr_item ; ++i) {
  /external/grub/stage2/
fsys_reiserfs.c 352 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
778 int nr_item = BLOCKHEAD (cache)->blk_nr_item; local
781 printf (" depth=%d, i=%d/%d\n", depth, key_nr, nr_item);
783 if (key_nr == nr_item)
824 int nr_item; local
837 nr_item = BLOCKHEAD (cache)->blk_nr_item;
841 for (i = 0; i < nr_item; i++)
854 printf (" depth=%d, i=%d/%d\n", depth, i, nr_item);
856 INFO->next_key_nr[depth] = (i == nr_item) ? 0 : i+1;
863 nr_item = BLOCKHEAD (LEAF)->blk_nr_item
    [all...]

Completed in 327 milliseconds