Searched refs:cc (Results 51 - 75 of 159) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/idea/
H A Didea_spd.c185 long ca,cca,cb,cc; local
210 cc=count*8/BUFSIZE+1;
278 printf("Doing idea_cbc_encrypt %ld times on %ld byte blocks\n",cc,
282 for (count=0,run=1; COND(cc); count++)
288 c=((double)COUNT(cc)*BUFSIZE)/d;
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1072 register pcre_uint32 cc = *(++ptr); local
1074 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */
1075 c = (c << 4) + cc - ((cc < CHAR_A)? CHAR_0 : (CHAR_A - 10));
1077 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */
1078 c = (c << 4) + cc - ((cc >
1283 register pcre_uint32 cc = *ptr++; local
1322 register pcre_uint32 cc = *(++ptr); local
1355 register pcre_uint32 cc = *ptr++; local
1405 pcre_uint32 cc; /* Some compilers don't like */ local
1745 register pcre_uchar *cc = code + 1 + LINK_SIZE; local
9541 pcre_uchar *cc = (pcre_uchar *)codestart; local
[all...]
/barrelfish-2018-10-04/lib/compiler-rt/builtins/arm/
H A Dudivsi3.S38 ITT(cc)
40 JMPc(lr, cc)
H A Dumodsi3.S38 IT(cc)
39 JMPc(lr, cc)
/barrelfish-2018-10-04/lib/lua/src/
H A Dloslib.c220 char cc[4]; local
222 cc[0] = '%';
230 s = checkoption(L, s + 1, cc);
231 reslen = strftime(buff, sizeof(buff), cc, stm);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/maurice/
H A DMakefile1 CC=cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/tools/
H A DMakefile7 CC= cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/pl/
H A DBC-32.pl13 $cc='bcc32';
H A DMingw32.pl18 $cc='gcc';
H A DOS2-EMX.pl14 $cc='gcc';
H A Dlinux.pl12 $cc='gcc';
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A DMakefile31 CC=/opt/SUNWspro/bin/cc
39 EXT=cc
95 .cc.o :
205 donald.o: donald.cc
206 $(CCC) -c $(CFLAGS) donald.cc
234 #mylib.so: mylib.cc
235 # $(CCC) -G mylib.cc -o $@
253 #mylib.o: mylib.cc
254 # $(CCC) mylib.cc -o $@
/barrelfish-2018-10-04/lib/x86emu/
H A Dprim_ops.c69 * By inspection, one gets: cc = ab + r'(a + b)
220 register u32 cc; local
233 cc = (s & d) | ((~res) & (s | d));
234 CONDITIONAL_SET_FLAG(XOR2(cc >> 6), F_OF);
235 CONDITIONAL_SET_FLAG(cc & 0x8, F_AF);
246 register u32 cc; local
259 cc = (s & d) | ((~res) & (s | d));
260 CONDITIONAL_SET_FLAG(XOR2(cc >> 14), F_OF);
261 CONDITIONAL_SET_FLAG(cc & 0x8, F_AF);
274 register u32 cc; local
305 register u32 cc; local
327 register u32 cc; local
351 register u32 cc; local
614 register u32 cc; local
635 register u32 cc; local
656 register u32 cc; local
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_xfer.c35 uint16_t cc; local
65 cc = td_ctrl->condition_code;
66 if (cc) {
201 uint16_t cc; local
222 cc = td_flags.condition_code;
246 cc = USB_OHCI_STATUS_STALL;
278 if (cc) {
316 return ((cc == USB_OHCI_STATUS_OK) ? USB_ERR_OK :
317 (cc == USB_OHCI_STATUS_STALL) ? USB_ERR_STALLED : USB_ERR_IOERROR);
/barrelfish-2018-10-04/lib/net_queue_manager/
H A Dnet_soft_filters_srv_impl.c49 static errval_t register_filter_memory(struct net_soft_filters_binding *cc,
51 static errval_t register_filter(struct net_soft_filters_binding *cc, uint64_t id,
56 static errval_t register_arp_filter(struct net_soft_filters_binding *cc, uint64_t id,
58 static errval_t deregister_filter(struct net_soft_filters_binding *cc,
60 static errval_t re_register_filter(struct net_soft_filters_binding *cc,
63 static errval_t pause_filter(struct net_soft_filters_binding *cc, uint64_t filter_id,
65 static errval_t mac_address_request_sf(struct net_soft_filters_binding *cc,
157 static errval_t mac_address_request_sf(struct net_soft_filters_binding *cc, argument
167 static errval_t register_filter_memory(struct net_soft_filters_binding *cc, argument
213 static errval_t register_filter(struct net_soft_filters_binding *cc, uint64_ argument
374 deregister_filter(struct net_soft_filters_binding *cc, uint64_t filter_id, errval_t *err) argument
424 re_register_filter(struct net_soft_filters_binding *cc, uint64_t filter_id, uint64_t buffer_id_rx, uint64_t buffer_id_tx, errval_t *err) argument
472 pause_filter(struct net_soft_filters_binding *cc, uint64_t filter_id, uint64_t buffer_id_rx, uint64_t buffer_id_tx, errval_t *err) argument
536 register_arp_filter(struct net_soft_filters_binding *cc, uint64_t id, uint64_t len_rx, uint64_t len_tx, errval_t *err) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ech/
H A Dpuzzle_bool.pl89 cc(N,N,N,B,C,1) .
91 cc(0,M,N,B,C,T) :- ! ,
93 cc(N,NewM,N,B,C,T) .
94 cc(_,0,_,B,C,C) :- ! .
95 cc(I,J,N,B,C,T) :-
98 cc(NewI,J,N,B,S,T) .
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Dbuild.com30 $ cc/include=([-.source],[])/define=PROTOTYPES=1/object=[]'files_e'.obj -
38 $ cc/define=ENGINE_DYNAMIC_SUPPORT rsaref.c
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dnpb-C.h41 char *npbversion, char *compiletime, char *cc,
/barrelfish-2018-10-04/lib/zlib/
H A Ddeflate.h309 { uch cc = (c); \
311 s->l_buf[s->last_lit++] = cc; \
312 s->dyn_ltree[cc].Freq++; \
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dconfigure504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
542 CC=cc
580 CC=cc
602 CC=cc
631 /* Ultrix mips cc rejects this. */
633 /* SunOS 4.1.1 cc rejects this. */
636 /* NEC SVR4.0.2 mips cc rejects this. */
644 /* HPUX 7.0 cc rejects these. */
648 { /* SCO 3.2v4 cc reject
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/krb5/
H A DMakefile7 CC= cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/modes/
H A DMakefile7 CC= cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pqueue/
H A DMakefile7 CC= cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/txt_db/
H A DMakefile7 CC= cc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_opts.c238 long ca,cb,cc,cd,ce; local
269 cc=count*3*8/BUFSIZE+1;

Completed in 284 milliseconds

1234567