Searched defs:memb (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/tests/
H A Dslice-color.c39 guint **memb,
49 memd[j][o] = mema[j][o] + memb[j][o];
65 guint **memb; local
69 memb = g_new (guint*, n);
71 memb[j] = g_slice_alloc (block_size);
78 fill_memory (memb, n, 3);
80 access_memory3 (mema, memb, memc, n, 3);
82 accu = access_memory3 (mema, memb, memc, n, repeats);
91 g_slice_free1 (block_size, memb[j]);
96 g_free (memb);
38 access_memory3(guint **mema, guint **memb, guint **memd, guint n, guint64 repeats) argument
[all...]

Completed in 8 milliseconds