HomeSort by relevance Sort by last modified time
    Searched refs:FlipBit (Results 1 - 3 of 3) sorted by null

  /external/libprotobuf-mutator/src/
mutator.cc 62 void FlipBit(size_t size, uint8_t* bytes, RandomEngine* random) {
69 T FlipBit(T value, RandomEngine* random) {
70 FlipBit(sizeof(value), reinterpret_cast<uint8_t*>(&value), random);
615 int32_t Mutator::MutateInt32(int32_t value) { return FlipBit(value, random_); }
617 int64_t Mutator::MutateInt64(int64_t value) { return FlipBit(value, random_); }
620 return FlipBit(value, random_);
624 return FlipBit(value, random_);
627 float Mutator::MutateFloat(float value) { return FlipBit(value, random_); }
629 double Mutator::MutateDouble(double value) { return FlipBit(value, random_); }
659 FlipBit(result.size(), reinterpret_cast<uint8_t*>(&result[0]), random_)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 59 milliseconds