Searched defs:memb (Results 1 - 2 of 2) 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...]
/external/elfutils/src/
H A Dar.c836 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf, argument
842 bool changed_header = memb->long_name_off != -1;
850 (int) sizeof (arhdr.ar_name), memb->long_name_off);
856 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
859 *lenp += (memb->next != NULL
860 ? memb->next->off : end_off) - memb->off;
868 *startp = memb->old_off;
869 *lenp = (memb->next != NULL ? memb
[all...]

Completed in 61 milliseconds