Home | History | Annotate | Download | only in binder

Lines Matching full:mask

541             static const uint32_t mask[4] = {
546 static const uint32_t mask[4] = {
550 //printf("Applying pad mask: %p to %p\n", (void*)mask[padded-len],
552 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len];