OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:not_same_sid
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_access.cpp
316
const m128
not_same_sid
= _mm_and_si128(access_xor, mask_sid);
local
317
const m128 same_sid = _mm_cmpeq_epi32(
not_same_sid
, zero);
tsan_rtl_access.cpp
316
const m128
not_same_sid
= _mm_and_si128(access_xor, mask_sid);
local
317
const m128 same_sid = _mm_cmpeq_epi32(
not_same_sid
, zero);
Completed in 46 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026