Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 13 of 13) sorted by relevance

/NextBSD/crypto/openssl/crypto/sha/asm/
HDsha1-thumb.pl54 sub rotate { subroutine
/NextBSD/sys/arm/arm/
HDdisassem.c339 int rotate= ((insn >> 7) & 0x1e); in disasm() local
/NextBSD/contrib/tcsh/
HDed.inputl.c60 static int rotate = 0; variable
/NextBSD/contrib/llvm/include/llvm/ADT/
HDHashing.h171 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate() function
/NextBSD/release/picobsd/tinyware/view/
HDview.c55 int rotate; member
/NextBSD/sys/amd64/vmm/io/
HDvatpic.c68 bool rotate; member
/NextBSD/contrib/ntp/lib/isc/
HDentropy.c96 isc_uint32_t rotate; /*%< how many bits to rotate by */ member
/NextBSD/contrib/libstdc++/include/ext/
Dropeimpl.h1681 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first, in rotate() function
/NextBSD/contrib/binutils/opcodes/
HDarm-dis.c2819 int rotate = (given & 0xf00) >> 7; in print_insn_arm() local
/NextBSD/usr.sbin/newsyslog/
HDnewsyslog.c161 int rotate; /* Non-zero if this file should be rotated */ member
/NextBSD/contrib/gdb/gdb/
HDarm-tdep.c1673 unsigned long rotate = 2 * bits (this_instr, 8, 11); in arm_get_next_pc() local
/NextBSD/contrib/gcc/
HDexpmed.c2190 int rotate = (code == LROTATE_EXPR || code == RROTATE_EXPR); in expand_shift() local
/NextBSD/contrib/libstdc++/include/bits/
Dstl_algo.h1917 rotate(_ForwardIterator __first, _ForwardIterator __middle, in rotate() function