/openbsd-src/usr.bin/dig/lib/isc/include/isc/ |
H A D | buffer.h | 568 #define ISC__BUFFER_INIT(_b, _base, _length) \ argument 578 #define ISC__BUFFER_INVALIDATE(_b) \ argument 587 #define ISC__BUFFER_USEDREGION(_b, _r) \ argument 593 #define ISC__BUFFER_AVAILABLEREGION(_b, _r) \ argument 599 #define ISC__BUFFER_ADD(_b, _n) \ argument 604 #define ISC__BUFFER_SUBTRACT(_b, _n) \ argument 613 #define ISC__BUFFER_CLEAR(_b) \ argument 620 #define ISC__BUFFER_REMAININGREGION(_b, _r) \ argument 626 #define ISC__BUFFER_ACTIVEREGION(_b, _r) \ argument 637 #define ISC__BUFFER_SETACTIVE(_b, _n) \ argument [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A 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 76 #define __glibcxx_class_requires2(_a,_b,_C) \ argument 78 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument 80 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A 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 76 #define __glibcpp_class_requires2(_a,_b,_C) \ argument 78 #define __glibcpp_class_requires3(_a,_b,_c,_C) \ argument 80 #define __glibcpp_class_requires4(_a,_b,_c,_d,_C) \ argument
|
/openbsd-src/sys/arch/armv7/sunxi/ |
H A D | sxiintc.c | 94 #define INTC_IRQ_PENDING_REG(_b) (0x10 + ((_b) * 4)) argument 95 #define INTC_FIQ_PENDING_REG(_b) (0x20 + ((_b) * 4)) argument 96 #define INTC_SELECT_REG(_b) (0x30 + ((_b) * 4)) argument 97 #define INTC_ENABLE_REG(_b) (0x40 + ((_b) * 4)) argument 98 #define INTC_MASK_REG(_b) (0x50 + ((_b) * 4)) argument 99 #define INTC_RESP_REG(_b) (0x60 + ((_b) * 4)) argument 100 #define INTC_PRIO_REG(_b) (0x80 + ((_b) * 4)) argument
|
/openbsd-src/sys/dev/pci/drm/i915/gvt/ |
H A D | reg.h | 96 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument 98 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_bo_list.c | 59 static int amdgpu_bo_list_entry_cmp(const void *_a, const void *_b) in amdgpu_bo_list_entry_cmp()
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | selftest_engine_heartbeat.c | 196 static int cmp_u32(const void *_a, const void *_b) in cmp_u32()
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | intel_runtime_pm.c | 153 static int cmphandle(const void *_a, const void *_b) in cmphandle()
|
/openbsd-src/sys/dev/pci/ |
H A D | if_tht.c | 621 #define tht_set(_s, _r, _b) tht_write((_s), (_r), \ argument 623 #define tht_clr(_s, _r, _b) tht_write((_s), (_r), \ argument 625 #define tht_wait_set(_s, _r, _b, _t) tht_wait_eq((_s), (_r), \ argument 631 #define LWORDS(_b) (((_b) + 7) >> 3) argument
|
/openbsd-src/sys/dev/ic/ |
H A D | ahci.c | 147 #define ahci_pwait_clr(_ap, _r, _b, _n) \ argument 151 #define ahci_pwait_set(_ap, _r, _b, _n) \ argument
|
H A D | athvar.h | 470 #define ath_hal_set_gpio(_ah, _gpio, _b) \ argument 472 #define ath_hal_set_gpio_intr(_ah, _gpio, _b) \ argument
|
/openbsd-src/usr.sbin/radiusctl/ |
H A D | radiusctl.c | 51 #define MAXIMUM(_a, _b) (((_a) > (_b))? (_a) : (_b)) argument
|
/openbsd-src/sys/arch/riscv64/stand/efiboot/ |
H A D | efiboot.c | 70 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
|
/openbsd-src/sys/dev/efi/ |
H A D | efi.h | 216 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
|
/openbsd-src/sys/arch/armv7/stand/efiboot/ |
H A D | efiboot.c | 65 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
|
/openbsd-src/sys/arch/amd64/stand/efiboot/ |
H A D | efiboot.c | 837 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
|
/openbsd-src/usr.sbin/relayd/ |
H A D | relayd.h | 624 ((_a)->addr_mask == (_b)->addr_mask && \ argument 633 ((_a)->addr_mask != (_b)->addr_mask || \ argument 638 (((_a) != AF_UNSPEC) && ((_b) ! argument 629 RELAY_ADDR_CMP(_a,_b) global() argument [all...] |
/openbsd-src/sys/scsi/ |
H A D | scsiconf.h | 187 #define DEVID_CMP(_a, _b) ( \ argument
|
/openbsd-src/sys/arch/arm64/stand/efiboot/ |
H A D | efiboot.c | 73 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
|
H A D | efiacpi.c | 27 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
|
/openbsd-src/usr.sbin/hostapd/ |
H A D | hostapd.h | 86 #define HOSTAPD_ENTRY_MASK_MATCH(_e, _b) ( \ argument
|
/openbsd-src/usr.sbin/radiusd/ |
H A D | radiusd_ipcp.c | 151 MAXIMUM(_a,_b) global() argument
|
/openbsd-src/sbin/unwind/ |
H A D | resolver.c | 1760 resolver_cmp(const void * _a,const void * _b) resolver_cmp() argument
|
/openbsd-src/sbin/iked/ |
H A D | iked.h | 75 #define IKED_ADDR_EQ(_a, _b) \ argument 80 #define IKED_ADDR_NEQ(_a, _b) \ argument
|
/openbsd-src/usr.bin/ssh/ |
H A D | ssh-keygen.c | 1618 cert_ext_cmp(const void * _a,const void * _b) cert_ext_cmp() argument
|