HomeSort by: relevance | last modified time | path
    Searched defs:shifter (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/format_pool/
disk_rep.c 212 unsigned shifter = 0x003F; local
220 uuid[i] = _calc_char(((unsigned) poolid) & shifter);
226 uuid[i] = _calc_char((unsigned) (spid & shifter));
235 uuid[i] = _calc_char((unsigned) (devid & shifter));
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
tpf-unwind.h 171 unsigned long int shifter; local
250 shifter = *(unsigned long *) (stackptr + RA_OFFSET);
252 shifter &= ~1ul;
256 RA_OFFSET)) = shifter;
260 shifter = shifter - 4;
269 return (void *) shifter;
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
tpf-unwind.h 171 unsigned long int shifter; local
250 shifter = *(unsigned long *) (stackptr + RA_OFFSET);
252 shifter &= ~1ul;
256 RA_OFFSET)) = shifter;
260 shifter = shifter - 4;
269 return (void *) shifter;
  /src/external/gpl3/gdb/dist/include/opcode/
aarch64.h 1711 /* Operand shifter; in use when the operand is a register offset address,
1720 } shifter;
1717 } shifter; member in struct:aarch64_opnd_info
  /src/external/gpl3/gdb.old/dist/include/opcode/
aarch64.h 1586 /* Operand shifter; in use when the operand is a register offset address,
1595 } shifter;
1592 } shifter; member in struct:aarch64_opnd_info
  /src/external/gpl3/binutils/dist/include/opcode/
aarch64.h 1856 /* Operand shifter; in use when the operand is a register offset address,
1865 } shifter;
1862 } shifter; member in struct:aarch64_opnd_info
  /src/external/gpl3/binutils.old/dist/include/opcode/
aarch64.h 1867 /* Operand shifter; in use when the operand is a register offset address,
1876 } shifter;
1873 } shifter; member in struct:aarch64_opnd_info

Completed in 41 milliseconds