Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 2689) sorted by relevance

12345678910>>...108

/dragonfly/contrib/mdocml/
H A Dmdoc_markdown.c307 md_node(struct roff_node *n) in md_node()
860 md_pre_An(struct roff_node *n) in md_pre_An()
882 md_pre_Ap(struct roff_node *n) in md_pre_Ap()
891 md_pre_Bd(struct roff_node *n) in md_pre_Bd()
903 md_pre_Bk(struct roff_node *n) in md_pre_Bk()
924 md_pre_Bl(struct roff_node *n) in md_pre_Bl()
943 md_pre_D1(struct roff_node *n) in md_pre_D1()
972 md_pre_Dl(struct roff_node *n) in md_pre_Dl()
990 md_pre_En(struct roff_node *n) in md_pre_En()
1014 md_pre_Eo(struct roff_node *n) in md_pre_Eo()
[all …]
H A Dmdoc_validate.c640 struct roff_node *n; in post_bl_norm() local
810 struct roff_node *n; in post_bd() local
884 struct roff_node *n; in post_an_norm() local
910 struct roff_node *n; in post_eoln() local
930 struct roff_node *n; in build_list() local
957 struct roff_node *n; in post_ex() local
994 struct roff_node *n; in post_lb() local
1027 struct roff_node *n; in post_rv() local
1066 struct roff_node *n; in post_std() local
1225 struct roff_node *n; in post_obsolete() local
[all …]
/dragonfly/contrib/gmp/mpn/generic/
H A Dpowm.c142 mp_srcptr mp, mp_size_t n, mp_ptr tp) in mpn_powm()
327 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm() argument
328 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
337 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm() argument
338 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
361 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
371 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
381 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
417 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
440 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
[all …]
H A Dmod_34lsub1.c66 #define LOW0(n) ((n) & M3) argument
67 #define HIGH0(n) ((n) >> B3) argument
69 #define LOW1(n) (((n) & M2) << B1) argument
70 #define HIGH1(n) ((n) >> B2) argument
72 #define LOW2(n) (((n) & M1) << B2) argument
73 #define HIGH2(n) ((n) >> B1) argument
75 #define PARTS0(n) (LOW0(n) + HIGH0(n)) argument
76 #define PARTS1(n) (LOW1(n) + HIGH1(n)) argument
77 #define PARTS2(n) (LOW2(n) + HIGH2(n)) argument
87 mpn_mod_34lsub1 (mp_srcptr p, mp_size_t n) in mpn_mod_34lsub1()
/dragonfly/contrib/diffutils/lib/
H A Dbitrotate.h39 rotl64 (uint64_t x, int n) in rotl64()
48 rotr64 (uint64_t x, int n) in rotr64()
58 rotl32 (uint32_t x, int n) in rotl32()
67 rotr32 (uint32_t x, int n) in rotr32()
76 rotl_sz (size_t x, int n) in rotl_sz()
85 rotr_sz (size_t x, int n) in rotr_sz()
96 rotl16 (uint16_t x, int n) in rotl16()
107 rotr16 (uint16_t x, int n) in rotr16()
118 rotl8 (uint8_t x, int n) in rotl8()
129 rotr8 (uint8_t x, int n) in rotr8()
/dragonfly/contrib/grep/lib/
H A Dbitrotate.h39 rotl64 (uint64_t x, int n) in rotl64()
48 rotr64 (uint64_t x, int n) in rotr64()
58 rotl32 (uint32_t x, int n) in rotl32()
67 rotr32 (uint32_t x, int n) in rotr32()
76 rotl_sz (size_t x, int n) in rotl_sz()
85 rotr_sz (size_t x, int n) in rotr_sz()
96 rotl16 (uint16_t x, int n) in rotl16()
108 rotr16 (uint16_t x, int n) in rotr16()
120 rotl8 (uint8_t x, int n) in rotl8()
131 rotr8 (uint8_t x, int n) in rotr8()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h145 #define le_to_host16(n) (n) argument
146 #define host_to_le16(n) (n) argument
149 #define le_to_host32(n) (n) argument
150 #define host_to_le32(n) (n) argument
153 #define host_to_le64(n) (n) argument
190 #define be_to_host16(n) (n) argument
191 #define host_to_be16(n) (n) argument
194 #define be_to_host32(n) (n) argument
195 #define host_to_be32(n) (n) argument
198 #define be_to_host64(n) (n) argument
[all …]
/dragonfly/contrib/ncurses/include/
H A Dnc_string.h63 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) argument
64 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m)) argument
66 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s)) argument
67 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strncat((d),(s),(n)) argument
71 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument
72 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument
74 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) argument
75 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strncpy((d),(s),(n)) argument
80 #define _nc_SLIMIT(n) NCURSES_CAST(size_t,n), argument
83 #define _nc_SLIMIT(n) /* nothing */ argument
/dragonfly/sys/dev/misc/syscons/
H A Dsctermvar.h93 sc_term_ins_char(scr_stat *scp, int n, int ch, int attr) in sc_term_ins_char()
109 sc_term_del_char(scr_stat *scp, int n, int ch, int attr) in sc_term_del_char()
125 sc_term_col(scr_stat *scp, int n) in sc_term_col()
133 sc_term_row(scr_stat *scp, int n) in sc_term_row()
141 sc_term_up(scr_stat *scp, int n, int head) in sc_term_up()
152 sc_term_down(scr_stat *scp, int n, int tail) in sc_term_down()
165 sc_term_left(scr_stat *scp, int n) in sc_term_left()
173 sc_term_right(scr_stat *scp, int n) in sc_term_right()
213 sc_term_clr_eos(scr_stat *scp, int n, int ch, int attr) in sc_term_clr_eos()
266 sc_term_tab(scr_stat *scp, int n) in sc_term_tab()
[all …]
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdac_reg.h81 #define _HDAC_ISDOFFSET(n, iss, oss) (0x80 + ((n) * 0x20)) argument
82 #define _HDAC_ISDCTL(n, iss, oss) (0x00 + _HDAC_ISDOFFSET(n, iss, oss)) argument
83 #define _HDAC_ISDSTS(n, iss, oss) (0x03 + _HDAC_ISDOFFSET(n, iss, oss)) argument
85 #define _HDAC_ISDCBL(n, iss, oss) (0x08 + _HDAC_ISDOFFSET(n, iss, oss)) argument
86 #define _HDAC_ISDLVI(n, iss, oss) (0x0c + _HDAC_ISDOFFSET(n, iss, oss)) argument
88 #define _HDAC_ISDFMT(n, iss, oss) (0x12 + _HDAC_ISDOFFSET(n, iss, oss)) argument
93 #define _HDAC_OSDCTL(n, iss, oss) (0x00 + _HDAC_OSDOFFSET(n, iss, oss)) argument
94 #define _HDAC_OSDSTS(n, iss, oss) (0x03 + _HDAC_OSDOFFSET(n, iss, oss)) argument
96 #define _HDAC_OSDCBL(n, iss, oss) (0x08 + _HDAC_OSDOFFSET(n, iss, oss)) argument
97 #define _HDAC_OSDLVI(n, iss, oss) (0x0c + _HDAC_OSDOFFSET(n, iss, oss)) argument
[all …]
H A Dhdac_private.h54 #define HDAC_ISDCTL(sc, n) (_HDAC_ISDCTL((n), (sc)->num_iss, (sc)->num_oss)) argument
55 #define HDAC_ISDSTS(sc, n) (_HDAC_ISDSTS((n), (sc)->num_iss, (sc)->num_oss)) argument
57 #define HDAC_ISDCBL(sc, n) (_HDAC_ISDCBL((n), (sc)->num_iss, (sc)->num_oss)) argument
58 #define HDAC_ISDLVI(sc, n) (_HDAC_ISDLVI((n), (sc)->num_iss, (sc)->num_oss)) argument
60 #define HDAC_ISDFMT(sc, n) (_HDAC_ISDFMT((n), (sc)->num_iss, (sc)->num_oss)) argument
64 #define HDAC_OSDCTL(sc, n) (_HDAC_OSDCTL((n), (sc)->num_iss, (sc)->num_oss)) argument
65 #define HDAC_OSDSTS(sc, n) (_HDAC_OSDSTS((n), (sc)->num_iss, (sc)->num_oss)) argument
67 #define HDAC_OSDCBL(sc, n) (_HDAC_OSDCBL((n), (sc)->num_iss, (sc)->num_oss)) argument
68 #define HDAC_OSDLVI(sc, n) (_HDAC_OSDLVI((n), (sc)->num_iss, (sc)->num_oss)) argument
73 #define HDAC_BSDCTL(sc, n) (_HDAC_BSDCTL((n), (sc)->num_iss, (sc)->num_oss)) argument
[all …]
/dragonfly/contrib/nvi2/regex/
H A Dregexec.c64 #define SET0(v, n) ((v) &= ~(1 << (n))) argument
65 #define SET1(v, n) ((v) |= 1 << (n)) argument
66 #define ISSET(v, n) ((v) & (1 << (n))) argument
70 #define STATESETUP(m, n) /* nothing */ argument
74 #define INIT(o, n) ((o) = (unsigned)1 << (n)) argument
81 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n))) argument
111 #define SET0(v, n) ((v)[n] = 0) argument
112 #define SET1(v, n) ((v)[n] = 1) argument
113 #define ISSET(v, n) ((v)[n]) argument
123 #define INIT(o, n) ((o) = (n)) argument
[all …]
/dragonfly/usr.sbin/autofs/
H A Dcommon.c149 struct node *n; in node_new_root() local
167 struct node *n; in node_new() local
198 struct node *n; in node_new_map() local
229 struct node *n; in node_duplicate() local
244 node_delete(struct node *n) in node_delete()
425 node_expand_defined(struct node *n) in node_expand_defined()
449 node_is_direct_key(const struct node *n) in node_is_direct_key()
461 node_is_direct_map(const struct node *n) in node_is_direct_map()
520 node_expand_direct_maps(struct node *n) in node_expand_direct_maps()
560 node_path(const struct node *n) in node_path()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dstrstream.cc59 streamsize n = std::max(initial_capacity, streamsize(16)); in strstreambuf() local
73 streamsize n = 16; in strstreambuf() local
83 strstreambuf::strstreambuf(char* get, streamsize n, char* put) throw () in strstreambuf()
93 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf()
99 strstreambuf::strstreambuf(const char* get, streamsize n) throw () in strstreambuf()
299 strstreambuf::_M_alloc(size_t n) in _M_alloc()
320 strstreambuf::_M_setup(char* get, char* put, streamsize n) throw () in _M_setup()
344 istrstream::istrstream(char* s, streamsize n) in istrstream()
348 istrstream::istrstream(const char* s, streamsize n) in istrstream()
366 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dstrstream.cc60 streamsize n = std::max(initial_capacity, streamsize(16)); in strstreambuf() local
74 streamsize n = 16; in strstreambuf() local
84 strstreambuf::strstreambuf(char* get, streamsize n, char* put) throw () in strstreambuf()
94 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf()
100 strstreambuf::strstreambuf(const char* get, streamsize n) throw () in strstreambuf()
300 strstreambuf::_M_alloc(size_t n) in _M_alloc()
321 strstreambuf::_M_setup(char* get, char* put, streamsize n) throw () in _M_setup()
345 istrstream::istrstream(char* s, streamsize n) in istrstream()
349 istrstream::istrstream(const char* s, streamsize n) in istrstream()
367 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream()
[all …]
/dragonfly/lib/libusb/
H A Dlibusb20_desc.h113 #define LIBUSB20_ME_STRUCT(n, field, arg, ismeta) \ argument
129 #define LIBUSB20_ME_UINT8_T(n, field, arg, ismeta) \ argument
207 #define LIBUSB20_DEVICE_DESC(m,n) \ argument
225 #define LIBUSB20_ENDPOINT_DESC(m,n) \ argument
237 #define LIBUSB20_INTERFACE_DESC(m,n) \ argument
250 #define LIBUSB20_CONFIG_DESC(m,n) \ argument
262 #define LIBUSB20_CONTROL_SETUP(m,n) \ argument
271 #define LIBUSB20_SS_ENDPT_COMP_DESC(m,n) \ argument
280 #define LIBUSB20_USB_20_DEVCAP_DESC(m,n) \ argument
288 #define LIBUSB20_SS_USB_DEVCAP_DESC(m,n) \ argument
[all …]
/dragonfly/usr.bin/window/
H A Dttzapple.c103 zz_insline(int n) in zz_insline()
114 zz_delline(int n) in zz_delline()
135 zz_write(const char *p, int n) in zz_write()
301 zz_insspace(int n) in zz_insspace()
312 zz_delchar(int n) in zz_delchar()
323 zz_scroll_down(int n) in zz_scroll_down()
337 zz_scroll_up(int n) in zz_scroll_up()
360 zz_set_token(int t, char *s, int n) in zz_set_token()
394 zz_rint(char *p, int n) in zz_rint()
450 zz_checksum(char *p, int n) in zz_checksum()
/dragonfly/contrib/cvs-1.12/lib/
H A Dxmalloc.c46 xnmalloc_inline (size_t n, size_t s) in xnmalloc_inline()
55 xnmalloc (size_t n, size_t s) in xnmalloc()
63 xmalloc (size_t n) in xmalloc()
72 xnrealloc_inline (void *p, size_t n, size_t s) in xnrealloc_inline()
80 xnrealloc (void *p, size_t n, size_t s) in xnrealloc()
89 xrealloc (void *p, size_t n) in xrealloc()
153 size_t n = *pn; in x2nrealloc_inline() local
212 xcalloc (size_t n, size_t s) in xcalloc()
/dragonfly/contrib/expat/lib/
H A Dxmltok_impl.c45 # define IS_INVALID_CHAR(enc, ptr, n) (0) argument
48 # define INVALID_LEAD_CASE(n, ptr, nextTokPtr) \ argument
69 # define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \ argument
98 # define CHECK_NMSTRT_CASE(n, enc, ptr, end, nextTokPtr) \ argument
360 size_t n = end - ptr; in PREFIX() local
399 # define LEAD_CASE(n) \ in PREFIX() argument
828 size_t n = end - ptr; in PREFIX() local
874 # define LEAD_CASE(n) \ in PREFIX() argument
1023 size_t n = end - ptr; in PREFIX() local
1143 # define LEAD_CASE(n) \ in PREFIX() argument
[all …]
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c712 #define PREQ_TSEQ(n) preq->preq_targets[n].target_seq argument
772 #define PERR_DFLAGS(n) perr->perr_dests[n].dest_flags argument
773 #define PERR_DADDR(n) perr->perr_dests[n].dest_addr argument
774 #define PERR_DSEQ(n) perr->perr_dests[n].dest_seq argument
776 #define PERR_DRCODE(n) perr->perr_dests[n].dest_rcode argument
854 #define PREQ_TSEQ(n) preq.preq_targets[n].target_seq argument
1677 #define PERR_DADDR(n) perr.perr_dests[n].dest_addr argument
1678 #define PERR_DSEQ(n) perr.perr_dests[n].dest_seq argument
1715 #define PERR_DSEQ(n) perr->perr_dests[n].dest_seq argument
1881 #define PERR_DADDR(n) perr.perr_dests[n].dest_addr argument
[all …]
/dragonfly/contrib/tcsh-6/
H A Ded.term.c762 struct ltchars *n = &td->d_ltc; in tty_getchar() local
776 struct termios *n = &td->d_t; in tty_getchar() local
862 struct ttypagestat *n = &td->d_pc; in tty_getchar() local
873 struct tchars *n = &td->d_tc; in tty_getchar() local
886 struct sgttyb *n = &td->d_t; in tty_getchar() local
902 struct ltchars *n = &td->d_ltc; in tty_setchar() local
916 struct termios *n = &td->d_t; in tty_setchar() local
1002 struct ttypagestat *n = &td->d_pc; in tty_setchar() local
1015 struct tchars *n = &td->d_tc; in tty_setchar() local
1027 struct sgttyb *n = &td->d_t; in tty_setchar() local
/dragonfly/contrib/awk/
H A Dawk.h213 #define isexit(n) ((n)->csub == JEXIT) argument
215 #define iscont(n) ((n)->csub == JCONT) argument
217 #define isret(n) ((n)->csub == JRET) argument
218 #define isrec(n) ((n)->tval & REC) argument
219 #define isfld(n) ((n)->tval & FLD) argument
220 #define isstr(n) ((n)->tval & STR) argument
221 #define isnum(n) ((n)->tval & NUM) argument
222 #define isarr(n) ((n)->tval & ARR) argument
223 #define isfcn(n) ((n)->tval & FCN) argument
224 #define istrue(n) ((n)->csub == BTRUE) argument
[all …]
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dunistr.h152 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) in u8_mbtouc_unsafe()
175 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) in u16_mbtouc_unsafe()
219 u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) in u8_mbtouc()
242 u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) in u16_mbtouc()
315 u8_uctomb (uint8_t *s, ucs4_t uc, int n) in u8_uctomb()
337 u16_uctomb (uint16_t *s, ucs4_t uc, int n) in u16_uctomb()
356 u32_uctomb (uint32_t *s, ucs4_t uc, int n) in u32_uctomb()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dunistr.h152 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) in u8_mbtouc_unsafe()
175 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) in u16_mbtouc_unsafe()
219 u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) in u8_mbtouc()
242 u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) in u16_mbtouc()
315 u8_uctomb (uint8_t *s, ucs4_t uc, int n) in u8_uctomb()
337 u16_uctomb (uint16_t *s, ucs4_t uc, int n) in u16_uctomb()
356 u32_uctomb (uint32_t *s, ucs4_t uc, int n) in u32_uctomb()
/dragonfly/usr.bin/bdes/
H A Dbdes.c102 #define WRITE(buf,n) \ argument
414 int n = 0; /* the integer collected */ in setbits() local
512 int n; /* number of bytes actually read */ in ecbdec() local
545 int n; /* number of bytes actually read */ in cbcenc() local
579 int n; /* number of bytes actually read */ in cbcdec() local
662 int n; /* number of bytes actually read */ in cfbenc() local
704 int n; /* number of bytes actually read */ in cfbdec() local
751 int n; /* number of bytes actually read */ in cfbaenc() local
796 int n; /* number of bytes actually read */ in cfbadec() local
844 int n; /* number of bytes actually read */ in ofbenc() local
[all …]

12345678910>>...108