Home
last modified time | relevance | path

Searched defs:c (Results 101 – 125 of 3725) sorted by relevance

12345678910>>...149

/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
273 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
301 #define bus_space_map(t, a, s, c, hp) \ argument
311 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument
342 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
344 #define bus_space_read_multi_2(t, h, o, a, c) \ argument
346 #define bus_space_read_multi_4(t, h, o, a, c) \ argument
348 #define bus_space_read_multi_8(t, h, o, a, c) \ argument
351 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
[all …]
/freebsd/contrib/libc-vis/
H A Dvis.c101 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) argument
104 #define iscgraph(c) isgraph(c) argument
108 iscgraph(int c) { in iscgraph()
121 #define ISGRAPH(flags, c) \ argument
124 #define iswoctal(c) (((u_char)(c)) >= L'0' && ((u_char)(c)) <= L'7') argument
125 #define iswwhite(c) (c == L' ' || c == L'\t' || c == L'\n') argument
126 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r') argument
127 #define xtoa(c) L"0123456789abcdef"[c] argument
128 #define XTOA(c) L"0123456789ABCDEF"[c] argument
163 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_hvis()
[all …]
/freebsd/contrib/libdiff/lib/
H A Ddiff_output_unidiff.c34 diff_chunk_get_left_start_pos(const struct diff_chunk *c) in diff_chunk_get_left_start_pos()
40 diff_chunk_get_right_start_pos(const struct diff_chunk *c) in diff_chunk_get_right_start_pos()
52 diff_chunk_get_left_start(const struct diff_chunk *c, in diff_chunk_get_left_start()
60 diff_chunk_get_left_end(const struct diff_chunk *c, in diff_chunk_get_left_end()
69 diff_chunk_get_right_start(const struct diff_chunk *c, in diff_chunk_get_right_start()
77 diff_chunk_get_right_end(const struct diff_chunk *c, in diff_chunk_get_right_end()
92 diff_chunk_get_left_count(struct diff_chunk *c) in diff_chunk_get_left_count()
98 diff_chunk_get_right_count(struct diff_chunk *c) in diff_chunk_get_right_count()
107 const struct diff_chunk *c = &r->chunks.head[chunk_idx]; in diff_chunk_context_get() local
369 const struct diff_chunk *c = &result->chunks.head[c_idx]; in output_unidiff_chunk() local
[all …]
/freebsd/usr.bin/dtc/
H A Dutil.hh54 inline int digittoint(int c) in digittoint()
112 inline bool isdigit(char c) in isdigit()
121 inline bool ishexdigit(char c) in ishexdigit()
131 inline bool isalpha(char c) in isalpha()
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daesopt.h500 # define s(x,c) x[c] argument
502 # define s(x,c) x##c argument
604 # define word_in(x,c) bytes2word(((const uint8_t*)(x)+4*c)[0], ((const uint8_t*)(x)+4*c)[1], \ argument
606 # define word_out(x,c,v) { ((uint8_t*)(x)+4*c)[0] = bval(v,0); ((uint8_t*)(x)+4*c)[1] = bval(v,1);… argument
609 # define word_in(x,c) (*((uint32_t*)(x)+(c))) argument
610 # define word_out(x,c,v) (*((uint32_t*)(x)+(c)) = (v)) argument
612 # define word_in(x,c) aes_sw32(*((uint32_t*)(x)+(c))) argument
613 # define word_out(x,c,v) (*((uint32_t*)(x)+(c)) = aes_sw32(v)) argument
722 #define no_table(x,box,vf,rf,c) bytes2word( \ argument
728 #define one_table(x,op,tab,vf,rf,c) \ argument
[all …]
/freebsd/sys/sys/
H A Dbus.h985 #define bus_read_multi_1(r, o, d, c) \ argument
987 #define bus_read_region_1(r, o, d, c) \ argument
989 #define bus_set_multi_1(r, o, v, c) \ argument
991 #define bus_set_region_1(r, o, v, c) \ argument
995 #define bus_write_multi_1(r, o, d, c) \ argument
997 #define bus_write_region_1(r, o, d, c) \ argument
1001 #define bus_read_multi_stream_1(r, o, d, c) \ argument
1003 #define bus_read_region_stream_1(r, o, d, c) \ argument
1005 #define bus_set_multi_stream_1(r, o, v, c) \ argument
1007 #define bus_set_region_stream_1(r, o, v, c) \ argument
[all …]
/freebsd/crypto/openssh/
H A Dcipher.c121 const struct sshcipher *c; in cipher_alg_list() local
154 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize()
160 cipher_keylen(const struct sshcipher *c) in cipher_keylen()
166 cipher_seclen(const struct sshcipher *c) in cipher_seclen()
174 cipher_authlen(const struct sshcipher *c) in cipher_authlen()
180 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen()
191 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc()
205 const struct sshcipher *c; in cipher_by_name() local
216 const struct sshcipher *c; in ciphers_valid() local
441 const struct sshcipher *c = cc->cipher; in cipher_get_keyiv() local
[all …]
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c134 init_completion(struct completion *c) in init_completion()
142 destroy_completion(struct completion *c) in destroy_completion()
149 complete(struct completion *c) in complete()
165 complete_all(struct completion *c) in complete_all()
181 INIT_COMPLETION_locked(struct completion *c) in INIT_COMPLETION_locked()
191 _completion_claim(struct completion *c) in _completion_claim()
204 wait_for_completion(struct completion *c) in wait_for_completion()
214 try_wait_for_completion(struct completion *c) in try_wait_for_completion()
228 wait_for_completion_interruptible_timeout(struct completion *c, unsigned long timeout) in wait_for_completion_interruptible_timeout()
266 wait_for_completion_interruptible(struct completion *c) in wait_for_completion_interruptible()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp_wrappers.h100 float s, c; in arm_math_sincospif_sin() local
107 float s, c; in arm_math_sincospif_cos() local
114 double s, c; in arm_math_sincospi_sin() local
121 double s, c; in arm_math_sincospi_cos() local
140 double s[2], c[2]; in ZVND1_WRAP() local
147 double s[2], c[2]; in v_sincospi_cos() local
154 float s[4], c[4]; in v_sincospif_sin() local
161 float s[4], c[4]; in v_sincospif_cos() local
170 float s[4], c[4]; in v_sincosf_sin() local
177 float s[4], c[4]; in v_sincosf_cos() local
[all …]
/freebsd/sys/dev/fb/
H A Dfbreg.h46 #define bcopy_io(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument
47 #define bcopy_toio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument
48 #define bcopy_fromio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument
49 #define bzero_io(d, c) bzero((void *)(d), (c)) argument
50 #define fill_io(p, d, c) fill((p), (void *)(d), (c)) argument
51 #define fillw_io(p, d, c) fillw((p), (void *)(d), (c)) argument
54 #define bcopy_io(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument
55 #define bcopy_toio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument
56 #define bcopy_fromio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument
57 #define bzero_io(d, c) ofwfb_bzero((void *)(d), (c)) argument
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dcollector.c56 struct hx509_collector *c; in _hx509_collector_alloc() local
89 _hx509_collector_get_lock(struct hx509_collector *c) in _hx509_collector_get_lock()
97 struct hx509_collector *c, in _hx509_collector_certs_add()
115 struct hx509_collector *c, in _hx509_collector_private_key_add()
207 hx509_cert c; in match_keys() local
252 struct hx509_collector *c, in _hx509_collector_collect_certs()
287 struct hx509_collector *c, in _hx509_collector_collect_private_keys()
317 _hx509_collector_free(struct hx509_collector *c) in _hx509_collector_free()
/freebsd/contrib/wireguard-tools/
H A Dctype.h13 static inline bool char_is_space(int c) in char_is_space()
19 static inline bool char_is_digit(int c) in char_is_digit()
24 static inline bool char_is_alpha(int c) in char_is_alpha()
/freebsd/usr.bin/localedef/
H A Dscanner.c250 int c; in scanc() local
264 unscanc(int c) in unscanc()
355 add_tok(int c) in add_tok()
371 add_wcs(wchar_t c) in add_wcs()
406 int c; in get_byte() local
440 get_escaped(int c) in get_escaped()
467 int c; in get_wide() local
509 int c; in get_symbol() local
662 int c; in scan_to_eol() local
676 int c; in yylex() local
/freebsd/crypto/openssl/crypto/bf/
H A Dbf_local.h15 # define n2ln(c,l1,l2,n) { \ argument
38 # define l2nn(l1,l2,c,n) { \ argument
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h68 IndexT Alloc(Cache *c) { in Alloc()
74 void Free(Cache *c, IndexT idx) { in Free()
87 void FlushCache(Cache *c) { in FlushCache()
91 void InitCache(Cache *c) { in InitCache()
130 NOINLINE void Refill(Cache *c) { in Refill()
150 NOINLINE void Drain(Cache *c) { in Drain()
170 NOINLINE void AllocSuperBlock(Cache *c) { in AllocSuperBlock()
/freebsd/crypto/heimdal/lib/roken/
H A Drtbl.c106 struct column_data *c = table->columns[i]; in rtbl_destroy() local
161 size_t c; in rtbl_new_row() local
223 struct column_data *c = rtbl_get_column (table, column); in rtbl_set_column_prefix() local
239 struct column_data *c = rtbl_get_column_by_id (table, id); in rtbl_set_column_affix_by_id() local
267 get_column_prefix (rtbl_t table, struct column_data *c) in get_column_prefix()
279 get_column_suffix (rtbl_t table, struct column_data *c) in get_column_suffix()
287 add_column_entry (struct column_data *c, const char *data) in add_column_entry()
307 struct column_data *c = rtbl_get_column_by_id (table, id); in rtbl_add_column_entry_by_id() local
336 struct column_data *c = rtbl_get_column (table, column); in rtbl_add_column_entry() local
371 struct column_data *c = table->columns[i]; in rtbl_format() local
[all …]
/freebsd/contrib/one-true-awk/
H A Dlex.c106 int c = input(); in peek() local
113 int c, retc; in gettok() local
182 int c; in yylex() local
380 int c, n; in string() local
516 int c, n; in word() local
563 int c; in regexpr() local
604 int c; in input() local
625 void unput(int c) /* put lexical character back on input */ in unput()
/freebsd/sys/ddb/
H A Ddb_input.c75 #define CTRL(c) ((c) & 0x1f) argument
95 db_putnchars(int c, int count) in db_putnchars()
126 db_inputchar(int c) in db_inputchar()
320 int c; in db_getc() local
342 db_raw_push(int c) in db_raw_push()
421 int c; in db_check_interrupt() local
/freebsd/contrib/tcsh/
H A Dtc.nls.c59 NLSWidth(Char c) in NLSWidth()
80 Char c; in NLSStringWidth() local
99 Char c, *n, c2 = 0; in NLSChangeCase() local
119 NLSClassify(Char c, int nocomb, int drawPrompt) in NLSClassify()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h120 Cell *c = &bucket->cells[i]; in ForEach() local
130 Cell *c = &add->cells[i]; in ForEach() local
225 Cell *c = &b->cells[i]; in acquire() local
238 Cell *c = &add->cells[i]; in acquire() local
254 Cell *c = &b->cells[i]; in acquire() local
270 Cell *c = &add->cells[i]; in acquire() local
294 Cell *c = &b->cells[i]; in acquire() local
327 Cell *c = &add->cells[i]; in acquire() local
339 Cell *c = h->cell_; in release() local
/freebsd/cddl/compat/opensolaris/include/
H A Dsha2.h32 #define SHA256Init(c) SHA256_Init(c) argument
33 #define SHA256Update(c, d, s) SHA256_Update((c), (d), (s)) argument
34 #define SHA256Final(b, c) SHA256_Final((unsigned char *)(b), (c)) argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.SizeofBitField.d49 int c : 3; member
55 int c : 3; member
60 int c : 12; member
68 int c : 12; member
72 long c : 32; member
80 long c : 32; member
86 int c : 32; member
/freebsd/contrib/less/
H A Dcommand.c367 static lbool is_erase_char(char c) in is_erase_char()
375 static lbool is_newline_char(char c) in is_newline_char()
383 static int mca_opt_first_char(char c) in mca_opt_first_char()
434 static int mca_opt_nonfirst_char(char c) in mca_opt_nonfirst_char()
487 static int mca_opt_char(char c) in mca_opt_char()
565 static int mca_search_char(char c) in mca_search_char()
645 static int mca_char(char c) in mca_char()
1046 char c = ug->ug_char; in get_ungot() local
1071 int c = 0; in getccu() local
1099 char c; in getcc_repl() local
[all …]
/freebsd/crypto/openssl/crypto/sha/
H A Dsha256.c27 int SHA224_Init(SHA256_CTX *c) in SHA224_Init()
42 int SHA256_Init(SHA256_CTX *c) in SHA256_Init()
57 int ossl_sha256_192_init(SHA256_CTX *c) in ossl_sha256_192_init()
64 int SHA224_Update(SHA256_CTX *c, const void *data, size_t len) in SHA224_Update()
69 int SHA224_Final(unsigned char *md, SHA256_CTX *c) in SHA224_Final()
88 #define HASH_MAKE_STRING(c,s) do { \ argument
215 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local
279 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument
284 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument
297 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order_c() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c53 crypto_stream_chacha20(unsigned char *c, unsigned long long clen, in crypto_stream_chacha20()
60 crypto_stream_chacha20_ietf(unsigned char *c, unsigned long long clen, in crypto_stream_chacha20_ietf()
67 crypto_stream_chacha20_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_chacha20_xor_ic()
76 crypto_stream_chacha20_ietf_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_chacha20_ietf_xor_ic()
85 crypto_stream_chacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_chacha20_xor()
93 crypto_stream_chacha20_ietf_xor(unsigned char *c, const unsigned char *m, in crypto_stream_chacha20_ietf_xor()

12345678910>>...149