Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/include/
H A Dctype.h115 __only_inline int isalnum(int _c) in isalnum()
121 __only_inline int isalpha(int _c) in isalpha()
127 __only_inline int iscntrl(int _c) in iscntrl()
132 __only_inline int isdigit(int _c) in isdigit()
137 __only_inline int isgraph(int _c) in isgraph()
143 __only_inline int islower(int _c) in islower()
148 __only_inline int isprint(int _c) in isprint()
154 __only_inline int ispunct(int _c) in ispunct()
159 __only_inline int isspace(int _c) in isspace()
164 __only_inline int isupper(int _c) in isupper()
[all …]
H A Dsiphash.h71 #define SipHash24_Init(_c, _k) SipHash_Init((_c), (_k)) argument
72 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) argument
74 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4) argument
77 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k)) argument
78 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l)) argument
80 #define SipHash48_Final(_d, _c) SipHash_Final((_d), (_c), 4, 8) argument
H A Dstdio.h391 __sputc(int _c,FILE * _p) __sputc() argument
/openbsd-src/sys/arch/amd64/include/
H A Dbus.h168 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \ argument
170 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \ argument
172 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \ argument
174 #define bus_space_read_multi_8(_t, _h, _o, _a, _c) \ argument
188 #define bus_space_read_raw_multi_2(_t, _h, _o, _a, _c) \ argument
190 bus_space_read_raw_multi_4(_t,_h,_o,_a,_c) global() argument
192 bus_space_read_raw_multi_8(_t,_h,_o,_a,_c) global() argument
214 bus_space_read_region_1(_t,_h,_o,_a,_c) global() argument
216 bus_space_read_region_2(_t,_h,_o,_a,_c) global() argument
218 bus_space_read_region_4(_t,_h,_o,_a,_c) global() argument
220 bus_space_read_region_8(_t,_h,_o,_a,_c) global() argument
235 bus_space_read_raw_region_2(_t,_h,_o,_a,_c) global() argument
237 bus_space_read_raw_region_4(_t,_h,_o,_a,_c) global() argument
239 bus_space_read_raw_region_8(_t,_h,_o,_a,_c) global() argument
290 bus_space_write_multi_1(_t,_h,_o,_a,_c) global() argument
292 bus_space_write_multi_2(_t,_h,_o,_a,_c) global() argument
294 bus_space_write_multi_4(_t,_h,_o,_a,_c) global() argument
296 bus_space_write_multi_8(_t,_h,_o,_a,_c) global() argument
310 bus_space_write_raw_multi_2(_t,_h,_o,_a,_c) global() argument
312 bus_space_write_raw_multi_4(_t,_h,_o,_a,_c) global() argument
314 bus_space_write_raw_multi_8(_t,_h,_o,_a,_c) global() argument
335 bus_space_write_region_1(_t,_h,_o,_a,_c) global() argument
337 bus_space_write_region_2(_t,_h,_o,_a,_c) global() argument
339 bus_space_write_region_4(_t,_h,_o,_a,_c) global() argument
341 bus_space_write_region_8(_t,_h,_o,_a,_c) global() argument
356 bus_space_write_raw_region_2(_t,_h,_o,_a,_c) global() argument
358 bus_space_write_raw_region_4(_t,_h,_o,_a,_c) global() argument
360 bus_space_write_raw_region_8(_t,_h,_o,_a,_c) global() argument
381 bus_space_set_multi_1(_t,_h,_o,_a,_c) global() argument
383 bus_space_set_multi_2(_t,_h,_o,_a,_c) global() argument
385 bus_space_set_multi_4(_t,_h,_o,_a,_c) global() argument
387 bus_space_set_multi_8(_t,_h,_o,_a,_c) global() argument
408 bus_space_set_region_1(_t,_h,_o,_a,_c) global() argument
410 bus_space_set_region_2(_t,_h,_o,_a,_c) global() argument
412 bus_space_set_region_4(_t,_h,_o,_a,_c) global() argument
414 bus_space_set_region_8(_t,_h,_o,_a,_c) global() argument
436 bus_space_copy_1(_t,_h1,_o1,_h2,_o2,_c) global() argument
438 bus_space_copy_2(_t,_h1,_o1,_h2,_o2,_c) global() argument
440 bus_space_copy_4(_t,_h1,_o1,_h2,_o2,_c) global() argument
442 bus_space_copy_8(_t,_h1,_o1,_h2,_o2,_c) global() argument
[all...]
/openbsd-src/sys/sys/
H A Dstdint.h217 #define INT8_C(_c) (_c) argument
218 #define INT16_C(_c) (_c) argument
219 #define INT32_C(_c) (_c) argument
220 #define INT64_C(_c) __CONCAT(_c, LL) argument
222 #define UINT8_C(_c) (_c) argument
223 #define UINT16_C(_c) (_c) argument
224 #define UINT32_C(_c) __CONCAT(_c, U) argument
225 #define UINT64_C(_c) __CONCAT(_c, ULL) argument
228 #define INTMAX_C(_c) __CONCAT(_c, LL) argument
229 #define UINTMAX_C(_c) __CONCAT(_c, ULL) argument
H A Dsrp.h55 #define SRP_GC_INITIALIZER(_d, _c) { (_d), (_c), REFCNT_INITIALIZER() } argument
67 #define SRPL_RC_INITIALIZER(_r, _u, _c) { _r, SRP_GC_INITIALIZER(_u, _c) } argument
124 #define SRPL_FOREACH(_c, _sr, _sl, _ENTRY) \ argument
137 #define SRPL_FOREACH_LOCKED(_c, _sl, _ENTRY) \ argument
142 #define SRPL_FOREACH_SAFE_LOCKED(_c, _sl, _ENTRY, _tc) \ argument
/openbsd-src/sys/crypto/
H A Dsiphash.h75 #define SipHash24_Init(_c, _k) SipHash_Init((_c), (_k)) argument
76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) argument
78 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4) argument
81 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k)) argument
82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), argument
84 SipHash48_Final(_d,_c) global() argument
[all...]
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dconcept_check.h54 #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
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 Dconcept_check.h54 #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
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/i386/include/
H A Dbus.h152 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \ argument
154 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \ argument
156 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \ argument
201 #define bus_space_read_region_1(_t, _h, _o, _a, _c) \ argument
203 #define bus_space_read_region_2(_t, _h, _o, _a, _c) \ argument
205 #define bus_space_read_region_4(_t, _h, _o, _a, _c) \ argument
224 #define bus_space_read_raw_region_2(_t, _h, _o, _a, _c) \ argument
226 #define bus_space_read_raw_region_4(_t, _h, _o, _a, _c) \ argument
281 #define bus_space_write_multi_1(_t, _h, _o, _a, _c) \ argument
283 #define bus_space_write_multi_2(_t, _h, _o, _a, _c) \ argument
[all …]
/openbsd-src/sys/net80211/
H A Dieee80211_var.h158 #define IEEE80211_IS_CHAN_A(_c) \ argument
160 #define IEEE80211_IS_CHAN_B(_c) \ argument
162 #define IEEE80211_IS_CHAN_PUREG(_c) \ argument
164 #define IEEE80211_IS_CHAN_G(_c) \ argument
166 #define IEEE80211_IS_CHAN_N(_c) \ argument
168 #define IEEE80211_IS_CHAN_AC(_c) \ argument
171 #define IEEE80211_IS_CHAN_2GHZ(_c) \ argument
173 #define IEEE80211_IS_CHAN_5GHZ(_c) \ argument
175 #define IEEE80211_IS_CHAN_OFDM(_c) \ argument
177 #define IEEE80211_IS_CHAN_CCK(_c) \ argument
[all …]
/openbsd-src/regress/lib/libc/locale/setlocale/
H A Dsetlocale.c28 #define test_setlocale(_e, _c, _l) _test_setlocale(_e, _c, _l, __LINE__) argument
30 #define test_isalpha(_e, _c) _test_isalpha(_e, _c, __LINE__) argument
/openbsd-src/regress/sys/net/rtable/
H A Dsrp_compat.h61 #define SRPL_FOREACH(_c, _srp, _sl, _ENTRY) \ argument
69 #define SRPL_FOREACH_LOCKED(_c, _sl, _ENTRY) \ argument
72 #define SRPL_FOREACH_SAFE_LOCKED(_c, _sl, _ENTRY, _tc) \ argument
/openbsd-src/sys/dev/pci/
H A Dif_nxe.c84 #define NXE_DB_COUNT(_c) ((_c)<<3) /* count */ argument
85 #define NXE_DB_CTXID(_c) ((_c)<<18) /* context id */ argument
288 #define NXE_1_SW_RX_PRODUCER(_c) (nxe_regmap[6][(_c)]) argument
290 #define NXE_1_SW_RX_CONSUMER(_c) (nxe_regmap[7][(_c)]) argument
292 #define NXE_1_SW_RX_RING(_c) (nxe_regmap[8][(_c)]) argument
294 NXE_1_SW_RX_SIZE(_c) global() argument
297 NXE_1_SW_RX_JUMBO_PRODUCER(_c) global() argument
299 NXE_1_SW_RX_JUMBO_CONSUMER(_c) global() argument
301 NXE_1_SW_RX_JUMBO_RING(_c) global() argument
303 NXE_1_SW_RX_JUMBO_SIZE(_c) global() argument
306 NXE_1_SW_RX_LRO_PRODUCER(_c) global() argument
308 NXE_1_SW_RX_LRO_CONSUMER(_c) global() argument
310 NXE_1_SW_RX_LRO_RING(_c) global() argument
312 NXE_1_SW_RX_LRO_SIZE(_c) global() argument
315 NXE_1_SW_STATUS_RING(_c) global() argument
317 NXE_1_SW_STATUS_PRODUCER(_c) global() argument
319 NXE_1_SW_STATUS_CONSUMER(_c) global() argument
321 NXE_1_SW_STATUS_STATE(_c) global() argument
324 NXE_1_SW_STATUS_SIZE(_c) global() argument
[all...]
H A Dif_tht.c105 #define THT_REG_RDINTCM_PKT_TH(_c) ((_c)<<20) /* pkt count threshold */ argument
106 #define THT_REG_RDINTCM_RXF_TH(_c) ((_c)<<16) /* rxf intr req thresh */ argument
108 #define THT_REG_RDINTCM_COAL(_c) (_c) /* coalescing timer */ argument
110 #define THT_REG_TDINTCM_PKT_TH(_c) ((_c)<<20) /* pkt count threshold */ argument
112 #define THT_REG_TDINTCM_COAL(_c) (_c) /* coalescin argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp12306a.C27 c _c; variable
/openbsd-src/sys/arch/sparc64/include/
H A Datomic.h54 #define _def_atomic_swap(_f, _t, _c) \ argument
92 #define _def_atomic_op_nv(_f, _t, _c, _op) \ argument
/openbsd-src/lib/libc/stdio/
H A Dvfwscanf.c95 #define INCCL(_c) \ argument
/openbsd-src/sys/dev/fdt/
H A Drkusbphy.c190 RKUSBPHY_ID(_n,_c) global() argument
/openbsd-src/sys/dev/ic/
H A Dmfi.c188 #define mfi_post(_s, _c) ((_s)->sc_iop->mio_post((_s), (_c))) argument
189 #define mfi_sgd_load(_s, _c) ((_s)->sc_iop->mio_sgd_load((_s), (_c))) argument
H A Dar5210.c1034 #define _TX_FLAGS(_c, _flag) \ in ar5k_ar5210_setup_tx_desc() argument
H A Dar5211.c1152 #define _TX_FLAGS(_c, _flag) \ in ar5k_ar5211_setup_tx_desc() argument
/openbsd-src/sys/net/
H A Dif_var.h373 if_rxr_put(_r,_c) global() argument
/openbsd-src/usr.sbin/pcidump/
H A Dpcidump.c1323 #define CLASS(_c, _n, _s) { \ argument
/openbsd-src/sbin/disklabel/
H A Deditor.c47 #define CHUNKSZ(_c) ((_c)->stop - (_c)->start) argument

12