OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_in
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c
710
struct ecs_data *
c_in
= &sq->ecs_client_in; /* rcvd from client */
local
735
cp_edns_bad_response(c_out,
c_in
);
805
c_out->subnet_addr_fam =
c_in
->subnet_addr_fam;
806
c_out->subnet_source_mask =
c_in
->subnet_source_mask;
807
memcpy(&c_out->subnet_addr, &
c_in
->subnet_addr, INET6_SIZE);
/src/sys/arch/ia64/stand/common/
bootstrap.h
125
int (*
c_in
)(void); /* wait for and return input */
member in struct:console
/src/external/bsd/jemalloc.old/dist/src/
prof_data.c
585
* c_out =
c_in
* 1/(1-exp(-s_in/
c_in
/R)
586
* s_out = s_in * 1/(1-exp(-s_in/
c_in
/R)
588
* We want to solve for the values of
c_in
and s_in that will
593
* x = s_in /
c_in
636
double
c_in
= y / x;
local
639
*r_c_in = prof_double_uint64_cast(
c_in
);
/src/external/bsd/jemalloc/dist/src/
prof_data.c
559
* c_out =
c_in
* 1/(1-exp(-s_in/
c_in
/R)
560
* s_out = s_in * 1/(1-exp(-s_in/
c_in
/R)
562
* We want to solve for the values of
c_in
and s_in that will
567
* x = s_in /
c_in
610
double
c_in
= y / x;
local
613
*r_c_in = prof_double_uint64_cast(
c_in
);
/src/crypto/external/bsd/openssh/dist/
sftp.c
2406
int
c_in
, c_out, inout[2];
local
2411
c_in
= c_out = inout[1];
2416
if ((dup2(
c_in
, STDIN_FILENO) == -1) ||
2423
close(
c_in
);
2447
close(
c_in
);
Completed in 21 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026