Searched refs:shift_left (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshift_left.h29 shift_left(_ForwardIterator __first, function
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc356 using std::shift_left;
359 // using std::ranges::shift_left;
/freebsd-current/sys/contrib/x86emu/
H A Dx86emu.c5155 common_shift32(struct x86emu *emu, int shift_left, int use_cl) argument
5168 if (shift_left)
5176 common_shift16(struct x86emu *emu, int shift_left, int use_cl) argument
5189 if (shift_left)
5197 common_shift(struct x86emu *emu, int shift_left, int use_cl) argument
5200 common_shift32(emu, shift_left, use_cl);
5202 common_shift16(emu, shift_left, use_cl);
/freebsd-current/lib/libc++/
H A DMakefile475 ALG_HEADERS+= shift_left.h
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2832 shift_left:
2863 goto shift_left;

Completed in 208 milliseconds