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_out
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c
711
struct ecs_data *
c_out
= &sq->ecs_client_out;/* will send to client */
local
715
memset(
c_out
, 0, sizeof(*
c_out
));
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);
808
c_out
->subnet_scope_mask = sq->max_scope;
810
if(
c_out
->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP4) {
811
if(
c_out
->subnet_scope_mask
[
all
...]
/src/sys/arch/ia64/stand/common/
bootstrap.h
124
void (*
c_out
)(int c); /* emit c */
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)
589
* give the
c_out
and s_out that we've computed internally.
598
*
c_out
= y/x * 1/(1-exp(-k*x))
602
* y = x *
c_out
* (1-exp(-k*x))
606
* x = s_out /
c_out
.
625
* See the note in prof_unbias_map_init() to see why we take
c_out
in a
628
double
c_out
= (double)c_out_shifted_i
local
633
double x = s_out /
c_out
;
/src/external/bsd/jemalloc/dist/src/
prof_data.c
559
*
c_out
= c_in * 1/(1-exp(-s_in/c_in/R)
563
* give the
c_out
and s_out that we've computed internally.
572
*
c_out
= y/x * 1/(1-exp(-k*x))
576
* y = x *
c_out
* (1-exp(-k*x))
580
* x = s_out /
c_out
.
599
* See the note in prof_unbias_map_init() to see why we take
c_out
in a
602
double
c_out
= (double)c_out_shifted_i
local
607
double x = s_out /
c_out
;
/src/crypto/external/bsd/openssh/dist/
sftp.c
2406
int c_in,
c_out
, inout[2];
local
2411
c_in =
c_out
= inout[1];
2417
(dup2(
c_out
, STDOUT_FILENO) == -1)) {
2424
close(
c_out
);
2448
close(
c_out
);
Completed in 21 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026