Home
last modified time | relevance | path

Searched defs:_r (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dring.h178 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument
185 #define BACK_RING_INIT(_r, _s, __size) do { \ argument
193 #define RING_SIZE(_r) \ argument
197 #define RING_FREE_REQUESTS(_r) \ argument
203 #define RING_FULL(_r) \ argument
207 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ argument
211 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ argument
219 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ argument
227 #define RING_GET_REQUEST(_r, _idx) \ argument
239 #define RING_COPY_REQUEST(_r, _idx, _req) do { \ argument
[all …]
/netbsd-src/sys/arch/arm/include/
H A Dptrace.h66 #define PTRACE_REG_PC(_r) (_r)->r_pc argument
67 #define PTRACE_REG_FP(_r) (_r)->r[11] argument
68 #define PTRACE_REG_SET_PC(_r, _v) (_r)->r_pc = (_v) argument
69 #define PTRACE_REG_SP(_r) (_r)->r_sp argument
70 #define PTRACE_REG_INTRV(_r) (_r)->r[0] argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbuffer.h828 #define ISC__BUFFER_REGION(_b, _r) \ argument
836 #define ISC__BUFFER_USEDREGION(_b, _r) \ argument
844 #define ISC__BUFFER_AVAILABLEREGION(_b, _r) \ argument
878 #define ISC__BUFFER_CONSUMEDREGION(_b, _r) \ argument
886 #define ISC__BUFFER_REMAININGREGION(_b, _r) \ argument
894 #define ISC__BUFFER_ACTIVEREGION(_b, _r) \ argument
/netbsd-src/sys/arch/arm/pci/
H A Dpci_smccc.h32 #define PCI_SMCCC_SUCCESS(_r) (((_r) & 0x80000000) == 0) argument
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dmpfr-test.h153 #define RND_LOOP(_r) for((_r) = 0 ; (_r) < MPFR_RND_MAX ; (_r)++) argument
157 #define RND_LOOP_NO_RNDF(_r) for((_r) = 0 ; (_r) < MPFR_RNDF ; (_r)++) argument
/netbsd-src/sys/dev/ic/
H A Dnvmereg.h28 #define NVME_CAP_MPSMAX(_r) (12 + (((_r) >> 52) & 0xf)) /* shift */ argument
29 #define NVME_CAP_MPSMIN(_r) (12 + (((_r) >> 48) & 0xf)) /* shift */ argument
30 #define NVME_CAP_CSS(_r) (((_r) >> 37) & 0x7f) argument
32 #define NVME_CAP_NSSRS(_r) ISSET((_r), __BIT(36)) argument
33 #define NVME_CAP_DSTRD(_r) __BIT(2 + (((_r) >> 32) & 0xf)) /* bytes */ argument
34 #define NVME_CAP_TO(_r) (500 * (((_r) >> 24) & 0xff)) /* ms */ argument
35 #define NVME_CAP_AMS(_r) (((_r) >> 17) & 0x3) argument
38 #define NVME_CAP_CQR(_r) ISSET((_r), __BIT(16)) argument
39 #define NVME_CAP_MQES(_r) (((_r) & 0xffff) + 1) argument
43 #define NVME_VS_MJR(_r) (((_r) >> 16) & 0xffff) argument
[all …]
H A Dnvmevar.h216 #define nvme_read4(_s, _r) \ argument
218 #define nvme_write4(_s, _r, _v) \ argument
224 #define nvme_barrier(_s, _r, _l, _f) \ argument
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h972 #define mpfr_set_ui(_f,_u,_r) \ argument
983 #define mpfr_set_si(_f,_s,_r) \ argument
992 #define mpfr_mul_ui(_f, _g, _u,_r) \ argument
998 #define mpfr_div_ui(_f, _g, _u,_r) \ argument
1008 #define mpfr_mul_si(_f, _g, _s,_r) \ argument
1013 #define mpfr_div_si(_f, _g, _s,_r) \ argument
H A Dmpfr-impl.h1387 #define mpfr_const_pi(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_pi,_r) argument
1388 #define mpfr_const_log2(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_log2, _r) argument
1389 #define mpfr_const_euler(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_euler, _r) argument
1390 #define mpfr_const_catalan(_d,_r) mpfr_cache(_d,__gmpfr_cache_const_catalan,_r) argument
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c294 uint64_t N, uint32_t _r, uint32_t _p, uint8_t *buf, in escrypt_kdf_nosse()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_xmit.c153 #define isValidTxRate(_r) ((1<<(_r)) & VALID_TX_RATES) argument
H A Dar9285_reset.c92 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) in ar9285SetTransmitPower() argument
H A Dar5416_reset.c848 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) in _ar5416SetTransmitPower() argument
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c310 const uint8_t *salt, size_t saltlen, uint64_t N, uint32_t _r, in escrypt_kdf_sse()
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_osdep.h132 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
133 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h355 #define ath_hal_eepromDiag(_ah, _request, _a, _asize, _r, _rsize) \ argument
509 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument
512 #define OS_REG_SET_BIT(_a, _r, _f) \ argument
514 #define OS_REG_CLR_BIT(_a, _r, _f) \ argument
790 #define HAL_INI_VAL(_ia, _r, _c) \ argument
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_xmit.c506 #define isValidTxRate(_r) ((1<<(_r)) & VALID_TX_RATES) argument
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c474 #define isValidTxRate(_r) ((1<<(_r)) & VALID_TX_RATES) argument
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c660 #define isValidTxRate(_r) ((1<<(_r)) & VALID_TX_RATES) argument
H A Dar5212_reset.c1872 #define POW_OFDM(_r, _s) (((0 & 1)<< ((_s)+6)) | (((_r) & 0x3f) << (_s))) in ar5212SetTransmitPower() argument
1873 #define POW_CCK(_r, _s) (((_r) & 0x3f) << (_s)) in ar5212SetTransmitPower() argument
/netbsd-src/include/
H A Dstdio.h115 int _r; /* read space left for getc() */ member
/netbsd-src/sys/arch/alpha/include/
H A Dlogout.h289 uint64_t _r; member
/netbsd-src/sys/dev/pci/
H A Dpm3reg.h258 #define PM3_FBDESTREAD_SET(_e, _r, _a) (((_e) & 0xff) | (((_r) & 0xff) … argument
H A Darcmsr.c167 #define arc_push(_s, _r) arc_write((_s), ARC_REG_POST_QUEUE, (_r)) argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d1656 this(Range _r) in this()
5118 private Range _r; variable

12