Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C9 void shift_left(int delta, int ct);
11 inline void S1::shift_left(int delta, int ct) in shift_left() function
20 tp[0].o.p1[from_index].shift_left(ct, new_ct - from_index); in dispose_t()
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dshift_left.h28 shift_left(_ForwardIterator __first, _ForwardIterator __last, in shift_left() function
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DRangesAlgorithms.csv8 C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
H A DCxx2bPapers.csv49 "`P2440R1 <https://wg21.link/P2440R1>`__","LWG","``ranges::iota``, ``ranges::shift_left`` and ``ran…
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp800 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
802 shift_left; // shift anything above the msbit off of the unsigned edge in bits()
803 value >>= (shift_left + lsbit); // shift it back again down to the lsbit in bits()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp679 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
681 shift_left; // shift anything above the msbit off of the unsigned edge in bits()
682 value >>= shift_left + lsbit; // shift it back again down to the lsbit in bits()
/openbsd-src/sys/dev/x86emu/
H A Dx86emu.c5164 common_shift32(struct x86emu *emu, int shift_left, int use_cl) in common_shift32() argument
5177 if (shift_left) in common_shift32()
5185 common_shift16(struct x86emu *emu, int shift_left, int use_cl) in common_shift16() argument
5198 if (shift_left) in common_shift16()
5206 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift() argument
5209 common_shift32(emu, shift_left, use_cl); in common_shift()
5211 common_shift16(emu, shift_left, use_cl); in common_shift()
/openbsd-src/gnu/llvm/libcxx/include/
H A DCMakeLists.txt177 __algorithm/shift_left.h
H A Dmodule.modulemap.in590 module shift_left { private header "__algorithm/shift_left.h" }
H A Dalgorithm1365 shift_left(ForwardIterator first, ForwardIterator last,
1884 #include <__algorithm/shift_left.h>
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn252 "__algorithm/shift_left.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile266 __algorithm/shift_left.h \
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1033 SYMBOL(shift_left, std::, <algorithm>)
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2791 shift_left: in handleIntIntBinOp()
2822 goto shift_left; in handleIntIntBinOp()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64188 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.macppc187 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.loongson187 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.octeon187 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.arm64188 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.powerpc64186 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.armv7186 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.i386186 ./usr/include/c++/v1/__algorithm/shift_left.h
H A Dclang.sparc64187 ./usr/include/c++/v1/__algorithm/shift_left.h