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

  /external/bluetooth/glib/tests/
slice-threadinit.c 23 #define N_PAGES (101) /* number of pages to sample */
34 } pages[N_PAGES] = { { NULL, }, };
55 guint i, j, n_trials = N_PAGES * PAGE_SIZE / SAMPLE_SIZE; /* upper bound */
62 for (j = 0; j < N_PAGES; j++)
73 int j, n_pages = 0; local
81 /* allocate blocks from N_PAGES different pages */
82 while (n_pages < N_PAGES)
86 for (j = 0; j < N_PAGES; j++)
89 if (j < N_PAGES) /* known page *
    [all...]
  /external/bluetooth/glib/glib/
gslice.c 1151 const guint n_pages = 16; local
    [all...]

Completed in 1082 milliseconds