Home
last modified time | relevance | path

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

123456789

/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 …]
/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/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/arm/include/
H A Dbus.h261 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
263 #define __bs_set(type, sz, t, h, o, v, c) \ argument
265 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
269 #define __bs_rs_s(sz, t, h, o) \ argument
271 #define __bs_ws_s(sz, t, h, o, v) \ argument
273 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
301 #define bus_space_map(t, a, s, c, hp) \ argument
303 #define bus_space_unmap(t, h, s) \ argument
305 #define bus_space_subregion(t, h, o, s, hp) \ argument
311 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument
[all …]
/freebsd/contrib/libdivsufsort/lib/
H A Dtrsort.c81 saidx_t t, r; in tr_insertionsort() local
100 saidx_t v; in tr_fixdown() local
101 saidx_t c, d, e; 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()
225 saidx_t *a, *b, *c, *d, *e, *f; in tr_partition() local
226 saidx_t t, s; in tr_partition() local
[all …]
H A Dsssort.c170 saidx_t t; in ss_insertionsort() local
195 saidx_t v; in ss_fixdown() local
196 saint_t c, d, e; in ss_fixdown() local
211 saidx_t t; in ss_heapsort() local
236 saidx_t *t; in ss_median3() local
250 saidx_t *t; in ss_median5() local
265 saidx_t t; in ss_pivot() local
294 saidx_t t; in ss_partition() local
314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE]; in ss_mintrosort() member
316 saidx_t *a, *b, *c, *d, *e, *f; in ss_mintrosort() 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()
306 uint8_t *d, bus_size_t c) in awusbdrd_bs_rm_1()
[all …]
/freebsd/contrib/blocklist/bin/
H A Dstate.c95 state_sizecheck(const DBT *t) in state_sizecheck()
116 state_del(DB *db, const struct conf *c) in state_del()
142 state_get(DB *db, const struct conf *c, struct dbinfo *dbi) in state_get()
145 DBT k, v; in state_get() local
170 state_put(DB *db, const struct conf *c, const struct dbinfo *dbi) in state_put()
173 DBT k, v; in state_put() local
200 state_iterate(DB *db, struct conf *c, struct dbinfo *dbi, unsigned int first) in state_iterate()
203 DBT k, v; in state_iterate() local
/freebsd/contrib/tcsh/
H A Dsh.func.c67 isbfunc(struct command *t) in isbfunc()
130 func(struct command *t, const struct biltins *bp) in func()
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()
[all …]
H A Dsh.proc.c593 dowait(Char **v, struct command *c) in dowait()
740 unparse(struct command *t) in unparse()
757 palloc(pid_t pid, struct command *t) in palloc()
843 padd(struct command *t) in padd()
1313 dojobs(Char **v, struct command *c) in dojobs()
1342 dofg(Char **v, struct command *c) in dofg()
1365 dofg1(Char **v, struct command *c) in dofg1()
1385 dobg(Char **v, struct command *c) in dobg()
1406 dobg1(Char **v, struct command *c) in dobg1()
1423 dostop(Char **v, struct command *c) in dostop()
[all …]
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()
634 dohash(Char **vv, struct command *c) in dohash()
[all …]
H A Dsh.time.c97 dotime(Char **v, struct command *c) in dotime()
146 donice(Char **v, struct command *c) in donice()
294 time_t t = in prusage() local
302 time_t t = in prusage() local
310 time_t t = (es->tms_utime - bs->tms_utime + in prusage() local
314 clock_t t = (es->tms_utime - bs->tms_utime + in prusage() local
H A Dtc.sched.c59 dosched(Char **v, struct command *c) in dosched()
189 struct command *t; in sched_run() local
190 Char **v, *cp; in sched_run() local
H A Dsh.set.c241 doset(Char **v, struct command *c) in doset()
358 struct varent *v = getvx(vp, subscr); in asx() local
372 struct varent *v = adrof(vp); in getvx() local
383 dolet(Char **v, struct command *dummy) in dolet()
386 Char *vp, c, op; in dolet() local
498 Char **v = vec; in operate() local
609 adrof1(const Char *name, struct varent *v) in adrof1()
722 struct varent *c; in setq() local
751 unset(Char **v, struct command *c) in unset()
822 unset1(Char *v[], struct varent *head) in unset1()
[all …]
H A Dtc.os.c77 dosetpath(Char **arglist, struct command *c) in dosetpath()
194 dogetxvers(Char **v, struct command *c) in dogetxvers()
206 dosetxvers(Char **v, struct command *c) in dosetxvers()
283 dogetspath(Char **v, struct command *c) in dogetspath()
327 dosetspath(Char **v, struct command *c) in dosetspath()
415 domigrate(Char **v, struct command *c) in domigrate()
496 dodmmode(Char **v, struct command *c) in dodmmode()
555 dowarp(Char **v, struct command *c) in dowarp()
622 douniverse(Char **v, struct command *c) in douniverse()
758 dobs2cmd(Char **v, struct command *c) in dobs2cmd()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dvar.c28 variable_t *v; in find_var() local
39 char c, *s, *t, *value; in get_variable() local
40 variable_t *v; in get_variable() local
84 char c, *s, *p1, *p2, *p3, *newstring, *value; in expand_string() local
142 variable_t *v; in set_variable() local
/freebsd/sys/opencrypto/
H A Dgfmult.c42 gf128_mulalpha(struct gf128 v) in gf128_mulalpha()
59 gf128_genmultable(struct gf128 h, struct gf128table *t) in gf128_genmultable()
84 gf128_genmultable4(struct gf128 h, struct gf128table4 *t) in gf128_genmultable4()
216 gf128_mul(struct gf128 v, struct gf128table *tbl) in gf128_mul()
233 gf128_mul4(struct gf128 a, struct gf128 b, struct gf128 c, struct gf128 d, in gf128_mul4()
256 gf128_mul4b(struct gf128 r, const uint8_t *v, struct gf128table4 *tbl) in gf128_mul4b()
258 struct gf128 a, b, c, d; in gf128_mul4b() local
/freebsd/crypto/openssl/crypto/md2/
H A Dmd2_dgst.c77 int MD2_Init(MD2_CTX *c) in MD2_Init()
86 int MD2_Update(MD2_CTX *c, const unsigned char *data, size_t len) in MD2_Update()
123 static void md2_block(MD2_CTX *c, const unsigned char *d) in md2_block()
125 register MD2_INT t, *sp1, *sp2; in md2_block() local
156 int MD2_Final(unsigned char *md, MD2_CTX *c) in MD2_Final()
158 int i, v; in MD2_Final() local
/freebsd/stand/common/
H A Dmodinfo.c65 #define COPY32(v, a, c) { \ argument
72 #define MOD_STR(t, a, s, c) { \ argument
80 #define MOD_NAME(a, s, c) MOD_STR(MODINFO_NAME, a, s, c) argument
81 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) argument
82 #define MOD_ARGS(a, s, c) MOD_STR(MODINFO_ARGS, a, s, c) argument
84 #define MOD_VAR(t, a, s, c) { \ argument
92 #define MOD_ADDR(a, s, c) MOD_VAR(MODINFO_ADDR, a, s, c) argument
93 #define MOD_SIZE(a, s, c) MOD_VAR(MODINFO_SIZE, a, s, c) argument
95 #define MOD_METADATA(a, mm, c) { \ argument
105 #define MOD_END(a, c) { \ argument
[all …]
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c260 int t; in ss_insertionsort() local
285 int v; in ss_fixdown() local
286 int c, d, e; in ss_fixdown() local
301 int t; in ss_heapsort() local
326 int *t; in ss_median3() local
340 int *t; in ss_median5() local
355 int t; in ss_pivot() local
384 int t; in ss_partition() local
404 struct { int *a, *b, c; int d; } stack[STACK_SIZE]; in ss_mintrosort() member
406 int *a, *b, *c, *d, *e, *f; in ss_mintrosort() local
[all …]
/freebsd/contrib/libedit/
H A Dchartype.c187 ct_enc_width(wchar_t c) in ct_enc_width()
200 ct_encode_char(char *dst, size_t len, wchar_t c) in ct_encode_char()
258 ct_visual_width(wchar_t c) in ct_visual_width()
260 int t = ct_chr_class(c); in ct_visual_width() local
282 ct_visual_char(wchar_t *dst, size_t len, wchar_t c) in ct_visual_char()
284 int t = ct_chr_class(c); in ct_visual_char() local
310 #define tohexdigit(v) "0123456789ABCDEF"[v] in ct_visual_char() argument
329 ct_chr_class(wchar_t c) in ct_chr_class()
/freebsd/crypto/openssl/test/
H A Dbio_base64_test.c65 static int memout(BIO *mem, char c, int llen, int *pos) in memout()
79 static int memoutws(BIO *mem, char c, unsigned wscnt, unsigned llen, int *pos) in memoutws()
110 unsigned long v = buf[0] << 16 | buf[1] << 8 | buf[2]; in encode() local
123 unsigned long v = buf[0] << 8 | buf[1]; in encode() local
131 unsigned long v = buf[0]; in encode() local
186 static int test_bio_base64_run(test_case *t, int llen, int wscnt) in test_bio_base64_run()
310 static int generic_case(test_case *t, int verbose) in generic_case()
370 test_case t; in test_bio_base64_generated() local
407 test_case t; in test_bio_base64_corner_case_bug() local
/freebsd/lib/msun/src/
H A De_jn.c53 double a, b, c, s, temp, di; in jn() local
152 double t,v; in jn() local
216 double a, b, c, s, temp; in yn() local

123456789