Searched defs:cc (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/
H A Dath_hw.c174 struct ath_cycle_counters *cc = &common->cc_ani; local
177 listen_time = (cc->cycles - cc->rx_frame - cc->tx_frame) /
180 memset(cc, 0, sizeof(*cc));
/vbox/src/recompiler/
H A Dqemu-timer.h159 asm volatile("stck 0(%1)" : "=m" (val) : "a" (&val) : "cc");
219 uint64_t cc; local
222 asm volatile("rpcc %0" : "=r"(cc));
223 cur = cc;
224 ofs = cc >> 32;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostnamadr.c89 register int cc = 0; local
98 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) {
109 service_order[cc] = get_service_name(cp);
110 if(service_order[cc] != SERVICE_NONE)
111 cc++;
115 } while(cp != NULL && cc < SERVICE_MAX);
117 service_order[cc] = SERVICE_NONE;
H A Dgetnetnamadr.c85 register int cc = 0; local
93 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) {
104 service_order[cc] = get_service_name(cp);
105 if(service_order[cc] != SERVICE_NONE)
106 cc++;
110 } while(cp != NULL && cc < SERVICE_MAX);
112 service_order[cc] = SERVICE_NONE;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast_setup/
H A Dss_tritmp.h58 GLfloat cc = ex*fy - ey*fx; local
62 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit;
153 if (cc * cc > 1e-16) {
156 const GLfloat oneOverArea = 1.0F / cc;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h152 GLfloat cc = ex*fy - ey*fx; local
156 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
260 if (cc * cc > 1e-16) {
261 GLfloat ic = 1.0 / cc;
414 GLfloat cc = ex*fy - ey*fx; local
418 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
532 if (cc * cc > 1e-16) {
537 GLfloat ic = 1.0 / cc;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_main.c77 struct ath_cycle_counters *cc = &common->cc_survey; local
87 if (cc->cycles > 0) {
92 survey->channel_time += cc->cycles / div;
93 survey->channel_time_busy += cc->rx_busy / div;
94 survey->channel_time_rx += cc->rx_frame / div;
95 survey->channel_time_tx += cc->tx_frame / div;
98 if (cc->cycles < div)
101 if (cc->cycles > 0)
102 ret = cc->rx_busy * 100 / cc
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c190 int onlydir, dodir, dolink, dorelsymlink, dotimes, opt, len, lplen, tdlen, bnlen, exists, fromfd, tofd, cc, wc; local
357 while ((cc = read(fromfd, bp, sizeof buf)) > 0) {
358 while ((wc = write(tofd, bp, cc)) > 0) {
359 if ((cc -= wc) == 0)
366 if (cc < 0)
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c2194 int cc = min(len, MCLBYTES); local
2195 memcpy(mtod(n, caddr_t), mtod(m, caddr_t) + off, cc);
2196 n->m_len = cc;
2204 len -= cc;
2207 off += cc;
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dgreeter.c1199 register GCClosure *cc = (GCClosure*) closure; local
1214 callback = (GMarshalFunc_VOID__STRING_INT) (marshal_data ? marshal_data : cc->callback);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doleauto.h701 CALLCONV cc; /* Calling convention of the method */ member in struct:tagMETHODDATA
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c2197 SERVER_DWORD cc; local
2201 memcpy(&cc, pOutBuffer + 2 + i * 6, 4);
2202 cc = ntohl(cc);
2203 cc = cc - 0x42000000;
2204 cc = (49 << 16) | (cc << 2);
2205 cc = htonl(cc);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doleauto.h701 CALLCONV cc; /* Calling convention of the method */ member in struct:tagMETHODDATA
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25408_PRM.h2568 pseudo_bit_t cc[0x00001]; /* is set, all CQEs are written (coalesced) to first CQ entry */ member in struct:hermonprm_completion_queue_context_st
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 125 milliseconds