HomeSort by relevance Sort by last modified time
    Searched full:invertbit (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/useful/
smchash.c 254 void invertBit ( UChar* b, UInt ix, UInt bix ) {
276 invertBit(gb->actual, byteIx, bitIx);
277 //invertBit(gb->actual, byteIx, bitIx ^ 4);
287 invertBit(gb->actual, byteIx, bitIx);
288 //invertBit(gb->actual, byteIx, bitIx ^ 4);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 768 milliseconds