Home
last modified time | relevance | path

Searched defs:bit_xor (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp52 const uint8_t bit_xor = bit ? 0x00 : 0xff; in FindBit() local
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp426 bit_xor(operand a, operand b) in bit_xor() function
/external/skia/src/core/
DSkVM.h842 I32 bit_xor(I32 x, int y) { return bit_xor(x, splat(y)); } in abs() function
843 I32 bit_xor(int x, I32 y) { return bit_xor(splat(x), y); } in abs() function
DSkVM.cpp956 I32 Builder::bit_xor(I32 x, I32 y) { in bit_xor() function in skvm::Builder