Home
last modified time | relevance | path

Searched +defs:t +defs:v (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/freebsd/sys/arm64/include/
H A Dbus.h75 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
294 #define __bs_rs(sz, t, h, o) \ argument
296 #define __bs_ws(sz, t, h, o, v) \ argument
298 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
300 #define __bs_set(type, sz, t, h, o, v, c) \ argument
302 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
306 #define __bs_rs_s(sz, t, h, o) \ argument
308 #define __bs_ws_s(sz, t, h, o, v) \ argument
310 #define __bs_peek(sz, t, h, o, vp) \ argument
312 #define __bs_poke(sz, t, h, o, v) \ argument
[all …]
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_fsize.c35 elf32_fsize(Elf_Type t, size_t c, unsigned int v) in elf32_fsize()
41 elf64_fsize(Elf_Type t, size_t c, unsigned int v) in elf64_fsize()
47 gelf_fsize(Elf *e, Elf_Type t, size_t c, unsigned int v) in gelf_fsize()
/freebsd/sys/powerpc/include/
H A Dbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
264 #define __bs_rs(sz, t, h, o) \ argument
266 #define __bs_ws(sz, t, h, o, v) \ argument
268 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
270 #define __bs_set(type, sz, t, h, o, v, c) \ argument
272 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
278 #define bus_space_map(t, a, s, c, hp) (*(t)->bs_map)(a, s, c, hp) argument
279 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) argument
280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) argument
285 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument
[all …]
H A Datomic.h82 #define __atomic_add_int(p, v, t) \ argument
94 #define __atomic_add_long(p, v, t) \ argument
105 #define __atomic_add_long(p, v, t) \ argument
168 #define __atomic_clear_int(p, v, t) \ in _ATOMIC_ADD() argument
180 #define __atomic_clear_long(p, v, t) \ in _ATOMIC_ADD() argument
269 #define __atomic_set_int(p, v, t) \ argument
281 #define __atomic_set_long(p, v, t) \ argument
355 #define __atomic_subtract_int(p, v, t) \ argument
367 #define __atomic_subtract_long(p, v, t) \ argument
924 atomic_fetchadd_int(volatile u_int *p, u_int v) in atomic_fetchadd_int()
[all …]
/freebsd/sys/riscv/include/
H A Dbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
262 #define __bs_rs(sz, t, h, o) \ argument
264 #define __bs_ws(sz, t, h, o, v) \ argument
266 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
268 #define __bs_set(type, sz, t, h, o, v, c) \ argument
270 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
274 #define __bs_rs_s(sz, t, h, o) \ argument
276 #define __bs_ws_s(sz, t, h, o, v) \ argument
278 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
284 #define bus_space_map(t, a, s, c, hp) \ argument
[all …]
/freebsd/sys/nfs/
H A Dxdr_subs.h49 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v))) argument
50 #define txdr_unsigned(v) (htonl((int32_t)(v))) argument
52 #define fxdr_nfsv2time(f, t) \ argument
60 #define txdr_nfsv2time(f, t) \ argument
69 #define fxdr_nfsv3time(f, t) \ argument
74 #define txdr_nfsv3time(f, t) \ argument
85 txdr_hyper(uint64_t f, uint32_t* t) in txdr_hyper()
/freebsd/sys/fs/nfs/
H A Dxdr_subs.h49 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v))) argument
50 #define txdr_unsigned(v) (htonl((int32_t)(v))) argument
52 #define fxdr_nfsv2time(f, t) do { \ argument
60 #define txdr_nfsv2time(f, t) do { \ argument
68 #define fxdr_nfsv3time(f, t) do { \ argument
73 #define txdr_nfsv3time(f, t) do { \ argument
78 #define fxdr_nfsv4time(f, t) do { \ argument
84 #define txdr_nfsv4time(f, t) do { \ argument
95 txdr_hyper(uint64_t f, uint32_t* t) in txdr_hyper()
/freebsd/sys/sys/
H A Datomic_common.h40 #define __atomic_store_bool_relaxed(p, v) \ argument
52 #define __atomic_store_char_relaxed(p, v) \ argument
54 #define __atomic_store_short_relaxed(p, v) \ argument
56 #define __atomic_store_int_relaxed(p, v) \ argument
58 #define __atomic_store_long_relaxed(p, v) \ argument
60 #define __atomic_store_8_relaxed(p, v) \ argument
62 #define __atomic_store_16_relaxed(p, v) \ argument
64 #define __atomic_store_32_relaxed(p, v) \ argument
66 #define __atomic_store_64_relaxed(p, v) \ argument
76 #define atomic_store_bool(p, v) \ argument
[all …]
/freebsd/contrib/arm-optimized-routines/math/include/
H A Dtest_sig.h37 # define _TEST_SIG(v, t, a, f, ...) TEST_SIG _Z##v##t##a (f) argument
39 # define _TEST_SIG(v, t, a, f, ...) TEST_SIG Z##v##N##t##a##_WRAP (f) argument
41 # define _TEST_SIG(v, t, a, f, ...) TEST_SIG _Z##v##t##a (f, ##__VA_ARGS__) argument
43 # define _TEST_SIG(v, t, a, f, ...) TEST_DECL_##v##t##a (f) argument
/freebsd/bin/date/
H A Dvary.c57 domktime(struct tm *t, char type) in domktime()
69 trans(const struct trans t[], const char *arg) in trans()
82 vary_append(struct vary *v, char *arg) in vary_append()
104 daysinmonth(const struct tm *t) in daysinmonth()
127 adjyear(struct tm *t, char type, int64_t val, int mk) in adjyear()
148 adjmon(struct tm *t, char type, int64_t val, int istext, int mk) in adjmon()
208 adjday(struct tm *t, char type, int64_t val, int mk) in adjday()
252 adjwday(struct tm *t, char type, int64_t val, int istext, int mk) in adjwday()
288 adjhour(struct tm *t, char type, int64_t val, int mk) in adjhour()
333 adjmin(struct tm *t, char type, int64_t val, int mk) in adjmin()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dg711.h174 #define _G711_TO_INTPCM(t, v) ((intpcm_t) \ argument
177 #define _INTPCM_TO_G711(t, v) ((t)[(uint8_t)((v) ^ 0x80)]) argument
/freebsd/contrib/lua/src/
H A Dlmem.h44 #define luaM_limitN(n,t) \ argument
59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0)) argument
60 #define luaM_newvector(L,n,t) cast(t*, luaM_malloc_(L, (n)*sizeof(t), 0)) argument
61 #define luaM_newvectorchecked(L,n,t) \ argument
66 #define luaM_growvector(L,v,nelems,size,t,limit,e) \ argument
70 #define luaM_reallocvector(L, v,oldn,n,t) \ argument
74 #define luaM_shrinkvector(L,v,size,fs,t) \ argument
H A Dltable.h13 #define gnode(t,i) (&(t)->node[i]) argument
23 #define invalidateTMcache(t) ((t)->flags &= ~maskflags) argument
27 #define isdummy(t) ((t)->lastfree == NULL) argument
31 #define allocsizenode(t) (isdummy(t) ? 0 : sizenode(t)) argument
35 #define nodefromval(v) cast(Node *, (v)) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h56 bool setUnion(const BasicBitVector &v) { in setUnion()
63 bool setIntersection(const BasicBitVector &v) { in setIntersection()
70 bool setDifference(const BasicBitVector &v) { in setDifference()
76 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; } in copyFrom()
79 bool intersectsWith(const BasicBitVector &v) const { in intersectsWith()
197 bool setUnion(const TwoLevelBitVector &v) { in setUnion()
200 BV t = v.l1_[i0]; in setUnion() local
213 bool setIntersection(const TwoLevelBitVector &v) { in setIntersection()
219 BV t = l1_[i0]; in setIntersection() local
233 bool setDifference(const TwoLevelBitVector &v) { in setDifference()
[all …]
/freebsd/crypto/heimdal/base/
H A Dbaselocl.h71 #define heim_base_exchange_pointer(t,v) __sync_lock_test_and_set((t), (v)) argument
80 #define heim_base_exchange_pointer(t,v) InterlockedExchangePointer((t),(v)) argument
92 heim_base_atomic_type t; in heim_base_atomic_inc() local
102 heim_base_atomic_type t; in heim_base_atomic_dec() local
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c32 static int match_ch(const char *t[], char m) in match_ch()
45 static int match(const char *t[], const char m[], size_t m_len) in match()
56 static int parse_name(OSSL_LIB_CTX *ctx, const char *t[], int create, in parse_name()
96 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number()
99 int64_t v = 0; in parse_number() local
126 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex()
129 int64_t v = 0; in parse_hex() local
163 static int parse_oct(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_oct()
166 int64_t v = 0; in parse_oct() local
193 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string()
[all …]
/freebsd/crypto/openssl/crypto/
H A Dthreads_pthread.c96 # define ATOMIC_LOAD_N(t, p, o) __atomic_load_n(p, o) argument
97 # define ATOMIC_STORE_N(t, p, v, o) __atomic_store_n(p, v, o) argument
98 # define ATOMIC_STORE(t, p, v, o) __atomic_store(p, v, o) argument
99 # define ATOMIC_ADD_FETCH(p, v, o) __atomic_add_fetch(p, v, o) argument
100 # define ATOMIC_SUB_FETCH(p, v, o) __atomic_sub_fetch(p, v, o) argument
104 # define IMPL_fallback_atomic_load_n(t) \ argument
118 # define ATOMIC_LOAD_N(t, p, o) fallback_atomic_load_n_##t(p) in IMPL_fallback_atomic_load_n() argument
120 # define IMPL_fallback_atomic_store_n(t) \ in IMPL_fallback_atomic_load_n() argument
133 # define ATOMIC_STORE_N(t, p, v, o) fallback_atomic_store_n_##t(p, v) argument
135 # define IMPL_fallback_atomic_store(t) \ argument
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.h35 KMP_STR_BUF_PRINT_BOOL_EX(n,v,t,f) global() argument
54 KMP_STR_BUF_PRINT_BOOL_EX(n,v,t,f) global() argument
/freebsd/sys/x86/include/
H A Dbus.h988 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) argument
989 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) argument
990 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) argument
992 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
994 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
996 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
999 #define bus_space_write_stream_1(t, h, o, v) \ argument
1001 #define bus_space_write_stream_2(t, h, o, v) \ argument
1003 #define bus_space_write_stream_4(t, h, o, v) \ argument
1006 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlmem.h33 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) argument
34 #define luaM_newvector(L,n,t) \ argument
39 #define luaM_growvector(L,v,nelems,size,t,limit,e) \ argument
43 #define luaM_reallocvector(L, v,oldn,n,t) \ argument
/freebsd/contrib/libdivsufsort/lib/
H A Dtrsort.c81 saidx_t t, r; in tr_insertionsort() local
100 saidx_t v; in tr_fixdown() local
116 saidx_t t; in tr_heapsort() local
140 saidx_t *t; in tr_median3() local
154 saidx_t *t; in tr_median5() local
169 saidx_t t; in tr_pivot() local
224 saidx_t **pa, saidx_t **pb, saidx_t v) { in tr_partition()
226 saidx_t t, s; in tr_partition() local
270 saidx_t s, v; in tr_copy() local
293 saidx_t s, v; in tr_partialcopy() local
[all …]
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg_allwinner.c214 bus_size_t v; in awusbdrd_reg() local
243 awusbdrd_bs_r_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1()
256 awusbdrd_bs_r_1_noconf(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1_noconf()
271 awusbdrd_bs_r_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_2()
281 awusbdrd_bs_w_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_1()
282 uint8_t v) in awusbdrd_bs_w_1()
293 awusbdrd_bs_w_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_2()
294 uint16_t v) in awusbdrd_bs_w_2()
305 awusbdrd_bs_rm_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_1()
314 awusbdrd_bs_rm_4(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_4()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.exec.c90 # define widthof(t) (sizeof(t) * BITS_PER_BYTE) argument
91 # define tbit(f, i, t) (((t *) xhash)[(f)] & \ argument
93 # define tbis(f, i, t) (((t *) xhash)[(f)] |= \ argument
146 doexec(struct command *t, int do_glob) in doexec()
149 struct varent *v; in doexec() local
356 char **t; in texec() local
358 struct varent *v; in texec() local
561 execash(Char **t, struct command *kp) in execash()
618 xechoit(Char **t) in xechoit()
642 struct varent *v = adrof(STRpath); in dohash() local
[all …]
/freebsd/contrib/file/src/
H A Dprint.c297 file_fmtvarint(char *buf, size_t blen, const unsigned char *us, int t) in file_fmtvarint()
305 file_fmtdatetime(char *buf, size_t bsize, uint64_t v, int flags) in file_fmtdatetime()
308 time_t t; in file_fmtdatetime() local
348 file_fmtdate(char *buf, size_t bsize, uint16_t v) in file_fmtdate()
367 file_fmttime(char *buf, size_t bsize, uint16_t v) in file_fmttime()
/freebsd/sbin/routed/
H A Dradix.c98 caddr_t v; in rn_search() local
115 caddr_t v = v_arg, m = m_arg; in rn_search_m() local
197 caddr_t v = v_arg; in rn_match() local
198 struct radix_node *t = head->rnh_treetop, *x; in rn_match() local
318 rn_newpair(void *v, int b, struct radix_node nodes[2]) in rn_newpair()
320 struct radix_node *tt = nodes, *t = tt + 1; in rn_newpair() local
338 caddr_t v = v_arg; in rn_insert() local
341 struct radix_node *t = rn_search(v_arg, top); in rn_insert() local
514 caddr_t v = (caddr_t)v_arg, netmask = (caddr_t)n_arg; in rn_addroute() local
515 struct radix_node *t, *x = NULL, *tt; in rn_addroute() local
[all …]

12345678910>>...18