Home | History | Annotate | Download | only in base

Lines Matching defs:copy

586   uint8 copy[sizeof(kChain)];
587 base::StringPiece chain(reinterpret_cast<const char*>(copy), sizeof(copy));
591 memcpy(copy, kChain, sizeof(copy));
595 copy[byte] ^= (1 << bit);