Searched refs:Sa (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bmake/filemon/
H A Dfilemon_ktrace.c136 const struct filemon_state *Sa = na; local
139 if (Sa->key.pid < Sb->key.pid)
141 if (Sa->key.pid > Sb->key.pid)
143 if (Sa->key.lid < Sb->key.lid)
145 if (Sa->key.lid > Sb->key.lid)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2210 Value *Sa = getShadow(A);
2214 // For ints (and vectors of ints), types of A and Sa match,
2216 A = IRB.CreatePointerCast(A, Sa->getType());
2221 // Sc = Sa | Sb
2223 Value *Sc = IRB.CreateOr(Sa, Sb);
2242 Value *getLowestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa,
2246 Value *SaOtherBits = IRB.CreateLShr(IRB.CreateShl(Sa, 1), 1);
2247 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
2253 return IRB.CreateAnd(A, IRB.CreateNot(Sa));
2259 Value *getHighestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa,
[all...]

Completed in 109 milliseconds