Home
last modified time | relevance | path

Searched defs:n (Results 76 – 100 of 3073) sorted by relevance

12345678910>>...123

/dragonfly/usr.bin/telnet/
H A Dfdset.h40 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) argument
41 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) argument
42 #define FD_ISSET(n, p) ((p)->fds_bits[0] & (1<<(n))) argument
/dragonfly/contrib/gmp/mpn/generic/
H A Ddump.c29 mpn_dump (mp_srcptr ptr, mp_size_t n) in mpn_dump()
66 mpn_recdump (mp_ptr p, mp_size_t n) in mpn_recdump()
79 mpn_dump (mp_srcptr p, mp_size_t n) in mpn_dump()
H A Dgcd.c49 #define CHOOSE_P(n) ( (n) < P_TABLE_SIZE ? p_table[n] : 2*(n)/3) argument
51 #define CHOOSE_P(n) (2*(n) / 3) argument
55 mpn_gcd (mp_ptr gp, mp_ptr up, mp_size_t usize, mp_ptr vp, mp_size_t n) in mpn_gcd()
172 median (double *v, size_t n) in median()
196 mp_size_t n; in main() local
H A Dgcdext.c31 mp_ptr rp, mp_srcptr ap, mp_ptr bp, mp_size_t n, mp_ptr tp) in hgcd_mul_matrix_vector()
88 #define COMPUTE_V_ITCH(n) (2*(n) + 1) argument
95 mp_srcptr ap, mp_srcptr bp, mp_size_t n, in compute_v()
185 #define CHOOSE_P_1(n) ((n) / 2) argument
186 #define CHOOSE_P_2(n) ((n) / 3) argument
190 mp_ptr ap, mp_size_t an, mp_ptr bp, mp_size_t n) in mpn_gcdext()
H A Dinvertappr.c46 #define LOG2C(n) \ argument
89 mpn_bc_invertappr (mp_ptr ip, mp_srcptr dp, mp_size_t n, mp_ptr tp) in mpn_bc_invertappr()
157 mpn_ni_invertappr (mp_ptr ip, mp_srcptr dp, mp_size_t n, mp_ptr scratch) in mpn_ni_invertappr()
288 mpn_invertappr (mp_ptr ip, mp_srcptr dp, mp_size_t n, mp_ptr scratch) in mpn_invertappr()
/dragonfly/sys/dev/drm/include/linux/
H A Dlog2.h44 is_power_of_2(unsigned long n) in is_power_of_2()
65 #define ilog2(n) \ argument
136 #define order_base_2(n) ilog2(roundup_pow_of_two(n)) argument
/dragonfly/contrib/mpfr/src/
H A Dsum.c50 mpfr_sum_sort (mpfr_srcptr *const tab, unsigned long n, mpfr_srcptr *perm) in mpfr_sum_sort()
98 count_sort (mpfr_srcptr *const tab, unsigned long n, in count_sort()
132 heap_sort (mpfr_srcptr *const tab, unsigned long n, mpfr_srcptr *perm) in heap_sort()
220 sum_once (mpfr_ptr ret, mpfr_srcptr *const tab, unsigned long n, mpfr_prec_t F) in sum_once()
244 mpfr_sum (mpfr_ptr ret, mpfr_ptr *const tab_p, unsigned long n, mpfr_rnd_t rnd) in mpfr_sum()
/dragonfly/sys/sys/
H A D_fd_set.h61 #define _fdset_mask(n) ((__fd_mask)1 << ((unsigned int)(n) % __NFDBITS)) argument
62 #define FD_SET(n, p) \ argument
64 #define FD_CLR(n, p) \ argument
66 #define FD_ISSET(n, p) \ argument
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_scroll.c81 #define BottomLimit(n) ((n) >= 0 && (n) >= top) in NCURSES_EXPORT() argument
82 #define TopLimit(n) ((n) <= win->_maxy && (n) <= bottom) in NCURSES_EXPORT() argument
139 wscrl(WINDOW *win, int n) in wscrl()
/dragonfly/contrib/binutils-2.34/gold/
H A Dsystem.h52 # define ngettext(Msgid1, Msgid2, n) \ argument
54 # define dngettext(Domainname, Msgid1, Msgid2, n) \ argument
56 # define dcngettext(Domainname, Msgid1, Msgid2, n, Category) \ argument
77 #define reserve_unordered_map(map, n) ((map)->rehash(n)) argument
91 #define reserve_unordered_map(map, n) ((map)->rehash(n)) argument
/dragonfly/contrib/lvm2/dist/libdm/regex/
H A Dparse_rx.c207 struct rx_node *n = dm_pool_zalloc(mem, sizeof(*n)); in _node() local
225 struct rx_node *n; in _term() local
257 struct rx_node *l, *n; in _closure_term() local
294 struct rx_node *l, *r, *n; in _cat_term() local
313 struct rx_node *l, *r, *n; in _or_term() local
/dragonfly/crypto/libressl/crypto/modes/
H A Dctr128.c68 u32 n=16; in ctr128_inc() local
120 unsigned int n; in CRYPTO_ctr128_encrypt() local
178 u32 n=12; in ctr96_inc() local
195 unsigned int n,ctr32; in CRYPTO_ctr128_encrypt_ctr32() local
/dragonfly/lib/libc/stdlib/
H A Dradixsort.c88 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) in radixsort()
100 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) in sradixsort()
119 #define pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si argument
120 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i argument
125 r_sort_a(const u_char **a, int n, int i, const u_char *tr, u_int endch) in r_sort_a()
223 r_sort_b(const u_char **a, const u_char **ta, int n, int i, const u_char *tr, in r_sort_b()
293 simplesort(const u_char **a, int n, int b, const u_char *tr, u_int endch) in simplesort()
/dragonfly/contrib/lvm2/dist/libdm/datastruct/
H A Dhash.c63 struct dm_hash_node *n = dm_malloc(sizeof(*n) + len); in _create_node() local
125 struct dm_hash_node *c, *n; in _free_nodes() local
175 struct dm_hash_node *n = _create_node(key, len); in dm_hash_insert_binary() local
224 struct dm_hash_node *c, *n; in dm_hash_iter() local
242 struct dm_hash_node *n) in dm_hash_get_key()
248 struct dm_hash_node *n) in dm_hash_get_data()
269 struct dm_hash_node *dm_hash_get_next(struct dm_hash_table *t, struct dm_hash_node *n) in dm_hash_get_next()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsbitmap.c394 unsigned int i, n = dst->size; in sbitmap_union_of_diff_cg() local
416 unsigned int i, n = dst->size; in sbitmap_union_of_diff() local
434 unsigned int i, n = dst->size; in sbitmap_not() local
488 unsigned int i, n; in sbitmap_any_common_bits() local
504 unsigned int i, n = dst->size; in sbitmap_a_and_b_cg() local
525 unsigned int i, n = dst->size; in sbitmap_a_and_b() local
556 unsigned int i, n = dst->size; in sbitmap_a_xor_b_cg() local
577 unsigned int i, n = dst->size; in sbitmap_a_xor_b() local
659 unsigned int i, n = a->size; in sbitmap_a_subset_b_p() local
930 unsigned int n = 0; in sbitmap_first_set_bit() local
[all …]
/dragonfly/lib/libc/stdio/
H A Dstdio.c50 __sread(void *cookie, char *buf, int n) in __sread()
58 __swrite(void *cookie, const char *buf, int n) in __swrite()
84 _sread(FILE *fp, char *buf, int n) in _sread()
102 _swrite(FILE *fp, const char *buf, int n) in _swrite()
/dragonfly/games/battlestar/
H A Dfly.c180 int r, c, n; in screen() local
197 int n; in target() local
210 int n; in notarget() local
223 int n; in blast() local
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c159 # define OLDNUM(sp,n) oldnums[n] argument
162 # define TR(n, a) if (_nc_tracing & (n)) { _tracef a ; putchar('\n'); } argument
309 int n; in NCURSES_SP_NAME() local
342 int n; in main() local
/dragonfly/usr.bin/bc/
H A Dbc.y306 ssize_t n; variable
336 ssize_t n; variable
385 int n = node(prologue, $8, epilogue, variable
657 ssize_t n = node(cs("R"), $5, END_NODE); variable
663 ssize_t n = node(cs("R"), $5, END_NODE); variable
927 add_par(ssize_t n) in add_par()
934 add_local(ssize_t n) in add_local()
944 int n; in yyerror() local
/dragonfly/contrib/dialog/
H A Dbuttons.c109 size_t n; in was_hotkey() local
135 size_t n; in get_hotkeys() local
251 int n; in dlg_button_sizes() local
373 int n; in dlg_draw_buttons() local
563 int n = 0; in dlg_exit_label() local
598 finish_ok_label(const char **labels, int n) in finish_ok_label()
618 int n = 0; in dlg_ok_label() local
638 int n = 0; in dlg_ok_labels() local
659 int n = !dialog_vars.nook; in dlg_ok_buttoncode() local
736 int i, n; in dlg_default_button() local
[all …]
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_debug.h50 #define ENTERN(n) do { \ argument
78 #define RETURNN(n) do { \ argument
102 #define ENTERN(n) argument
107 #define RETURNN(n) return (n) argument
/dragonfly/usr.bin/window/
H A Dwwiomux.c155 int n; in wwiomux() local
218 int n = wwwrite(w, w->ww_obp, w->ww_obq - w->ww_obp); in wwiomux() local
227 int n = wwwrite(w, w->ww_obp, in wwiomux() local
/dragonfly/usr.sbin/usbconfig/
H A Ddump.c41 #define DUMP0(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument
42 #define DUMP1(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument
43 #define DUMP2(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument
44 #define DUMP3(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument
302 uint8_t n; in dump_device_info() local
452 uint8_t n; in dump_string_by_index() local
/dragonfly/crypto/openssh/
H A Daddr.c141 addr_invert(struct xaddr *n) in addr_invert()
167 addr_netmask(int af, u_int l, struct xaddr *n) in addr_netmask()
196 addr_hostmask(int af, u_int l, struct xaddr *n) in addr_hostmask()
305 addr_pton(const char *p, struct xaddr *n) in addr_pton()
365 addr_ntop(const struct xaddr *n, char *p, size_t len) in addr_ntop()
386 addr_pton_cidr(const char *p, struct xaddr *n, u_int *l) in addr_pton_cidr()
/dragonfly/sys/bus/u4b/controller/
H A Dxhcireg.h102 #define XHCI_DNCTRL_MASK(n) (1U << (n)) argument
116 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ argument
143 #define XHCI_PORTPMSC(n) (0x3F4 + (0x10 * (n))) /* XHCI status and control */ argument
156 #define XHCI_PORTLI(n) (0x3F8 + (0x10 * (n))) /* XHCI port link info */ argument
158 #define XHCI_PORTRSV(n) (0x3FC + (0x10 * (n))) /* XHCI port reserved */ argument
163 #define XHCI_IMAN(n) (0x0020 + (0x20 * (n))) /* XHCI interrupt management */ argument
166 #define XHCI_IMOD(n) (0x0024 + (0x20 * (n))) /* XHCI interrupt moderation */ argument
173 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) /* XHCI event ring segment table size */ argument
178 #define XHCI_ERDP_LO(n) (0x0038 + (0x20 * (n))) /* XHCI event ring dequeue pointer */ argument
181 #define XHCI_ERDP_HI(n) (0x003C + (0x20 * (n))) /* XHCI event ring dequeue pointer */ argument
[all …]

12345678910>>...123