Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshift_left.h31 shift_left(_ForwardIterator __first, _ForwardIterator __last, in shift_left() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap301 module shift_left { private header "__algorithm/shift_left.h" }
H A Dalgorithm306 shift_left(ForwardIterator first, ForwardIterator last,
742 #include <__algorithm/shift_left.h>
/freebsd-13.1/lib/libc++/
H A DMakefile325 ALG_HEADERS+= shift_left.h
/freebsd-13.1/sys/contrib/x86emu/
H A Dx86emu.c5158 common_shift32(struct x86emu *emu, int shift_left, int use_cl) in common_shift32() argument
5171 if (shift_left) in common_shift32()
5179 common_shift16(struct x86emu *emu, int shift_left, int use_cl) in common_shift16() argument
5192 if (shift_left) in common_shift16()
5200 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift() argument
5203 common_shift32(emu, shift_left, use_cl); in common_shift()
5205 common_shift16(emu, shift_left, use_cl); in common_shift()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2776 shift_left: in handleIntIntBinOp()
2807 goto shift_left; in handleIntIntBinOp()
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3900 OLD_FILES+=usr/include/c++/v1/__algorithm/shift_left.h