Home
last modified time | relevance | path

Searched refs:mema (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/tests/
Dslice-color.c36 access_memory3 (guint **mema, in access_memory3() argument
47 memd[j][o] = mema[j][o] + memb[j][o]; in access_memory3()
64 guint **mema = g_new (guint*, n); in touch_mem() local
66 mema[j] = g_slice_alloc (block_size); in touch_mem()
75 fill_memory (mema, n, 2); in touch_mem()
78 access_memory3 (mema, memb, memc, n, 3); in touch_mem()
80 accu = access_memory3 (mema, memb, memc, n, repeats); in touch_mem()
88 g_slice_free1 (block_size, mema[j]); in touch_mem()
93 g_free (mema); in touch_mem()
/third_party/skia/tests/
DDataRefTest.cpp30 const void* mema = a->at(i, &sizea); in test_is_equal() local
33 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea)); in test_is_equal()
/third_party/flutter/skia/tests/
DDataRefTest.cpp31 const void* mema = a->at(i, &sizea); in test_is_equal() local
34 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea)); in test_is_equal()