Home
last modified time | relevance | path

Searched refs:andNot (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DGlyphGroup.java64 intersection.andNot(this); in intersection()
67 intersection.andNot(other); in intersection()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DGlyphGroup.java64 intersection.andNot(this); in intersection()
67 intersection.andNot(other); in intersection()
/third_party/node/deps/npm/node_modules/jsbn/
DREADME.md93 ### bi.andNot
Dindex.js1187 BigInteger.prototype.andNot = bnAndNot; method in BigInteger
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.cpp225 BitSet::andNot(const BitSet &set) in andNot() function in nv50_ir::BitSet
Dnv50_ir_util.h558 void andNot(const BitSet&);
Dnv50_ir_ssa.cpp261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
Dnv50_ir_emit_gm107.cpp4083 srcs.andNot(defs); in needRdDepBar()