HomeSort by: relevance | last modified time | path
    Searched refs:Sa (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/filemon/
filemon_ktrace.c 140 const struct filemon_state *Sa = na;
143 if (Sa->key.pid < Sb->key.pid)
145 if (Sa->key.pid > Sb->key.pid)
147 if (Sa->key.lid < Sb->key.lid)
149 if (Sa->key.lid > Sb->key.lid)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 2342 Value *Sa = getShadow(A);
2346 // For ints (and vectors of ints), types of A and Sa match,
2348 A = IRB.CreatePointerCast(A, Sa->getType());
2353 // Sc = Sa | Sb
2355 Value *Sc = IRB.CreateOr(Sa, Sb);
2374 Value *getLowestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa,
2378 Value *SaOtherBits = IRB.CreateLShr(IRB.CreateShl(Sa, 1), 1);
2379 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
2385 return IRB.CreateAnd(A, IRB.CreateNot(Sa));
2391 Value *getHighestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa,
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3754 static T poisoned(T Va, S Sa) {
3759 __msan_partial_poison(&a, &Sa, sizeof(T));

Completed in 22 milliseconds