Home
last modified time | relevance | path

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

12345678

/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()
H A Dlibelf_open.c54 unsigned char *buf, *t; in _libelf_read_special_file() local
124 _libelf_open_object(int fd, Elf_Cmd c, int reporterror) in _libelf_open_object()
126 Elf *e; in _libelf_open_object() local
/freebsd/lib/libc/db/btree/
H A Dbt_delete.c59 BTREE *t; in __bt_delete() local
60 CURSOR *c; in __bt_delete() local
135 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
138 EPG *e; in __bt_stkacq() local
279 __bt_bdelete(BTREE *t, const DBT *key) in __bt_bdelete()
281 EPG *e; in __bt_bdelete() local
364 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
458 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf()
519 __bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_curdel()
521 CURSOR *c; in __bt_curdel() local
[all …]
H A Dbt_seq.c73 BTREE *t; in __bt_seq() local
74 EPG e; in __bt_seq() local
143 __bt_seqset(BTREE * t,EPG * ep,DBT * key,int flags) __bt_seqset() argument
227 __bt_seqadv(BTREE * t,EPG * ep,int flags) __bt_seqadv() argument
229 CURSOR *c; __bt_seqadv() local
326 __bt_first(BTREE * t,const DBT * key,EPG * erval,int * exactp) __bt_first() argument
423 __bt_setcur(BTREE * t,pgno_t pgno,u_int idx) __bt_setcur() argument
[all...]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c64 BTREE *t; in __bt_delete() local
65 CURSOR *c; in __bt_delete() local
140 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
143 EPG *e; in __bt_stkacq() local
285 __bt_bdelete(BTREE *t, const DBT *key) in __bt_bdelete()
287 EPG *e; in __bt_bdelete() local
370 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
464 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf()
525 __bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_curdel()
527 CURSOR *c; in __bt_curdel() local
[all …]
H A Dbt_seq.c107 BTREE *t; in __bt_seq() local
108 EPG e; in __bt_seq() local
179 __bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags) in __bt_seqset()
269 __bt_seqadv(BTREE *t, EPG *ep, int flags) in __bt_seqadv()
271 CURSOR *c; in __bt_seqadv() local
399 bt_rseq_next(BTREE *t, EPG *ep) in bt_rseq_next()
438 bt_rseq_prev(BTREE *t, EPG *ep) in bt_rseq_prev()
488 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) in __bt_first()
585 __bt_setcur(BTREE *t, db_pgno_t pgno, u_int idx) in __bt_setcur()
/freebsd/contrib/libdivsufsort/lib/
H A Dtrsort.c81 saidx_t t, r; in tr_insertionsort() 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
225 saidx_t *a, *b, *c, *d, *e, *f; in tr_partition() local
226 saidx_t t, s; in tr_partition() local
269 saidx_t *c, *d, *e; in tr_copy() local
292 saidx_t *c, *d, *e; in tr_partialcopy() local
[all …]
H A Dsssort.c109 saidx_t y, e; in ss_isqrt() local
170 saidx_t t; in ss_insertionsort() 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/lib/libc/gen/
H A Dgetttyent.c55 struct ttyent *t; in getttynam() local
123 int c; in getttyent() local
149 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace((unsigned char)p[sizeof(e) - 1]) in getttyent() argument
150 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' in getttyent() argument
220 char *t; in skip() local
221 int c, q; in skip() local
294 struct ttyent *t; in isttystat() local
/freebsd/crypto/openssl/crypto/sha/
H A Dsha512.c78 int sha512_224_init(SHA512_CTX *c) in sha512_224_init()
96 int sha512_256_init(SHA512_CTX *c) in sha512_256_init()
114 int SHA384_Init(SHA512_CTX *c) in SHA384_Init()
132 int SHA512_Init(SHA512_CTX *c) in SHA512_Init()
159 int SHA512_Final(unsigned char *md, SHA512_CTX *c) in SHA512_Final()
204 SHA_LONG64 t = c->h[n]; in SHA512_Final() local
220 SHA_LONG64 t = c->h[SHA224_DIGEST_LENGTH / 8]; in SHA512_Final() local
230 SHA_LONG64 t = c->h[n]; in SHA512_Final() local
244 SHA_LONG64 t = c->h[n]; in SHA512_Final() local
258 SHA_LONG64 t = c->h[n]; in SHA512_Final() local
[all …]
/freebsd/lib/libmd/
H A Dsha1c.c59 SHA1_Init(SHA1_CTX *c) in SHA1_Init()
72 SHA1_Update(SHA1_CTX *c, const void *data, size_t len) in SHA1_Update()
114 SHA1_Final(unsigned char *md, SHA1_CTX *c) in SHA1_Final()
117 size_t t; in SHA1_Final() local
143 sha1_block(SHA1_CTX *c, const void *data, size_t len) in sha1_block()
151 uint32_t a = h0, b = h1, c = h2, d = h3, e = h4; in sha1_block() local
152 uint32_t f, t, tmp; in sha1_block() local
/freebsd/contrib/sendmail/src/
H A Dsavemail.c57 savemail(e, sendbody) in savemail() argument
505 returntosender(msg, returnq, flags, e) in returntosender() argument
814 errbody(mci, e, separator) in errbody() argument
1615 xtextify(t, taboo) in xtextify() argument
1632 register int c = (*p & 0xff); local
1661 register int c = (*t++ & 0xff); local
1689 xuntextify(t) in xuntextify() argument
1714 register int c = *t & 0xff; local
1776 int c; local
1809 int c; local
[all …]
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c199 int y, e; in ss_isqrt() local
260 int t; in ss_insertionsort() 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/sys/contrib/openzfs/module/lua/
H A Dllimits.h59 #define check_exp(c,e) (lua_assert(c), (e)) argument
61 #define lua_longassert(c) { if (!(c)) lua_assert(0); } argument
63 #define lua_assert(c) ((void)0) argument
64 #define check_exp(c,e) (e) argument
65 #define lua_longassert(c) ((void)0) argument
75 #define luai_apicheck(L,e) assert(e) argument
77 #define luai_apicheck(L,e) lua_assert(e) argument
82 #define api_check(l,e,msg) luai_apicheck(l,(e) && msg) argument
90 #define cast(t, exp) ((t)(exp)) argument
236 #define lua_number2int32(i,n,t) \ argument
/freebsd/sys/crypto/
H A Dsha1.c57 #define K(t) _K[(t) / 20] argument
59 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) argument
60 #define F1(b, c, d) (((b) ^ (c)) ^ (d)) argument
61 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
62 #define F3(b, c, d) (((b) ^ (c)) ^ (d)) argument
93 uint32_t a, b, c, d, e; in sha1_step() local
94 size_t t, s; in sha1_step() local
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h29 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ argument
35 # define c2ln(c,l1,l2,n) { \ argument
57 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
63 # define l2cn(l1,l2,c,n) { \ argument
123 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument
126 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
132 # define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g) argument
133 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
195 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
/freebsd/contrib/tcsh/
H A Dsh.time.c97 dotime(Char **v, struct command *c) in dotime()
146 donice(Char **v, struct command *c) in donice()
273 prusage(struct sysrusage *r0, struct sysrusage *r1, timeval_t *e, timeval_t *b) in prusage()
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
/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c201 _hx509_cert_get_version(const Certificate *t) in _hx509_cert_get_version()
220 hx509_cert_init(hx509_context context, const Certificate *c, hx509_cert *cert) in hx509_cert_init()
276 Certificate t; in hx509_cert_init_data() local
400 hx509_verify_ctx c; in hx509_verify_init_ctx() local
486 hx509_verify_set_time(hx509_verify_ctx ctx, time_t t) in hx509_verify_set_time()
589 const TBSCertificate *c = &cert->tbsCertificate; in find_extension() local
605 const Extension *e; in find_extension_auth_key_id() local
624 const Extension *e; in _hx509_find_extension_subject_key_id() local
643 const Extension *e; in find_extension_name_constraints() local
662 const Extension *e; in find_extension_subject_alt_name() local
[all …]
/freebsd/sys/net/altq/
H A Daltq_var.h121 #define ASSERT(e) ((e) ? (void)0 : altq_assert(__FILE__, __LINE__, #e)) argument
123 #define ASSERT(e) ((e) ? (void)0 : altq_assert(__FILE__, __LINE__, "e")) argument
126 #define ASSERT(e) ((void)0) argument
156 #define CALLOUT_INIT(c) callout_init((c), 1) argument
157 #define CALLOUT_RESET(c,t,f,a) callout_reset((c),(t),(f),(a)) argument
158 #define CALLOUT_STOP(c) callout_stop((c)) argument
/freebsd/sys/crypto/des/
H A Ddes_locl.h68 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ argument
74 #define c2ln(c,l1,l2,n) { \ argument
89 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
98 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ argument
103 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
109 #define l2cn(l1,l2,c,n) { \ argument
125 #define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g) argument
126 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
340 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
/freebsd/lib/msun/src/
H A Ds_expm1f.c41 float y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
H A Ds_expm1.c131 double y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
/freebsd/contrib/lua/src/
H A Dllimits.h60 #define log2maxs(t) (sizeof(t) * 8 - 2) argument
106 #define lua_assert(c) assert(c) argument
110 #define check_exp(c,e) (lua_assert(c), (e)) argument
112 #define lua_longassert(c) ((c) ? (void)0 : lua_assert(0)) argument
114 #define lua_assert(c) ((void)0) argument
115 #define check_exp(c,e) (e) argument
116 #define lua_longassert(c) ((void)0) argument
123 #define luai_apicheck(l,e) ((void)l, lua_assert(e)) argument
126 #define api_check(l,e,msg) luai_apicheck(l,(e) && msg) argument
136 #define cast(t, exp) ((t)(exp)) argument
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c65 gf a, b, c, d; in point_double_internal() local
106 static void pniels_to_pt(curve448_point_t e, const pniels_t d) in pniels_to_pt()
118 static void niels_to_pt(curve448_point_t e, const niels_t n) in niels_to_pt()
126 static void add_niels_to_pt(curve448_point_t d, const niels_t e, in add_niels_to_pt()
129 gf a, b, c; in add_niels_to_pt() local
147 static void sub_niels_from_pt(curve448_point_t d, const niels_t e, in sub_niels_from_pt()
150 gf a, b, c; in sub_niels_from_pt() local
207 gf a, b, c; in ossl_curve448_point_valid() local
237 const unsigned int n = COMBS_N, t = COMBS_T, s = COMBS_S; in ossl_curve448_precomputed_scalarmul() local
284 gf x, y, z, t; in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() local
[all …]
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c386 int c; in tgetc() local
406 tungetc(int c) in tungetc()
470 int c; in report() local
511 int c; in gettoken_internal() local
512 struct type *t; in gettoken_internal() local
727 struct type *t; in make_type() local
746 parse_type(enum tok *tok, struct type *t, const char *vname, char **subtype) in parse_type()
749 struct enums *e; in parse_type() local
914 struct type *t; in parse_top() local
1252 char *s, *e, *end, *iname; in gen_extract() local
[all …]

12345678