Searched defs:rot (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/libkern/
H A Djenkins.h44 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/freebsd-9.3-release/games/caesar/
H A Dcaesar.c150 int ch, rot; local
/freebsd-9.3-release/lib/libc/gen/
H A Dgetnetgrent.c301 int y, rv, rot; local
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h215 rot[4], /* rotation */ local
285 rot[4], /* rotation */ local
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c180 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darm-dis.c3658 unsigned int rot = (given & 0x00000030) >> 4; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Darm-tdep.c789 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ local
797 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ local
840 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ local
848 unsigned rot local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1124 uint32_t rot = (Val & 0xF00) >> 7; local
3913 unsigned rot = fieldFromInstruction(Val, 7, 5); local
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c980 static void rot(FICL_VM *pVM) function
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c311 *dynreg[DYNREG_NUM_TYPES], in, loc, out, rot; member in struct:__anon455
H A Dtc-mips.c7396 unsigned int rot; local
7428 unsigned int rot; local
7478 unsigned int rot; local
7509 unsigned int rot; local
[all...]
H A Dtc-arm.c4962 int rot; local

Completed in 385 milliseconds