| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | mentor1.C | 9 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 D | shift_left.h | 28 shift_left(_ForwardIterator __first, _ForwardIterator __last, in shift_left() function
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | RangesAlgorithms.csv | 8 C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
|
| H A D | Cxx2bPapers.csv | 49 "`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 D | DNBArchImpl.cpp | 800 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 D | DNBArchImplARM64.cpp | 679 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 D | x86emu.c | 5164 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 D | CMakeLists.txt | 177 __algorithm/shift_left.h
|
| H A D | module.modulemap.in | 590 module shift_left { private header "__algorithm/shift_left.h" }
|
| H A D | algorithm | 1365 shift_left(ForwardIterator first, ForwardIterator last, 1884 #include <__algorithm/shift_left.h>
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 252 "__algorithm/shift_left.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 266 __algorithm/shift_left.h \
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 1033 SYMBOL(shift_left, std::, <algorithm>)
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2791 shift_left: in handleIntIntBinOp() 2822 goto shift_left; in handleIntIntBinOp()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 188 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.macppc | 187 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.loongson | 187 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.octeon | 187 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.arm64 | 188 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.powerpc64 | 186 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.armv7 | 186 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.i386 | 186 ./usr/include/c++/v1/__algorithm/shift_left.h
|
| H A D | clang.sparc64 | 187 ./usr/include/c++/v1/__algorithm/shift_left.h
|