Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/usr.bin/dig/lib/isc/include/isc/
Dbuffer.h568 #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/lib/libstdc++/libstdc++/include/bits/
Dconcept_check.h53 #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/gnu/gcc/libstdc++-v3/include/bits/
Dconcept_check.h53 #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/sys/arch/armv7/sunxi/
Dsxiintc.c94 #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/
Dreg.h93 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument
95 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_bo_list.c59 static int amdgpu_bo_list_entry_cmp(const void *_a, const void *_b) in amdgpu_bo_list_entry_cmp()
/openbsd/src/sys/dev/pci/
Dif_tht.c621 #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/pci/drm/i915/display/
Dintel_dpll_mgr.c656 const struct intel_dpll_hw_state *_b) in ibx_compare_hw_state()
1258 const struct intel_dpll_hw_state *_b) in hsw_compare_hw_state()
1991 const struct intel_dpll_hw_state *_b) in skl_compare_hw_state()
2466 const struct intel_dpll_hw_state *_b) in bxt_compare_hw_state()
4105 const struct intel_dpll_hw_state *_b) in icl_compare_hw_state()
/openbsd/src/sys/dev/ic/
Dahci.c147 #define ahci_pwait_clr(_ap, _r, _b, _n) \ argument
151 #define ahci_pwait_set(_ap, _r, _b, _n) \ argument
Dathvar.h470 #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/
Dradiusctl.c51 #define MAXIMUM(_a, _b) (((_a) > (_b))? (_a) : (_b)) argument
/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defiboot.c70 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
/openbsd/src/sys/arch/amd64/stand/efiboot/
Defiboot.c837 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defiboot.c65 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
/openbsd/src/usr.sbin/relayd/
Drelayd.h623 #define RELAY_ADDR_EQ(_a, _b) \ argument
628 #define RELAY_ADDR_CMP(_a, _b) \ argument
632 #define RELAY_ADDR_NEQ(_a, _b) \ argument
637 #define RELAY_AF_NEQ(_a, _b) \ argument
/openbsd/src/sys/scsi/
Dscsiconf.h187 #define DEVID_CMP(_a, _b) ( \ argument
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defiboot.c73 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
Defiacpi.c27 #define efi_guidcmp(_a, _b) memcmp((_a), (_b), sizeof(EFI_GUID)) argument
/openbsd/src/usr.sbin/hostapd/
Dhostapd.h86 #define HOSTAPD_ENTRY_MASK_MATCH(_e, _b) ( \ argument
/openbsd/src/usr.sbin/radiusd/
Dradiusd_ipcp.c159 #define MAXIMUM(_a, _b) (((_a) > (_b))? (_a) : (_b)) argument
/openbsd/src/sbin/unwind/
Dresolver.c1767 resolver_cmp(const void *_a, const void *_b) in resolver_cmp()
/openbsd/src/sbin/iked/
Diked.h75 #define IKED_ADDR_EQ(_a, _b) \ argument
80 #define IKED_ADDR_NEQ(_a, _b) \ argument
/openbsd/src/usr.bin/ssh/
Dssh-keygen.c1646 cert_ext_cmp(const void *_a, const void *_b) in cert_ext_cmp()