Home
last modified time | relevance | path

Searched defs:n (Results 126 – 150 of 3201) sorted by relevance

12345678910>>...129

/dragonfly/sys/dev/drm/include/asm/
H A Duaccess.h35 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user()
43 copy_from_user(void *to, const void *from, unsigned long n) in copy_from_user()
75 __copy_to_user_inatomic(void __user *to, const void *from, unsigned n) in __copy_to_user_inatomic()
82 unsigned long n) in __copy_from_user_inatomic_nocache()
/dragonfly/crypto/libressl/crypto/lhash/
H A Dlh_stats.c103 LHASH_NODE *n; in lh_node_stats() local
116 LHASH_NODE *n; in lh_node_usage_stats() local
217 LHASH_NODE *n; in lh_node_stats_bio() local
230 LHASH_NODE *n; in lh_node_usage_stats_bio() local
/dragonfly/contrib/mdocml/
H A Dman_macro.c95 struct roff_node *n; in man_unscope() local
162 struct roff_node *n; in rew_scope() local
343 struct roff_node *n; in blk_imp() local
386 struct roff_node *n; in in_line_eoln() local
/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_eval_pm2rexp.c31 #define DO_mpn_addlsh_n(dst,src,n,s,ws) mpn_addlsh_n(dst,dst,src,n,s) argument
34 DO_mpn_addlsh_n(mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws) in DO_mpn_addlsh_n()
49 unsigned int q, mp_srcptr ap, mp_size_t n, mp_size_t t, in mpn_toom_eval_pm2rexp()
H A Dmullo_n.c129 mpn_mullo_n_itch (mp_size_t n) in mpn_mullo_n_itch()
139 mpn_dc_mullo_n (mp_ptr rp, mp_srcptr xp, mp_srcptr yp, mp_size_t n, mp_ptr tp) in mpn_dc_mullo_n()
205 mpn_mullo_n (mp_ptr rp, mp_srcptr xp, mp_srcptr yp, mp_size_t n) in mpn_mullo_n()
/dragonfly/sys/kern/
H A Dtty_subr.c53 int n; in clist_alloc_cblocks() local
127 clist_qtob(struct clist *cl, char *dest, int n) in clist_qtob()
155 ndflush(struct clist *cl, int n) in ndflush()
194 clist_btoq(char *src, int n, struct clist *cl) in clist_btoq()
/dragonfly/contrib/gmp/mpz/
H A Dfac_ui.c36 #define MPZ_SET_1_NZ(z,n) \ argument
45 #define MPZ_MUL_1_POS(dst,src,n) \ argument
107 mpz_fac_ui (mpz_ptr x, unsigned long n) in mpz_fac_ui()
332 unsigned long stc = 1, stn = 0, n, y, mask, a, nm = 1; in odd_product() local
/dragonfly/bin/sh/pregenerated/
H A Dnodes.c103 union node n; member
111 copyfunc(union node *n) in copyfunc()
139 calcsize(union node *n, struct nodesize *result) in calcsize()
231 copynode(union node *n, struct nodecopystate *state) in copynode()
/dragonfly/crypto/libressl/ssl/
H A Dtls13_quic.c23 tls13_quic_wire_read_cb(void *buf, size_t n, void *arg) in tls13_quic_wire_read_cb()
33 tls13_quic_wire_write_cb(const void *buf, size_t n, void *arg) in tls13_quic_wire_write_cb()
57 tls13_quic_handshake_read_cb(void *buf, size_t n, void *arg) in tls13_quic_handshake_read_cb()
68 tls13_quic_handshake_write_cb(const void *buf, size_t n, void *arg) in tls13_quic_handshake_write_cb()
/dragonfly/lib/libfetch/
H A Dcommon.h136 #define ftp_seterr(n) fetch_seterr(ftp_errlist, n) argument
137 #define http_seterr(n) fetch_seterr(http_errlist, n) argument
138 #define netdb_seterr(n) fetch_seterr(netdb_errlist, n) argument
139 #define url_seterr(n) fetch_seterr(url_errlist, n) argument
140 #define socks5_seterr(n) fetch_seterr(socks5_errlist, n) argument
/dragonfly/test/debug/
H A Dcrc32hw.c52 uint32_t n, crc, k; in crc32c_init_sw() local
132 int n; in gf2_matrix_square() local
145 int n; in crc32c_zeros_op() local
184 uint32_t n; in crc32c_zeros() local
349 size_t off, n; in main() local
/dragonfly/usr.bin/m4/
H A Deval.c125 int c, n; in expand_builtin() local
517 int n; in expand_macro() local
657 int n; in dodump() local
674 int n; in dotrace() local
805 dodiv(int n) in dodiv()
839 int n; in doundiv() local
/dragonfly/crypto/libressl/crypto/modes/
H A Dccm128.c157 unsigned int n=8; in ctr64_inc() local
174 size_t n; in CRYPTO_ccm128_encrypt() local
249 size_t n; in CRYPTO_ccm128_decrypt() local
312 { size_t n=8, val=0; in ctr64_add() local
328 size_t n; in CRYPTO_ccm128_encrypt_ccm64() local
385 size_t n; in CRYPTO_ccm128_decrypt_ccm64() local
H A Dcfb128.c71 unsigned int n; in CRYPTO_cfb128_encrypt() local
178 int n,rem,num; in cfbr_encrypt_block() local
212 size_t n; in CRYPTO_cfb128_1_encrypt() local
229 size_t n; in CRYPTO_cfb128_8_encrypt() local
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gcd.c252 BN_mod_inverse_internal(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx, in BN_mod_inverse_internal()
544 BN_mod_inverse(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) in BN_mod_inverse()
552 BN_mod_inverse_nonct(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) in BN_mod_inverse_nonct()
558 BN_mod_inverse_ct(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) in BN_mod_inverse_ct()
567 BN_mod_inverse_no_branch(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, in BN_mod_inverse_no_branch()
737 BN_gcd_no_branch(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, in BN_gcd_no_branch()
/dragonfly/contrib/libedit/src/
H A Dchared.c239 c__prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in c__prev_word()
263 c__next_word(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in c__next_word()
281 cv_next_word(EditLine *el, wchar_t *p, wchar_t *high, int n, in cv_next_word()
311 cv_prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in cv_prev_word()
375 cv__endword(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in cv__endword()
613 el_deletestr(EditLine *el, int n) in el_deletestr()
694 el_cursor(EditLine *el, int n) in el_cursor()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Doacc-mem.c200 splay_tree_key n; in acc_deviceptr() local
237 splay_tree_key n; in acc_hostptr() local
273 splay_tree_key n; in acc_is_present() local
374 splay_tree_key n = lookup_host (acc_dev, h, 1); in acc_unmap_data() local
430 splay_tree_key n; in present_create_copy() local
551 splay_tree_key n; local
610 splay_tree_key n; in update_dev_host() local
678 splay_tree_key n; in gomp_acc_remove_pointer() local
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos.h503 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument
506 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument
509 #define os_memset(s, c, n) memset(s, c, n) argument
512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) argument
527 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) argument
529 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) argument
539 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
545 #define os_strstr(h, n) strstr((h), (n)) argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Drtl.c150 rtvec_alloc (int n) in rtvec_alloc()
175 int n; in shallow_copy_rtvec() local
707 for (int i = 1, n = GET_NUM_ELEM (vec); i < n; ++i) in rtvec_all_equal_p() local
713 for (int i = 1, n = GET_NUM_ELEM (vec); i < n; ++i) in rtvec_all_equal_p() local
811 rtl_check_failed_bounds (const_rtx r, int n, const char *file, int line, in rtl_check_failed_bounds()
821 rtl_check_failed_type1 (const_rtx r, int n, int c1, const char *file, int line, in rtl_check_failed_type1()
831 rtl_check_failed_type2 (const_rtx r, int n, int c1, int c2, const char *file, in rtl_check_failed_type2()
887 cwi_check_failed_bounds (const_rtx x, int n, const char *file, int line, in cwi_check_failed_bounds()
897 rtvec_check_failed_bounds (const_rtvec r, int n, const char *file, int line, in rtvec_check_failed_bounds()
/dragonfly/contrib/xz/src/common/
H A Dtuklib_integer.h64 # define bswap16(n) __builtin_bswap16(n) argument
65 # define bswap32(n) __builtin_bswap32(n) argument
66 # define bswap64(n) __builtin_bswap64(n) argument
118 # define bswap16(n) (uint16_t)( \ argument
125 # define bswap32(n) (uint32_t)( \ argument
134 # define bswap64(n) (uint64_t)( \ argument
585 bsr32(uint32_t n) in bsr32()
640 clz32(uint32_t n) in clz32()
692 ctz32(uint32_t n) in ctz32()
/dragonfly/contrib/awk/
H A Dlib.c65 void recinit(unsigned int n) in recinit()
336 char *getargv(int n) /* get ARGV[n] */ in getargv()
384 int i, j, n; in fldbld() local
535 void newfld(int n) /* add field n after end of existing lastfld */ in newfld()
544 void setlastfld(int n) /* set lastfld cleaning fldtab cells if necessary */ in setlastfld()
559 Cell *fieldadr(int n) /* get nth field */ in fieldadr()
568 void growfldtab(int n) /* make new fields up to at least $n */ in growfldtab()
591 int i, tempstat, n; in refldbld() local
715 void bcheck2(int n, int c1, int c2) in bcheck2()
/dragonfly/contrib/diffutils/lib/
H A Dxmalloc.c39 xmalloc (size_t n) in xmalloc()
51 xrealloc (void *p, size_t n) in xrealloc()
93 xcalloc (size_t n, size_t s) in xcalloc()
/dragonfly/contrib/ncurses/progs/
H A Ddump_entry.c480 int n; in find_split() local
716 int n; in indent_DYN() local
754 int n; in has_params() local
1309 unsigned n; in kill_string() local
1322 PredIdx n; in find_string() local
1343 int n; in kill_labels() local
1369 int n; in kill_fkeys() local
1400 int n = 0; in one_one_mapping() local
1482 unsigned n; in dump_entry() local
1564 unsigned n; in dump_entry() local
[all …]
/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_flame.c72 int n; in hard_sniff_init() local
106 int n; in hard_sniff() local
152 int n; in sysctl_flame_graph_data() local
/dragonfly/contrib/nvi2/common/
H A Dkey.h13 #define FILE2INT5(sp,buf,n,nlen,w,wlen) \ argument
15 #define INT2FILE(sp,w,wlen,n,nlen) \ argument
17 #define CHAR2INT5(sp,buf,n,nlen,w,wlen) \ argument
19 #define INT2CHAR(sp,w,wlen,n,nlen) \ argument
28 #define FILE2INT5(sp,buf,n,nlen,w,wlen) \ argument
30 #define INT2FILE(sp,w,wlen,n,nlen) \ argument
32 #define CHAR2INT5(sp,buf,n,nlen,w,wlen) \ argument
34 #define INT2CHAR(sp,w,wlen,n,nlen) \ argument
36 #define INPUT2INT5(sp,buf,n,nlen,w,wlen) \ argument
43 #define FILE2INT(sp,n,nlen,w,wlen) \ argument
[all …]

12345678910>>...129