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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dbf.c23 rot (uint32 src, unsigned o5) function
/openbsd-current/games/caesar/
H A Dcaesar.c134 printit(int rot) argument
/openbsd-current/games/tetris/
H A Dtetris.h127 int rot; /* index of rotated version of this shape */ member in struct:shape
/openbsd-current/usr.sbin/nsd/
H A Dlookup3.c109 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/openbsd-current/usr.sbin/unbound/util/storage/
H A Dlookup3.c118 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Dlookup3.c118 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro
[all...]
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp456 uint32_t rot = 0; local
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Darm-dis.c2711 unsigned int rot = (given & 0x00000030) >> 4; local
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.c745 unsigned bit, shf, rot; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.c705 unsigned bit, shf, rot; local
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Darm-tdep.c791 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ local
799 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ local
842 unsigned rot = (insn & 0xf00) >> 7; /* rotate amount */ local
850 unsigned rot local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4912 unsigned rot = fieldFromInstruction(Val, 7, 5); local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c274 *dynreg[DYNREG_NUM_TYPES], in, loc, out, rot; member in struct:__anon4375
H A Dtc-mips.c7439 unsigned int rot; local
7470 unsigned int rot; local
7517 unsigned int rot; local
7547 unsigned int rot; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.c311 *dynreg[DYNREG_NUM_TYPES], in, loc, out, rot; member in struct:__anon5320
H A Dtc-mips.c7270 unsigned int rot; local
7302 unsigned int rot; local
7352 unsigned int rot; local
7383 unsigned int rot; local
[all...]
H A Dtc-arm.c3702 int rot; local

Completed in 507 milliseconds