Home
last modified time | relevance | path

Searched defs:_s (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/sys/sys/
H A Dbitset.h41 #define __bitset_mask(_s, n) \ argument
45 #define __bitset_word(_s, n) \ argument
49 #define __BIT_CLR(_s, n, p) \ argument
52 #define __BIT_COPY(_s, f, t) (void)(*(t) = *(f)) argument
54 #define __BIT_ISSET(_s, n, p) \ argument
57 #define __BIT_SET(_s, n, p) \ argument
60 #define __BIT_ZERO(_s, p) do { \ argument
66 #define __BIT_FILL(_s, p) do { \ argument
72 #define __BIT_SETOF(_s, n, p) do { \ argument
78 #define __BIT_EMPTY(_s, p) __extension__ ({ \ argument
[all …]
H A D_bitset.h43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS)) argument
45 #define __BITSET_DEFINE(_t, _s) \ argument
66 #define BITSET_DEFINE(_t, _s) __BITSET_DEFINE(_t, _s) argument
H A Dcpuset.h79 #define CPU_ALLOC_SIZE(_s) __BITSET_SIZE(_s) argument
80 #define CPU_ALLOC(_s) __cpuset_alloc(_s) argument
83 #define CPU_ISSET_S(n, _s, p) __BIT_ISSET((_s) * 8, n, p) argument
84 #define CPU_SET_S(n, _s, p) __BIT_SET((_s) * 8, n, p) argument
85 #define CPU_CLR_S(n, _s, p) __BIT_CLR((_s) * 8, n, p) argument
86 #define CPU_ZERO_S(_s, p) __BIT_ZERO((_s) * 8, p) argument
88 #define CPU_OR_S(_s, d, s1, s2) __BIT_OR2((_s) * 8, d, s1, s2) argument
89 #define CPU_AND_S(_s, d, s1, s2) __BIT_AND2((_s) * 8, d, s1, s2) argument
90 #define CPU_XOR_S(_s, d, s1, s2) __BIT_XOR2((_s) * 8, d, s1, s2) argument
92 #define CPU_COUNT_S(_s, p) ((int)__BIT_COUNT((_s) * 8, p)) argument
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dag-char-map.h117 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0) argument
118 #define BRK_NEWLINE_CHARS(_s) brk_ag_char_map_chars(_s, 0) argument
122 #define SPN_NUL_BYTE_CHARS(_s) spn_ag_char_map_chars(_s, 1) argument
123 #define BRK_NUL_BYTE_CHARS(_s) brk_ag_char_map_chars(_s, 1) argument
127 #define SPN_DIR_SEP_CHARS(_s) spn_ag_char_map_chars(_s, 2) argument
128 #define BRK_DIR_SEP_CHARS(_s) brk_ag_char_map_chars(_s, 2) argument
132 #define SPN_PERCENT_CHARS(_s) spn_ag_char_map_chars(_s, 3) argument
133 #define BRK_PERCENT_CHARS(_s) brk_ag_char_map_chars(_s, 3) argument
137 #define SPN_COMMA_CHARS(_s) spn_ag_char_map_chars(_s, 4) argument
138 #define BRK_COMMA_CHARS(_s) brk_ag_char_map_chars(_s, 4) argument
[all …]
H A Dautoopts.c52 # define strdup(_s) option_strdup(_s) argument
57 # define strrchr(_s, _c) option_strrchr(_s, _c) argument
58 # define strchr(_s, _c) option_strchr(_s, _c) argument
H A Dconfigfile.c564 # define _dt_(_s, _fn) _fn, in handle_directive() argument
570 # define _dt_(_s, _fn) 1 + in handle_directive() argument
579 # define _dt_(_s, _fn) dir_names[ix++] = _s; in handle_directive() argument
/freebsd/contrib/lyaml/ext/yaml/
H A Dparser.c54 #define MENTRY(_s) RAWSET_INTEGER(#_s, mark._s) in parser_set_mark() argument
70 #define MENTRY(_s) parser_set_mark (L, #_s, parser->event._s) in parser_push_eventtable() argument
85 #define MENTRY(_s) \ in parse_STREAM_START() argument
109 #define MENTRY(_s) RAWSET_STRING(#_s, tag._s) in parser_append_tag() argument
133 #define MENTRY(_s) RAWSET_INTEGER(#_s, EVENTF (version_directive->_s)) in parse_DOCUMENT_START() argument
189 #define MENTRY(_s) \ in parse_SCALAR() argument
226 #define MENTRY(_s) \ in parse_SEQUENCE_START() argument
256 #define MENTRY(_s) \ in parse_MAPPING_START() argument
331 #define MENTRY(_s) \ in event_iter() argument
339 #define MENTRY(_s) \ in event_iter() argument
H A Dyaml.c41 #define LYAML__STR_1(_s) (#_s + 1) argument
42 #define LYAML_STR_1(_s) LYAML__STR_1(_s) argument
46 #define MENTRY(_s) {LYAML_STR_1(_s), (_s)} argument
H A Dscanner.c55 #define MENTRY(_s) RAWSET_INTEGER (#_s, mark._s) in scanner_set_mark() argument
72 #define MENTRY(_s) scanner_set_mark (L, #_s, scanner->token._s) in scanner_push_tokentable() argument
87 #define MENTRY(_s) \ in scan_STREAM_START() argument
112 #define MENTRY(_s) RAWSET_INTEGER (#_s, EVENTF (_s)) in scan_VERSION_DIRECTIVE() argument
174 #define MENTRY(_s) \ in scan_SCALAR() argument
250 #define MENTRY(_s) \ in token_iter() argument
269 #define MENTRY(_s) \ in token_iter() argument
H A Dlyaml.h54 #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) argument
120 #define RAWGETS_INTEGER(_v, _s) \ argument
128 #define RAWGETS_STRDUP( _v, _s) \ argument
H A Demitter.c55 #define MENTRY(_s) (STREQ (encoding, #_s)) { yaml_encoding = YAML_##_s##_ENCODING; } in emit_STREAM_START() argument
175 #define MENTRY(_s) (STREQ (style, #_s)) { yaml_style = YAML_##_s##_MAPPING_STYLE; } in emit_MAPPING_START() argument
220 #define MENTRY(_s) (STREQ (style, #_s)) { yaml_style = YAML_##_s##_SEQUENCE_STYLE; } in emit_SEQUENCE_START() argument
265 #define MENTRY(_s) (STREQ (style, #_s)) { yaml_style = YAML_##_s##_SCALAR_STYLE; } in emit_SCALAR() argument
329 #define MENTRY(_s) (STREQ (type, #_s)) { yaml_ok = emit_##_s (L, emitter); } in emit() argument
/freebsd/sys/contrib/xen/io/
H A Dring.h68 #define __CONST_RING_SIZE(_s, _sz) \ argument
74 #define __RING_SIZE(_s, _sz) \ argument
171 #define SHARED_RING_INIT(_s) do { \ argument
178 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument
185 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument
187 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument
194 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in752 #define close_socket(_s) do { if (_s != SOCK_INVALID) {closesocket(_s); _s = -1;} } while(0) argument
755 #define close_socket(_s) do { if (_s != SOCK_INVALID) {close(_s); _s = -1;} } while(0) argument
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_shim.h7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed")) argument
/freebsd/contrib/ofed/libibverbs/
H A Dalloca.h7 #define strdupa(_s) \ argument
/freebsd/crypto/openssh/
H A Datomicio.c51 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() argument
96 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
/freebsd/contrib/netcat/
H A Datomicio.c39 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h128 #define sizeof_field(_s, _m) sizeof(((_s *)0)->_m) argument
134 #define __struct_size(_s) __builtin_dynamic_object_size(_s, 0) argument
136 #define __struct_size(_s) __builtin_object_size(_s, 0) argument
H A Dmutex.h63 #define mutex_lock_nested(_m, _s) mutex_lock(_m) argument
64 #define mutex_lock_nest_lock(_m, _s) mutex_lock(_m) argument
H A Dkfifo.h100 #define kfifo_alloc(_kf, _s, _gfp) \ argument
H A Dskbuff.h70 #define SKB_TRACE(_s) \ argument
73 #define SKB_TRACE2(_s, _p) \ argument
76 #define SKB_TRACE_FMT(_s, _fmt, ...) \ argument
83 #define SKB_TRACE(_s) do { } while(0) argument
84 #define SKB_TRACE2(_s, _p) do { } while(0) argument
85 #define SKB_TRACE_FMT(_s, ...) do { } while(0) argument
1162 #define SKB_WITH_OVERHEAD(_s) \ argument
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_tx99_tgt.c42 #define PWR_MAS(_r, _s) (((_r) & 0x3f) << (_s)) in ar9300_tx99_tgt_channel_pwr_update() argument
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_mib.c73 #define MIB_DESC(_s , _o, _n) \ argument
/freebsd/sys/dev/mgb/
H A Dif_mgb.h101 #define MGB_DMAC_CMD_RESET(_s, _ch) MGB_DMAC_CMD_VAL(_s, 8, _ch) argument
102 #define MGB_DMAC_CMD_START(_s, _ch) MGB_DMAC_CMD_VAL(_s, 4, _ch) argument
103 #define MGB_DMAC_CMD_STOP( _s, _ch) MGB_DMAC_CMD_VAL(_s, 0, _ch) argument
110 #define MGB_DMAC_CMD_STATE(sc, _s, _ch) \ argument
114 #define MGB_DMAC_STATE_IS_INITIAL(sc, _s, _ch) \ argument
/freebsd/sys/dev/ice/
H A Dice_osdep.h183 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \ argument
189 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \ argument
199 #define MAKEMASK(_m, _s) ((_m) << (_s)) argument

123