/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | atomic.h | 41 #define atomic_add(i, v) atomic_add_return((i), (v)) argument 42 #define atomic_sub(i, v) atomic_sub_return((i), (v)) argument 43 #define atomic_inc_return(v) atomic_add_return(1, (v)) argument 44 #define atomic_add_negative(i, v) (atomic_add_return((i), (v)) < 0) argument 45 #define atomic_sub_and_test(i, v) (atomic_sub_return((i), (v)) == 0) argument 46 #define atomic_dec_and_test(v) (atomic_sub_return(1, (v)) == 0) argument 47 #define atomic_inc_and_test(v) (atomic_add_return(1, (v)) == 0) argument 48 #define atomic_dec_return(v) atomic_sub_return(1, (v)) argument 50 #define atomic64_add(i, v) atomic_add_return_long((i), (v)) argument 51 #define atomic64_sub(i, v) atomic_sub_return_long((i), (v)) argument [all …]
|
/dflybsd-src/sys/sys/ |
H A D | atomic_common.h | 49 #define __atomic_store_bool_relaxed(p, v) \ argument 51 #define __atomic_store_char_relaxed(p, v) \ argument 53 #define __atomic_store_short_relaxed(p, v) \ argument 55 #define __atomic_store_int_relaxed(p, v) \ argument 57 #define __atomic_store_long_relaxed(p, v) \ argument 59 #define __atomic_store_8_relaxed(p, v) \ argument 61 #define __atomic_store_16_relaxed(p, v) \ argument 63 #define __atomic_store_32_relaxed(p, v) \ argument 65 #define __atomic_store_64_relaxed(p, v) \ argument 75 #define atomic_store_bool(p, v) \ argument [all …]
|
H A D | agpio.h | 63 #define AGP_MODE_SET_RQ(x,v) (((x) & ~0xff000000U) | ((v) << 24)) argument 64 #define AGP_MODE_SET_ARQSZ(x,v) (((x) & ~0x0000e000U) | ((v) << 13)) argument 65 #define AGP_MODE_SET_CAL(x,v) (((x) & ~0x00001c00U) | ((v) << 10)) argument 66 #define AGP_MODE_SET_SBA(x,v) (((x) & ~0x00000200U) | ((v) << 9)) argument 67 #define AGP_MODE_SET_AGP(x,v) (((x) & ~0x00000100U) | ((v) << 8)) argument 68 #define AGP_MODE_SET_GART_64(x,v) (((x) & ~0x00000080U) | ((v) << 7)) argument 69 #define AGP_MODE_SET_OVER_4G(x,v) (((x) & ~0x00000020U) | ((v) << 5)) argument 70 #define AGP_MODE_SET_FW(x,v) (((x) & ~0x00000010U) | ((v) << 4)) argument 71 #define AGP_MODE_SET_MODE_3(x,v) (((x) & ~0x00000008U) | ((v) << 3)) argument 72 #define AGP_MODE_SET_RATE(x,v) (((x) & ~0x00000007U) | (v)) argument
|
/dflybsd-src/contrib/lvm2/dist/lib/datastruct/ |
H A D | list.h | 103 #define dm_list_struct_base(v, t, head) \ argument 110 #define dm_list_item(v, t) dm_list_struct_base((v), t, list) argument 116 #define dm_struct_field(v, t, e, f) \ argument 123 #define dm_list_head(v, t, e) dm_struct_field(v, t, e, list) argument 128 #define dm_list_iterate(v, head) \ argument 138 #define dm_list_uniterate(v, head, start) \ argument 146 #define dm_list_iterate_safe(v, t, head) \ argument 154 #define dm_list_iterate_items_gen(v, head, field) \ argument 164 #define dm_list_iterate_items(v, head) dm_list_iterate_items_gen(v, (head), list) argument 172 #define dm_list_iterate_items_gen_safe(v, t, head, field) \ argument [all …]
|
/dflybsd-src/contrib/lvm2/dist/libdm/datastruct/ |
H A D | list.h | 103 #define dm_list_struct_base(v, t, head) \ argument 110 #define dm_list_item(v, t) dm_list_struct_base((v), t, list) argument 116 #define dm_struct_field(v, t, e, f) \ argument 123 #define dm_list_head(v, t, e) dm_struct_field(v, t, e, list) argument 128 #define dm_list_iterate(v, head) \ argument 138 #define dm_list_uniterate(v, head, start) \ argument 146 #define dm_list_iterate_safe(v, t, head) \ argument 154 #define dm_list_iterate_items_gen(v, head, field) \ argument 164 #define dm_list_iterate_items(v, head) dm_list_iterate_items_gen(v, (head), list) argument 172 #define dm_list_iterate_items_gen_safe(v, t, head, field) \ argument [all …]
|
/dflybsd-src/usr.bin/window/ |
H A D | lcmd1.c | 62 l_window(struct value *v, struct value *a) in l_window() 135 l_def_nline(struct value *v, struct value *a) in l_def_nline() 150 l_smooth(struct value *v, struct value *a) in l_smooth() 171 l_def_smooth(struct value *v, struct value *a) in l_def_smooth() 184 l_select(struct value *v, struct value *a) in l_select() 203 l_debug(struct value *v, struct value *a) in l_debug() 216 l_escape(struct value *v, struct value *a) in l_escape() 256 l_foreground(struct value *v, struct value *a) in l_foreground() 279 l_terse(struct value *v, struct value *a) in l_terse() 292 l_source(struct value *v, struct value *a) in l_source() [all …]
|
H A D | parser3.c | 55 p_expr(struct value *v, char flag) in p_expr() 85 p_expr0(struct value *v, char flag) in p_expr0() 124 p_expr1(struct value *v, char flag) in p_expr1() 158 p_expr2(struct value *v, char flag) in p_expr2()
|
/dflybsd-src/contrib/nvi2/regex/ |
H A D | regexec.c | 63 #define CLEAR(v) ((v) = 0) argument 64 #define SET0(v, n) ((v) &= ~(1 << (n))) argument 65 #define SET1(v, n) ((v) |= 1 << (n)) argument 66 #define ISSET(v, n) ((v) & (1 << (n))) argument 72 #define SETUP(v) ((v) = 0) argument 76 #define ISSTATEIN(v, o) ((v) & (o)) argument 81 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n))) argument 110 #define CLEAR(v) memset(v, 0, m->g->nstates) argument 111 #define SET0(v, n) ((v)[n] = 0) argument 112 #define SET1(v, n) ((v)[n] = 1) argument [all …]
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | sh.func.c | 146 doonintr(Char **v, struct command *c) in doonintr() 178 donohup(Char **v, struct command *c) in donohup() 195 dohup(Char **v, struct command *c) in dohup() 208 dozip(Char **v, struct command *c) in dozip() 216 dofiletest(Char **v, struct command *c) in dofiletest() 250 doalias(Char **v, struct command *c) in doalias() 277 unalias(Char **v, struct command *c) in unalias() 286 dologout(Char **v, struct command *c) in dologout() 296 dologin(Char **v, struct command *c) in dologin() 321 donewgrp(Char **v, struct command *c) in donewgrp() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | vec.c | 276 safe_push_range (vec <int>&v, int start, int limit) in safe_push_range() 287 auto_vec <int> v; in test_quick_push() local 306 auto_vec <int> v; in test_safe_push() local 322 auto_vec <int> v; in test_truncate() local 336 auto_vec <int> v; in test_safe_grow_cleared() local 349 auto_vec <int> v; in test_pop() local 363 auto_vec <int> v; in test_safe_insert() local 377 auto_vec <int> v; in test_ordered_remove() local 390 auto_vec <int> v; in test_unordered_remove() local 401 auto_vec <int> v; in test_block_remove() local [all …]
|
H A D | symbol-summary.h | 164 T **v = summary->m_map.get (summary_uid); in class() local 179 T **v = summary->m_map.get (node->summary_uid); in class() local 204 T **v = &m_map.get_or_insert (uid, &existed); in class() local 366 T **v = summary->m_map.get (h_uid); in class() local 381 T **v = summary->m_map.get (summary->hashable_uid (edge1)); in class() local 404 T **v = &m_map.get_or_insert (uid, &existed); in class() local
|
/dflybsd-src/crypto/openssh/ |
H A D | sshbuf-getput-crypto.c | 38 BIGNUM *v; in sshbuf_get_bignum2() local 60 get_ec(const u_char *d, size_t len, EC_POINT *v, const EC_GROUP *g) in get_ec() 74 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() 95 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) in sshbuf_get_eckey() 131 sshbuf_put_bignum2(struct sshbuf *buf, const BIGNUM *v) in sshbuf_put_bignum2() 154 sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g) in sshbuf_put_ec() 174 sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v) in sshbuf_put_eckey()
|
H A D | chacha.c | 17 #define U8C(v) (v##U) argument 18 #define U32C(v) (v##U) argument 20 #define U8V(v) ((u8)(v) & U8C(0xFF)) argument 21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) argument 23 #define ROTL32(v, n) \ argument 32 #define U32TO8_LITTLE(p, v) \ argument 40 #define ROTATE(v,c) (ROTL32(v,c)) argument 41 #define XOR(v,w) ((v) ^ (w)) argument 42 #define PLUS(v,w) (U32V((v) + (w))) argument 43 #define PLUSONE(v) (PLUS((v),1)) argument
|
/dflybsd-src/sys/kern/ |
H A D | kern_ntptime.c | 53 #define L_ADD(v, u) ((v) += (u)) argument 54 #define L_SUB(v, u) ((v) -= (u)) argument 55 #define L_ADDHI(v, a) ((v) += (long long)(a) << 32) argument 56 #define L_NEG(v) ((v) = -(v)) argument 57 #define L_RSHIFT(v, n) \ argument 64 #define L_MPY(v, a) ((v) *= (a)) argument 65 #define L_CLR(v) ((v) = 0) argument 66 #define L_ISNEG(v) ((v) < 0) argument 67 #define L_LINT(v, a) ((v) = (long long)(a) << 32) argument 68 #define L_GINT(v) ((v) < 0 ? -(-(v) >> 32) : (v) >> 32) argument
|
/dflybsd-src/sys/crypto/chacha20/ |
H A D | chacha.c | 18 #define U8C(v) (v##U) argument 19 #define U32C(v) (v##U) argument 21 #define U8V(v) ((u8)(v) & U8C(0xFF)) argument 22 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) argument 24 #define ROTL32(v, n) \ argument 33 #define U32TO8_LITTLE(p, v) \ argument 41 #define ROTATE(v,c) (ROTL32(v,c)) argument 42 #define XOR(v,w) ((v) ^ (w)) argument 43 #define PLUS(v,w) (U32V((v) + (w))) argument 44 #define PLUSONE(v) (PLUS((v),1)) argument
|
/dflybsd-src/sys/dev/drm/include/asm-generic/ |
H A D | atomic-long.h | 35 atomic_long_set(atomic_long_t *v, long i) in atomic_long_set() 41 atomic_long_xchg(atomic_long_t *v, long val) in atomic_long_xchg() 47 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() 61 atomic_long_add_unless(atomic64_t *v, long a, long u) in atomic_long_add_unless() 74 #define atomic_long_inc_not_zero(v) atomic_long_add_unless((v), 1, 0) argument
|
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | swap.h | 32 bswap_16 (uint16_t v) in bswap_16() 38 bswap_32 (uint32_t v) in bswap_32() 47 bswap_identity_64 (uint64_t v) in bswap_identity_64() 53 bswap_64 (uint64_t v) in bswap_64()
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_write_set_options.c | 41 const char *v) in archive_write_set_format_option() 50 const char *v) in archive_write_set_filter_option() 59 const char *v) in archive_write_set_option() 76 const char *v) in archive_set_format_option() 93 const char *v) in archive_set_filter_option() 125 const char *v) in archive_set_option()
|
H A D | archive_read_set_options.c | 41 const char *v) in archive_read_set_format_option() 50 const char *v) in archive_read_set_filter_option() 59 const char *v) in archive_read_set_option() 76 const char *v) in archive_set_format_option() 113 const char *v) in archive_set_filter_option() 128 const char *v) in archive_set_option()
|
/dflybsd-src/crypto/libressl/crypto/chacha/ |
H A D | chacha-merged.c | 42 #define U8C(v) (v##U) argument 43 #define U32C(v) (v##U) argument 45 #define U8V(v) ((u8)(v) & U8C(0xFF)) argument 46 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) argument 48 #define ROTL32(v, n) \ argument 57 #define U32TO8_LITTLE(p, v) \ argument 65 #define ROTATE(v,c) (ROTL32(v,c)) argument 66 #define XOR(v,w) ((v) ^ (w)) argument 67 #define PLUS(v,w) (U32V((v) + (w))) argument 68 #define PLUSONE(v) (PLUS((v),1)) argument
|
/dflybsd-src/contrib/binutils-2.34/include/elf/ |
H A D | nfp.h | 105 #define SHF_NFP_SET_SCS(v) (((BFD_HOST_U_64_BIT)((v) & 0xFF)) << 32) argument 127 #define SHI_NFP_SET_DOMAIN(v) (((v) & 0xFFFF) << 16) argument 128 #define SHI_NFP_SET_MEMTYPE(v) ( (v) & 0xFFFF) argument 137 #define SHI_NFP_SET_IREG_ISLAND(v) (((v) & 0x3F) << 26) argument 138 #define SHI_NFP_SET_IREG_CPPTGT(v) (((v) & 0xF) << 22) argument 139 #define SHI_NFP_SET_IREG_CPPACTRD(v) (((v) & 0x1F) << 17) argument 140 #define SHI_NFP_SET_IREG_CPPTOKRD(v) (((v) & 0x3) << 15) argument 141 #define SHI_NFP_SET_IREG_CPPACTWR(v) (((v) & 0x1F) << 10) argument 142 #define SHI_NFP_SET_IREG_CPPTOKWR(v) (((v) & 0x3) << 8) argument 143 #define SHI_NFP_SET_IREG_ORDER(v) ( (v) & 0xFF) argument [all …]
|
/dflybsd-src/crypto/libressl/crypto/conf/ |
H A D | conf_api.c | 83 CONF_VALUE *v, vv; in IMPLEMENT_LHASH_DOALL_ARG_FN() local 97 CONF_VALUE *v; in STACK_OF() local 109 CONF_VALUE *v = NULL; in _CONF_add_string() local 132 CONF_VALUE *v, vv; in _CONF_get_string() local 156 conf_value_hash(const CONF_VALUE *v) in conf_value_hash() 253 CONF_VALUE *v = NULL, *vv; in _CONF_new_section() local
|
/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/ |
H A D | dcn_calc_auto.c | 40 void scaler_settings_calculation(struct dcn_bw_internal_vars *v) in scaler_settings_calculation() 121 void mode_support_and_system_configuration(struct dcn_bw_internal_vars *v) in mode_support_and_system_configuration() 992 void display_pipe_configuration(struct dcn_bw_internal_vars *v) in display_pipe_configuration() 1151 …ep_sleep_prefetch_parameters_watermarks_and_performance_calculation(struct dcn_bw_internal_vars *v) in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
|
/dflybsd-src/sys/netgraph7/bluetooth/hci/ |
H A D | ng_hci_var.h | 81 #define NG_HCI_BUFF_CMD_SET(b, v) (b).cmd_free = (v) argument 82 #define NG_HCI_BUFF_CMD_GET(b, v) (v) = (b).cmd_free argument 83 #define NG_HCI_BUFF_CMD_USE(b, v) (b).cmd_free -= (v) argument 85 #define NG_HCI_BUFF_ACL_USE(b, v) (b).acl_free -= (v) argument 86 #define NG_HCI_BUFF_ACL_FREE(b, v) \ argument 92 #define NG_HCI_BUFF_ACL_AVAIL(b, v) (v) = (b).acl_free argument 93 #define NG_HCI_BUFF_ACL_TOTAL(b, v) (v) = (b).acl_pkts argument 94 #define NG_HCI_BUFF_ACL_SIZE(b, v) (v) = (b).acl_size argument 102 #define NG_HCI_BUFF_SCO_USE(b, v) (b).sco_free -= (v) argument 103 #define NG_HCI_BUFF_SCO_FREE(b, v) \ argument [all …]
|
/dflybsd-src/test/debug/ |
H A D | umtx.c | 90 int v = 0; in main() local 122 int v; in userland_get_mutex() local 150 int v; in userland_get_mutex_contested() local 189 int v; in userland_rel_mutex() local 224 int v; in userland_rel_mutex_contested() local
|