Searched refs:GetLsb (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.h | 54 return GetLsb((u64)addr | (uid << 47), 61); in GetId() 57 CHECK_EQ(uid, GetLsb(uid, 14)); in CheckId() 58 return GetLsb(this->uid, 14) == uid; in CheckId() 62 return (uptr)GetLsb(id, 47); in SplitId()
|
D | tsan_defs.h | 141 T GetLsb(T v, int bits) { in GetLsb() function
|
D | tsan_rtl.h | 786 DCHECK_EQ(GetLsb(addr, 61), addr); in TraceAddEvent()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.h | 75 return GetLsb((u64)addr | (uid << 48), 60); in GetId() 78 CHECK_EQ(uid, GetLsb(uid, 14)); in CheckId() 79 return GetLsb(this->uid, 14) == uid; in CheckId() 83 return (uptr)GetLsb(id, 48); in SplitId()
|
D | tsan_defs.h | 155 T GetLsb(T v, int bits) { in GetLsb() function
|
D | tsan_rtl.h | 859 DCHECK_EQ(GetLsb(addr, kEventPCBits), addr); in TraceAddEvent()
|
/external/vixl/src/aarch64/ |
D | cpu-aarch64.h | 71 int GetLsb() const { return lsb_; } in GetLsb() function
|
D | cpu-aarch64.cc | 196 int lsb = field.GetLsb(); in Get()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 35892 …<!-- long long unsigned int __tsan::GetLsb<long long unsigned int>(long long unsigned int, int) --> 35893 …<function-decl name='GetLsb<long long unsigned int>' filepath='../../.././libsanitizer/tsan/…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 21447 …<function-decl name='GetLsb<long long unsigned int>' filepath='../../.././libsanitizer/tsan/…
|