Searched refs:cc (Results 1 - 25 of 159) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/net_queue_manager/
H A DQM_benchmark.h21 void benchmark_control_request(struct net_queue_manager_binding *cc,
24 void reset_client_closure_stat(struct client_closure *cc);
H A DQM_benchmark.c57 void reset_client_closure_stat(struct client_closure *cc) argument
59 cc->debug_print = 0;
60 cc->start_ts = 0;
61 cc->start_ts_tx = 0;
62 cc->pkt_count = 0;
64 cc->dropped_pkt_count = 0;
65 cc->in_dropped_app_buf_full = 0;
67 cc->out_trigger_counter = 0;
69 cc->in_filter_matched = 0;
70 cc
80 send_benchmark_control(struct net_queue_manager_binding *cc, uint64_t queueid, uint64_t state, uint64_t delta, uint64_t cl) argument
88 benchmark_control_request(struct net_queue_manager_binding *cc, uint64_t queueid, uint8_t state, uint64_t trigger, uint64_t cl_data) argument
[all...]
/barrelfish-2018-10-04/lib/libc/locale/
H A Dbtowc.c44 char cc; local
55 cc = (char)c;
56 if (XLOCALE_CTYPE(l)->__mbrtowc(&wc, &cc, 1, &mbs) > 1)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dpurify.sh3 purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
H A Dsolaris.sh3 cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
H A Dprofile.sh3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
/barrelfish-2018-10-04/usr/pci/
H A Dpci_service.c54 cc->bus = cc->dev = cc->fun = 0;
63 struct client_state *cc = (struct client_state *) b->st; local
67 &bus, &dev, &fun, &(cc->pcie), &(cc->nr_allocated_bars));
69 cc->bus = bus;
70 cc->dev = dev;
71 cc->fun = fun;
74 cc
80 struct client_state *cc = (struct client_state *) b->st; local
240 struct client_state *cc = (struct client_state *) b->st; local
271 struct client_state *cc = (struct client_state *) b->st; local
288 struct client_state *cc = (struct client_state *) b->st; local
316 struct client_state *cc = (struct client_state *) b->st; local
324 struct client_state *cc = (struct client_state *) b->st; local
352 struct client_state *cc = (struct client_state *) b->st; local
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c93 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; local
98 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
107 register pcre_uchar op = *cc;
118 cs = cc + GET(cc, 1);
121 cc = cs + 1 + LINK_SIZE;
138 d = find_minlength(re, cc, startcode, options, recurses, countptr);
141 do cc += GET(cc, 1); while (*cc
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_cfb64.c74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cast/
H A Dc_cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Dcfb64enc.c74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=c=cc=0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/idea/
H A Di_cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc2/
H A Drc2cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dselftest.pl19 my $cc="cc";
44 $cc=$1 if (/^CC= *(.*)$/);
51 $cversion=`$cc -v 2>&1`;
52 $cversion=`$cc -V 2>&1` if $cversion =~ "[Uu]sage";
53 $cversion=`$cc -V |head -1` if $cversion =~ "Error";
54 $cversion=`$cc --version` if $cversion eq "";
83 system("$cc -o cctest cctest.c");
101 system("$cc -o cctest -Iinclude cctest.c");
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/sign/
H A DMakefile1 CC=cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/pl/
H A Dultrix.pl12 $cc='cc';
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlex.c345 #define PreviousOffset(nst,pligne,cc) \
346 (CurrentOffset(nst,pligne) - BytesPerChar(cc))
348 #define BytesPerChar(cc) 1
360 int cc; local
374 Get_Ch_Class(cc, ctype); /* read first character */
376 _start_: /* cc/ctype: current char, pligne: ptr to next char */
386 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
390 token->pos.from = PreviousOffset(nst,pligne,cc);
394 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
399 token->pos.from = PreviousOffset(nst,pligne,cc);
810 int cc = *p_cc; local
1239 unsigned char cc = sd->char_class[c]; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/times/
H A Dalpha.cc0 cc -O2
H A Dhpux.cc1 HPUX 10 - 9000/887 - cc -D_HPUX_SOURCE -Aa +ESlit +O2 -Wl,-a,archive
/barrelfish-2018-10-04/lib/openssl-1.0.0d/shlib/
H A Dhpux10-cc.sh4 # sh shlib/hpux10-cc.sh
45 perl5 Configure no-shared hpux-parisc-cc-o4 +Z ${MYFLAGS}
54 make -f shlib/Makefile.hpux10-cc
71 perl5 Configure no-shared hpux-parisc-cc-o4 ${MYFLAGS}
88 perl5 Configure no-shared hpux-parisc-cc ${MYFLAGS}
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dc_print_results.c20 char *cc,
60 printf( " CC = %s\n", cc );
7 c_print_results( char *name, char class, int n1, int n2, int n3, int niter, int nthreads, double t, double mops, char *optype, int passed_verification, char *npbversion, char *compiletime, char *cc, char *clink, char *c_lib, char *c_inc, char *cflags, char *clinkflags, char *rand) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/bio/
H A DMakefile1 CC=cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/eay/
H A DMakefile1 CC=cc
/barrelfish-2018-10-04/lib/vis/
H A Dvis.c611 char cc[2]; local
614 cc[0] = c;
615 cc[1] = nextc;
617 ret = istrsenvisx(&mbdst, NULL, cc, 1, flags, mbextra, NULL);
626 char cc[2]; local
629 cc[0] = c;
630 cc[1] = nextc;
632 ret = istrsenvisx(&mbdst, &dlen, cc, 1, flags, mbextra, NULL);
678 char cc[2]; local
681 cc[
693 char cc[2]; local
[all...]

Completed in 205 milliseconds

1234567