Home
last modified time | relevance | path

Searched refs:additive (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/effects/
H A DSkEmbossMask.cpp62 uint8_t* additive = multiply + planeSize; in Emboss() local
107 additive[x] = SkToU8(add); in Emboss()
111 additive += rowBytes; in Emboss()
/third_party/node/deps/v8/src/bigint/
H A Dmul-karatsuba.cc50 int additive = ((1 << shift) - 1); in RoundUpLen() local
51 if (shift >= 2 && (len & additive) < (1 << (shift - 2))) { in RoundUpLen()
54 return ((len + additive) >> shift) << shift; in RoundUpLen()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 25 milliseconds