Home
last modified time | relevance | path

Searched refs:shift_right (Results 1 – 9 of 9) sorted by relevance

/src/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h121 shift_right(__m128i v, size_t amount) in shift_right() function
293 v1 = _mm_or_si128(v1, shift_right(v0, size)); in crc32_arch_optimized()
/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshift_right.h32 shift_right(_ForwardIterator __first, in shift_right() function
/src/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc361 using std::shift_right;
364 // using std::ranges::shift_right;
/src/lib/libc++/
H A DMakefile465 ALG_HEADERS+= shift_right.h
H A Dlibcxx.imp188 { include: [ "<__algorithm/shift_right.h>", "private", "<algorithm>", "public" ] },
/src/contrib/llvm-project/libcxx/include/
H A Dalgorithm1473 shift_right(ForwardIterator first, ForwardIterator last,
2010 # include <__algorithm/shift_right.h>
H A Dmodule.modulemap999 …gorithm_shift_right [system] { header "__algorithm/shift_right.h" }
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2612 SYMBOL(shift_right, std::, <algorithm>)
3728 SYMBOL(shift_right, std::ranges::, <algorithm>)
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2845 goto shift_right; in handleIntIntBinOp()
2889 shift_right: in handleIntIntBinOp()