Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 2757) sorted by relevance

12345678910>>...111

/dragonfly/sys/dev/misc/ecc/
H A De5_imc_reg.h57 #define PCI_E5V2_IMC_CPGC_MCMTR_CHN_DISABLE(c) __BIT(16 + (c)) argument
58 #define PCI_E5V3_IMC_CPGC_MCMTR_CHN_DISABLE(c) __BIT(18 + (c)) argument
69 #define PCIFUNC_E5V2_IMC0_CTAD(c) (2 + (c)) argument
70 #define PCI_E5V2_IMC0_CTAD_DID_ID(c) (0x0eaa + (c)) argument
73 #define PCIFUNC_E5V3_IMC0_CTAD(c) (2 + (c)) argument
74 #define PCI_E5V3_IMC0_CTAD_DID_ID(c) (0x2faa + (c)) argument
76 #define PCIFUNC_E5V3_IMC1_CTAD(c) (2 + (c)) argument
77 #define PCI_E5V3_IMC1_CTAD_DID_ID(c) (0x2f6a + (c)) argument
H A Decc_e5.c86 #define ECC_E5_CHAN(v, imc, c, c_ext) \ argument
96 #define ECC_E5_CHAN_V2(c) ECC_E5_CHAN(2, 0, c, c) argument
97 #define ECC_E5_CHAN_IMC0_V3(c) ECC_E5_CHAN(3, 0, c, c) argument
98 #define ECC_E5_CHAN_IMC1_V3(c, c_ext) ECC_E5_CHAN(3, 1, c, c_ext) argument
146 const struct e5_imc_chan *c; in ecc_e5_probe() local
/dragonfly/usr.bin/localedef/
H A Dwide.c182 towide_none(wchar_t *c, const char *mb, unsigned n __unused) in towide_none()
210 wchar_t c; in towide_utf8() local
315 wchar_t c; in towide_dbcs() local
345 int n = 0, c; in tomb_mbs() local
405 wchar_t c; in towide_gb18030() local
448 wchar_t c; in towide_mskanji() local
484 wchar_t c; in towide_euc_impl() local
/dragonfly/usr.bin/window/
H A Dwwframe.c39 #define frameok(w, r, c) (w1 = wwindex[wwsmap[r][c]], \ argument
45 int r, c; in wwframe() local
189 wwframec(struct ww *f, int r, int c, char code) in wwframec()
/dragonfly/libexec/telnetd/
H A Dstate.c59 #define SB_ACCUM(c) if (subpointer < (subbuffer+sizeof subbuffer)) { \ argument
91 int c; in telrcv() local
1146 int c; in suboption() local
1266 int c; in suboption() local
1533 #define ADD(c) *ncp++ = c argument
1534 #define ADD_DATA(c) { *ncp++ = c; if (c == SE || c == IAC) *ncp++ = c; } argument
/dragonfly/contrib/mpc/src/
H A Dsin_cos.c81 mpfr_t s, c; in mpc_sin_cos_nonfinite() local
157 mpfr_t s, c; in mpc_sin_cos_nonfinite() local
185 mpfr_t s, c; in mpc_sin_cos_real() local
299 mpfr_t s, c, sh, ch, sch, csh; in mpc_sin_cos() local
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211.c136 struct ieee80211_channel *c; in ieee80211_chan_init() local
1118 set_extchan(struct ieee80211_channel *c) in set_extchan()
1137 struct ieee80211_channel *c; in addchan() local
1157 struct ieee80211_channel *c; in copychan_prev() local
1253 struct ieee80211_channel *c; in findchannel() local
1383 struct ieee80211_channel *c; in ieee80211_find_channel() local
1402 struct ieee80211_channel *c; in ieee80211_find_channel_byieee() local
1444 struct ieee80211_channel *c; in ieee80211_lookup_channel_rxstatus() local
1660 const struct ieee80211_channel *c; in ieee80211_announce_channels() local
2158 #define mix(a, b, c) \ argument
[all …]
/dragonfly/contrib/mdocml/
H A Dterm_ascii.c197 ascii_width(const struct termp *p, int c) in ascii_width()
210 ascii_letter(struct termp *p, int c) in ascii_letter()
376 locale_width(const struct termp *p, int c) in locale_width()
419 locale_letter(struct termp *p, int c) in locale_letter()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_util.c55 isochar(u_char *isofn, u_char *isoend, int joliet_level, u_short *c, in isochar()
106 u_short c, d; in isofncmp() local
168 u_short c, d = '\0'; in isofntrans() local
200 u_short c = '\0'; in sgetrune() local
/dragonfly/tools/tools/crypto/
H A Dcryptokeytest.c126 UB_mod_exp(BIGNUM *res, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx) in UB_mod_exp()
183 show_result(a, b, c, sw, hw) in show_result() argument
214 BIGNUM *a, *b, *c, *r1, *r2; in testit() local
266 int c, i; in main() local
/dragonfly/sys/dev/powermng/memtemp/
H A Dmemtemp_e5.c89 #define MEMTEMP_E5_CHAN(v, imc, c, c_ext) \ argument
99 #define MEMTEMP_E5_CHAN_V2(c) MEMTEMP_E5_CHAN(2, 0, c, c) argument
100 #define MEMTEMP_E5_CHAN_IMC0_V3(c) MEMTEMP_E5_CHAN(3, 0, c, c) argument
101 #define MEMTEMP_E5_CHAN_IMC1_V3(c, c_ext) \ argument
149 const struct e5_imc_chan *c; in memtemp_e5_probe() local
/dragonfly/sys/dev/drm/
H A Dlinux_completion.c31 wait_for_completion(struct completion *c) in wait_for_completion()
38 wait_for_completion_interruptible(struct completion *c) in wait_for_completion_interruptible()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenmodes.c781 int c; in calc_wider_mode() local
852 int c; in emit_insn_modes_h() local
954 int c; in emit_mode_name() local
968 int c; in emit_mode_class() local
982 int c; in emit_mode_precision() local
999 int c; in emit_mode_size() local
1014 int c; in emit_mode_nunits() local
1028 int c; in emit_mode_wider() local
1092 int c; in emit_mode_mask() local
1116 int c; in emit_mode_inner() local
[all …]
/dragonfly/contrib/dhcpcd/compat/
H A Drbtree.h134 #define RB_TAILQ_REMOVE(a, b, c) TAILQ_REMOVE(a, b, c) argument
136 #define RB_TAILQ_INSERT_HEAD(a, b, c) TAILQ_INSERT_HEAD(a, b, c) argument
137 #define RB_TAILQ_INSERT_BEFORE(a, b, c) TAILQ_INSERT_BEFORE(a, b, c) argument
138 #define RB_TAILQ_INSERT_AFTER(a, b, c, d) TAILQ_INSERT_AFTER(a, b, c, d) argument
140 #define RB_TAILQ_REMOVE(a, b, c) do { } while (/*CONSTCOND*/0) argument
142 #define RB_TAILQ_INSERT_HEAD(a, b, c) do { } while (/*CONSTCOND*/0) argument
143 #define RB_TAILQ_INSERT_BEFORE(a, b, c) do { } while (/*CONSTCOND*/0) argument
144 #define RB_TAILQ_INSERT_AFTER(a, b, c, d) do { } while (/*CONSTCOND*/0) argument
/dragonfly/usr.bin/tip/
H A Dtip.c421 char c = character(value(ESCAPE)); in escape() local
449 any(char c, char *p) in any()
471 char *p = buf, c, *q; in interp() local
493 ctrl(char c) in ctrl()
512 help(int c) in help()
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsgen.c305 register int c; in getcstdin() local
329 register int c, r; local
365 register int c; local
428 register int c; local
644 register int c; local
/dragonfly/sys/ddb/
H A Ddb_lex.c75 int c; in db_read_char() local
89 db_unread_char(int c) in db_unread_char()
161 int c; in db_lex() local
/dragonfly/sys/kern/
H A Dtty.c131 #define PARITY(c) (char_type[c] & O) argument
137 #define CCLASS(c) (char_type[c] & CCLASSMASK) argument
389 #define TTBREAKC(c, lflag) \ argument
398 ttyinput(int c, struct tty *tp) in ttyinput()
745 ttyoutput(int c, struct tty *tp) in ttyoutput()
1651 int c; in ttypend() local
1679 int c; in ttread() local
2186 ttyrub(int c, struct tty *tp) in ttyrub()
2300 int c; in ttyretype() local
2335 ttyecho(int c, struct tty *tp) in ttyecho()
[all …]
/dragonfly/lib/libc/stdio/
H A Dfputc.c45 fputc_unlocked(int c, FILE *fp) in fputc_unlocked()
51 fputc(int c, FILE *fp) in fputc()
/dragonfly/contrib/nvi2/regex/
H A Dregcomp.c141 #define SEE(c) (MORE() && PEEK() == (c)) argument
143 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument
151 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
291 char c; in p_ere() local
339 char c; in p_ere_exp() local
545 int c; in p_simp_re() local
766 char c; in p_b_term() local
833 char c; in p_b_cclass() local
862 char c; in p_b_eclass() local
1279 isinsets(struct re_guts *g, int c) in isinsets()
[all …]
/dragonfly/lib/libc/locale/
H A Dwctob.c41 wctob_l(wint_t c, locale_t locale) in wctob_l()
53 wctob(wint_t c) in wctob()
/dragonfly/lib/libc/citrus/
H A Dcitrus_bcs.h68 _citrus_bcs_toupper(uint8_t c) in _citrus_bcs_toupper()
75 _citrus_bcs_tolower(uint8_t c) in _citrus_bcs_tolower()
/dragonfly/usr.sbin/lpr/lpc/
H A Dlpc.c80 struct cmd *c; in main() local
137 struct cmd *c; in cmdscanner() local
225 struct cmd *c, *found; in getcmd() local
285 struct cmd *c; in help() local
/dragonfly/sys/libiconv/
H A Diconv_xlat16.c45 #define C2I1(c) ((c) & 0x8000 ? ((c) & 0xff) | 0x100 : (c) & 0xff) argument
46 #define C2I2(c) ((c) & 0x8000 ? ((c) >> 8) & 0x7f : ((c) >> 8) & 0xff) argument
300 iconv_xlat16_tolower(void *d2p, int c) in iconv_xlat16_tolower()
325 iconv_xlat16_toupper(void *d2p, int c) in iconv_xlat16_toupper()
/dragonfly/crypto/libressl/crypto/gost/
H A Dgostr341194.c133 hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M) in hash_step()
203 GOSTR341194_Init(GOSTR341194_CTX *c, int nid) in GOSTR341194_Init()
235 GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX * c) in GOSTR341194_Final()
261 GOSTR341194_CTX c; in GOSTR341194() local

12345678910>>...111