Searched defs:rot (Results 1 – 14 of 14) sorted by relevance
| /trueos/games/caesar/ |
| HD | caesar.c | 150 int ch, rot; in printit() local
|
| /trueos/contrib/jansson/src/ |
| HD | lookup3.h | 77 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
|
| /trueos/sys/libkern/ |
| HD | jenkins_hash.c | 45 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
|
| /trueos/lib/libc/gen/ |
| HD | getnetgrent.c | 301 int y, rv, rot; local
|
| /trueos/contrib/gdb/gdb/ |
| HD | arm-tdep.c | 789 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ in arm_scan_prologue() local 797 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ in arm_scan_prologue() local 840 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ in arm_scan_prologue() local 848 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ in arm_scan_prologue() local
|
| /trueos/contrib/groff/src/devices/grolbp/ |
| HD | lbp.h | 215 rot[4], /* rotation */ in vdmsetfillmode() local 285 rot[4], /* rotation */ in vdmsetlinestyle() local
|
| /trueos/contrib/unbound/util/storage/ |
| HD | lookup3.c | 107 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
|
| /trueos/contrib/tcsh/ |
| HD | sh.hist.c | 180 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-mips.c | 7396 unsigned int rot; in macro2() local 7428 unsigned int rot; in macro2() local 7478 unsigned int rot; in macro2() local 7509 unsigned int rot; in macro2() local
|
| HD | tc-ia64.c | 311 *dynreg[DYNREG_NUM_TYPES], in, loc, out, rot; member
|
| HD | tc-arm.c | 4967 int rot; in parse_ror() local
|
| /trueos/contrib/binutils/opcodes/ |
| HD | arm-dis.c | 3658 unsigned int rot = (given & 0x00000030) >> 4; in print_insn_thumb32() local
|
| /trueos/contrib/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 1124 uint32_t rot = (Val & 0xF00) >> 7; in DecodeSOImmOperand() local 3913 unsigned rot = fieldFromInstruction(Val, 7, 5); in DecodeT2SOImm() local
|
| /trueos/sys/boot/ficl/ |
| HD | words.c | 980 static void rot(FICL_VM *pVM) in rot() function
|