Home
last modified time | relevance | path

Searched defs:_RF_RS (Results 1 – 7 of 7) sorted by relevance

/openbsd/libexec/ld.so/arm/
H A Drtld_machine.c52 #define _RF_RS(s) ((s) & 0xff) /* right shift */ macro
/openbsd/libexec/ld.so/aarch64/
H A Drtld_machine.c52 #define _RF_RS(s) ((s) & 0xff) /* right shift */ macro
/openbsd/libexec/ld.so/riscv64/
H A Drtld_machine.c53 #define _RF_RS(s) ((s) & 0xff) /* right shift */ macro
/openbsd/libexec/ld.so/amd64/
H A Drtld_machine.c101 #define _RF_RS(s) ((s) & 0xff) /* right shift */ macro
/openbsd/libexec/ld.so/i386/
H A Drtld_machine.c101 #define _RF_RS(s) ((s) & 0xff) /* right shift */ macro
/openbsd/libexec/ld.so/sh/
H A Drtld_machine.c53 #define _RF_RS(s) ((s) & 0xff) /* right shift */ macro
/openbsd/libexec/ld.so/sparc64/
H A Drtld_machine.c102 #define _RF_RS(s) ((s) & 0xff) /* right shift */ macro