Home
last modified time | relevance | path

Searched defs:rot (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.bin/caesar/
H A Dcaesar.c136 int ch, rot; in printit() local
/freebsd/tests/sys/netgraph/
H A Dvlan_rotate.c91 int i, rot, len; in _basic() local
191 int rot = rand() % (2 * len - 1) - len + 1; in _ethertype() local
/freebsd/sys/netgraph/
H A Dng_vlan_rotate.h47 int8_t rot; member
/freebsd/sys/libkern/
H A Djenkins_hash.c44 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h39 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) macro
/freebsd/contrib/libucl/tests/
H A Dtest_msgpack.c76 uint32_t rot = oldstate >> 59u; in pcg32_random() local
/freebsd/contrib/unbound/util/storage/
H A Dlookup3.c118 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
/freebsd/sys/contrib/pcg-c/include/
H A Dpcg_variants.h56 static inline uint8_t pcg_rotr_8(uint8_t value, unsigned int rot) in pcg_rotr_8()
70 static inline uint16_t pcg_rotr_16(uint16_t value, unsigned int rot) in pcg_rotr_16()
80 static inline uint32_t pcg_rotr_32(uint32_t value, unsigned int rot) in pcg_rotr_32()
90 static inline uint64_t pcg_rotr_64(uint64_t value, unsigned int rot) in pcg_rotr_64()
103 static inline pcg128_t pcg_rotr_128(pcg128_t value, unsigned int rot) in pcg_rotr_128()
/freebsd/lib/libc/gen/
H A Dgetnetgrent.c479 int y, rv, rot; local
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp472 uint32_t rot = 0; in encodeAluGroup() local
/freebsd/contrib/tcsh/
H A Dsh.hist.c167 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1097 APInt rot = rotateAmt; in rotateModulo() local
/freebsd/stand/ficl/
H A Dwords.c979 static void rot(FICL_VM *pVM) in rot() function
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1654 uint16_t bw, len, rot, angle; in bwn_nphy_gen_load_samples() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4912 unsigned rot = fieldFromInstruction(Val, 7, 5); in DecodeT2SOImm() local