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

/external/skia/tests/
H A DDataRefTest.cpp23 const void* memb = b->at(i, &sizeb); local
25 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea));
/external/elfutils/src/
H A Dar.c852 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf, argument
858 bool changed_header = memb->long_name_off != -1;
866 (int) sizeof (arhdr.ar_name), memb->long_name_off);
872 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
875 *lenp += (memb->next != NULL
876 ? memb->next->off : end_off) - memb->off;
884 *startp = memb->old_off;
885 *lenp = (memb->next != NULL ? memb
[all...]

Completed in 134 milliseconds