| /openbsd/src/sys/arch/amd64/include/ |
| D | bus.h | 168 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \ argument 169 ((_t)->read_multi_1((_h), (_o), (_a), (_c))) 170 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \ argument 171 ((_t)->read_multi_2((_h), (_o), (_a), (_c))) 172 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \ argument 173 ((_t)->read_multi_4((_h), (_o), (_a), (_c))) 174 #define bus_space_read_multi_8(_t, _h, _o, _a, _c) \ argument 175 ((_t)->read_multi_8((_h), (_o), (_a), (_c))) 188 #define bus_space_read_raw_multi_2(_t, _h, _o, _a, _c) \ argument 189 ((_t)->read_multi_2((_h), (_o), (u_int16_t *)(_a), (_c) >> 1)) [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | concept_check.h | 53 #define __glibcpp_class_requires(_a,_b) argument 54 #define __glibcpp_class_requires2(_a,_b,_c) argument 55 #define __glibcpp_class_requires3(_a,_b,_c,_d) argument 56 #define __glibcpp_class_requires4(_a,_b,_c,_d,_e) argument 74 #define __glibcpp_class_requires(_a,_C) \ argument 75 _GLIBCPP_CLASS_REQUIRES(_a, __gnu_cxx, _C); 76 #define __glibcpp_class_requires2(_a,_b,_C) \ argument 77 _GLIBCPP_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 78 #define __glibcpp_class_requires3(_a,_b,_c,_C) \ argument 79 _GLIBCPP_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | concept_check.h | 53 #define __glibcxx_class_requires(_a,_b) argument 54 #define __glibcxx_class_requires2(_a,_b,_c) argument 55 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument 56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument 74 #define __glibcxx_class_requires(_a,_C) \ argument 75 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 76 #define __glibcxx_class_requires2(_a,_b,_C) \ argument 77 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 78 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument 79 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); [all …]
|
| /openbsd/src/sys/dev/ic/ |
| D | ar5xxx.h | 918 #define AR5K_HAL_FUNCTIONS(_t, _n, _a) \ argument 919 _t const HAL_RATE_TABLE *(_a _n##_get_rate_table)(struct ath_hal *, \ 921 _t void (_a _n##_detach)(struct ath_hal *); \ 923 _t HAL_BOOL (_a _n##_reset)(struct ath_hal *, HAL_OPMODE, \ 925 _t void (_a _n##_set_opmode)(struct ath_hal *); \ 926 _t HAL_BOOL (_a _n##_calibrate)(struct ath_hal*, \ 929 _t HAL_BOOL (_a _n##_update_tx_triglevel)(struct ath_hal*, \ 931 _t int (_a _n##_setup_tx_queue)(struct ath_hal *, HAL_TX_QUEUE, \ 933 _t HAL_BOOL (_a _n##_setup_tx_queueprops)(struct ath_hal *, int queue, \ 935 _t HAL_BOOL (_a _n##_release_tx_queue)(struct ath_hal *, u_int queue); \ [all …]
|
| D | gemvar.h | 213 #define GEM_DMA_READ(_sc, _a) \ argument 214 (((_sc)->sc_pci) ? lemtoh64(_a) : bemtoh64(_a)) 215 #define GEM_DMA_WRITE(_sc, _a, _v) \ argument 216 (((_sc)->sc_pci) ? htolem64((_a), (_v)) : htobem64((_a), (_v)))
|
| /openbsd/src/sys/arch/i386/include/ |
| D | bus.h | 152 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \ argument 153 ((_t)->read_multi_1((_h), (_o), (_a), (_c))) 154 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \ argument 155 ((_t)->read_multi_2((_h), (_o), (_a), (_c))) 156 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \ argument 157 ((_t)->read_multi_4((_h), (_o), (_a), (_c))) 201 #define bus_space_read_region_1(_t, _h, _o, _a, _c) \ argument 202 ((_t)->read_region_1((_h), (_o), (_a), (_c))) 203 #define bus_space_read_region_2(_t, _h, _o, _a, _c) \ argument 204 ((_t)->read_region_2((_h), (_o), (_a), (_c))) [all …]
|
| /openbsd/src/sys/dev/usb/dwc2/ |
| D | dwc2_hw.h | 438 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument 540 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument 543 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument 590 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument 591 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument 632 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument 633 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument 649 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument 650 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument 652 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument [all …]
|
| /openbsd/src/regress/lib/libm/msun/ |
| D | macros.h | 8 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument 9 #define __XSTRING(_a) (#_a) argument
|
| /openbsd/src/regress/lib/libc/sys/ |
| D | macros.h | 13 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument 15 #define __arraycount(_a) nitems(_a) argument
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/ |
| D | stmtexpr2.C | 4 #define DMAX(a,b) ({double _a = (a), _b = (b); _a > _b ? _a : _b; })
|
| /openbsd/src/usr.sbin/smtpd/ |
| D | smtpd-defines.h | 20 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| /openbsd/src/sbin/fdisk/ |
| D | misc.h | 26 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| /openbsd/src/sbin/newfs_ext2fs/ |
| D | extern.h | 33 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| /openbsd/src/regress/sys/arch/amd64/fpu/ |
| D | fdfl.c | 23 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| D | feget.c | 24 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| D | fdump.c | 25 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| D | cvt4.C | 9 TP _a; variable 11 B (A &(*f) (A &, TP), TP a) : _f (f), _a (a) {} in B() 13 { (*m._f) (o, m._a); return o; }
|
| D | visibility3.C | 13 TP _a; variable 15 B (A &(*f) (A &, TP), TP a) : _f (f), _a (a) {} in B() 23 (*m._f) (o, m._a);
|
| /openbsd/src/usr.sbin/btrace/ |
| D | btrace.h | 23 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| /openbsd/src/sys/scsi/ |
| D | scsiconf.h | 187 #define DEVID_CMP(_a, _b) ( \ argument 188 (_a) != NULL && (_b) != NULL && \ 189 ((_a) == (_b) || \ 190 ((_a)->d_type != DEVID_NONE && \ 191 (_a)->d_type == (_b)->d_type && \ 192 (_a)->d_len == (_b)->d_len && \ 193 bcmp((_a) + 1, (_b) + 1, (_a)->d_len) == 0)) \
|
| /openbsd/src/lib/libc/stdlib/ |
| D | __mktemp4.c | 29 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| /openbsd/src/usr.sbin/hostapd/ |
| D | hostapd.h | 78 #define HOSTAPD_ENTRY_MASK_ADD(_a, _m) do { \ argument 79 (_a)[0] &= (_m)[0]; \ 80 (_a)[1] &= (_m)[1]; \ 81 (_a)[2] &= (_m)[2]; \ 82 (_a)[3] &= (_m)[3]; \ 83 (_a)[4] &= (_m)[4]; \ 84 (_a)[5] &= (_m)[5]; \
|
| /openbsd/src/regress/usr.bin/bc/ |
| D | t19.c | 36 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
| /openbsd/src/sys/sys/ |
| D | pool.h | 132 #define POOL_ALLOC_SIZE(_sz, _a) ((_sz) | (_a)) argument 133 #define POOL_ALLOC_SIZES(_min, _max, _a) \ argument 135 (((_max) - 1) & ~((_min) - 1)) | (_a))
|
| /openbsd/src/sbin/iked/ |
| D | types.h | 164 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|