Home
last modified time | relevance | path

Searched defs:kDepthShift (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h108 static const int kDepthShift = 32 - kDepthBits; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h146 static const int kDepthShift = 32 - kDepthBits - 1; variable