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 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c
625
struct ecs_data *
c_out
= &sq->ecs_client_out;/* will send to client */
local
629
memset(
c_out
, 0, sizeof(*
c_out
));
643
cp_edns_bad_response(
c_out
, c_in);
713
c_out
->subnet_addr_fam = c_in->subnet_addr_fam;
714
c_out
->subnet_source_mask = c_in->subnet_source_mask;
715
memcpy(&
c_out
->subnet_addr, &c_in->subnet_addr, INET6_SIZE);
716
c_out
->subnet_scope_mask = sq->max_scope;
718
if(
c_out
->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP4) {
719
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/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/crypto/external/bsd/openssh/dist/
sftp.c
2376
int c_in,
c_out
, inout[2];
local
2381
c_in =
c_out
= inout[1];
2387
(dup2(
c_out
, STDOUT_FILENO) == -1)) {
2394
close(
c_out
);
2418
close(
c_out
);
Completed in 21 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026