Home
last modified time | relevance | path

Searched defs:r (Results 1226 – 1250 of 2786) sorted by relevance

1...<<41424344454647484950>>...112

/freebsd/tools/test/stress2/testcases/tcp/
H A Dtcp.c103 int i, *buf, r; in writer() local
/freebsd/sys/contrib/ck/include/spinlock/
H A Dhclh.h65 bool r; in ck_spinlock_hclh_locked() local
/freebsd/crypto/openssl/crypto/
H A DLPdir_vms.c72 char *p, *r; in LP_find_file() local
/freebsd/sys/dev/ofw/
H A Dofwbus.c174 ofwbus_release_resource(device_t bus, device_t child, struct resource *r) in ofwbus_release_resource()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_truncated_filter.c43 int i, r, use_prog; in test_truncation() local
/freebsd/crypto/libecc/include/libecc/sig/
H A Decsdsa.h67 u8 r[MAX_DIGEST_SIZE]; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_cmdline.c112 int r; in __archive_cmdline_parse() local
H A Darchive_write_set_format_mtree.c364 const char *r, *s, *x; in mtree_indent() local
780 int r; in mtree_entry_new() local
916 int r, r2; in archive_write_mtree_header() local
1473 int r; in archive_write_set_format_mtree_classic() local
1806 int r; in mtree_entry_setup_filenames() local
1960 int r; in mtree_entry_create_virtual_dir() local
2077 int l, r; in mtree_entry_tree_add() local
/freebsd/crypto/openssl/crypto/idea/
H A Didea_local.h10 #define idea_mul(r,a,b,ul) \ argument
/freebsd/sys/dev/ice/
H A Dice_flow.c1342 struct ice_rss_cfg *r, *tmp; ice_rem_vsi_rss_list() local
1444 struct ice_rss_cfg *r, *tmp; ice_rem_rss_list() local
1485 struct ice_rss_cfg *r, *rss_cfg; ice_add_rss_list() local
1927 struct ice_rss_cfg *r; ice_replay_rss_cfg() local
1958 struct ice_rss_cfg *r; ice_get_rss_cfg() local
[all...]
/freebsd/sys/net/
H A Dnetmap_user.h142 nm_ring_next(struct netmap_ring *r, uint32_t i) in nm_ring_next()
153 nm_tx_pending(struct netmap_ring *r) in nm_tx_pending()
946 struct netmap_ring *r = NETMAP_TXRING(d->nifp, i); in nm_open() local
950 struct netmap_ring *r = NETMAP_RXRING(d->nifp, i); in nm_open() local
1018 struct netmap_ring *r = NETMAP_RXRING(nifp, d->first_rx_ring); in nm_mmap() local
/freebsd/stand/kshim/
H A Dbsd_kernel.c179 bus_setup_intr(device_t dev, struct resource *r, int flags, in bus_setup_intr()
191 bus_teardown_intr(device_t dev, struct resource *r, void *cookie) in bus_teardown_intr()
202 bus_release_resource(device_t dev, int type, int rid, struct resource *r) in bus_release_resource()
219 rman_get_bustag(struct resource *r) in rman_get_bustag()
226 rman_get_bushandle(struct resource *r) in rman_get_bushandle()
233 rman_get_size(struct resource *r) in rman_get_size()
/freebsd/crypto/openssh/
H A Dscp.c474 int ch, fflag, tflag, status, r, n; in main() local
758 int r; in parse_scp_uri() local
1046 int i, r, status; in toremote() local
1241 int i, r, sport = -1; in tolocal() local
1559 int i, r, err = 0, dst_is_dir; in sink_sftp() local
1997 int i, r, targetisdir, err = 0; local
H A Drijndael.c767 int r; in rijndaelEncrypt() local
/freebsd/sys/dev/ti/
H A Dif_ti.c1393 struct ti_rx_desc *r; in ti_newbuf_std() local
1448 struct ti_rx_desc *r; in ti_newbuf_mini() local
1505 struct ti_rx_desc *r; in ti_newbuf_jumbo() local
1575 struct ti_rx_desc_ext *r; in ti_newbuf_jumbo() local
2674 struct ti_rx_desc *r; in ti_discard_std() local
2691 struct ti_rx_desc *r; in ti_discard_mini() local
2709 struct ti_rx_desc *r; in ti_discard_jumbo() local
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c287 int r; in create_unbound_context() local
550 int r; in resolve_host_ip() local
775 int r; in TLS_initiate() local
893 int r; in read_ssl_line() local
948 int r; in read_data_chunk() local
1982 int r; in do_certupdate() local
2114 int r; in add_5011_probe_root() local
2132 int r; in prime_root_key() local
/freebsd/contrib/lua/src/
H A Dlvm.c487 l_sinline int LTnum (const TValue *l, const TValue *r) { in LTnum()
509 l_sinline int LEnum (const TValue *l, const TValue *r) { in LEnum()
531 static int lessthanothers (lua_State *L, const TValue *l, const TValue *r) { in lessthanothers()
543 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) { in luaV_lessthan()
553 static int lessequalothers (lua_State *L, const TValue *l, const TValue *r) { in lessequalothers()
565 int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r) { in luaV_lessequal()
759 lua_Integer r = m % n; in luaV_mod() local
771 lua_Number r; in luaV_modf() local
/freebsd/crypto/openssl/test/
H A Dbntest.c1139 BIGNUM *a = NULL, *b = NULL, *r = NULL, *t = NULL; in test_kronecker() local
2541 BIGNUM *a = NULL, *r = NULL, *zero = NULL; in test_expmodzero() local
2575 BIGNUM *r = BN_new(); in test_expmodone() local
2621 BIGNUM *r; in test_smallprime() local
2646 BIGNUM *r; in test_smallsafeprime() local
2674 BIGNUM *r = NULL; in test_is_prime() local
2698 BIGNUM *r = NULL; in test_not_prime() local
3181 BIGNUM *r = NULL; in test_mod_inverse() local
3217 BIGNUM *r = NULL; in test_mod_exp_alias() local
/freebsd/contrib/wpa/src/crypto/
H A Daes-internal-enc.c27 int r; in rijndaelEncrypt() local
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.c24 tv(const char *passwd, const char *salt, uint64_t N, uint32_t r, uint32_t p) in tv()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.h74 uint32_t r[16]; member
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i62_priv.c44 uint32_t r; in br_rsa_i62_private() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dmktemp.c74 unsigned int r, tries; in mktemp_internal() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp2.c23 BIGNUM *d, *r; in BN_mod_exp2_mont() local
/freebsd/usr.bin/truncate/
H A Dtruncate.c56 int ch, error, fd, oflags, r; in main() local

1...<<41424344454647484950>>...112