Searched defs:ac (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A Djdtrace.c37 int i, ac, has64; local
40 ac = argc + 3;
41 av = p = alloca(sizeof (char *) * ac);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dmap_v4v6.c90 char ac; member in union:__anon12958
H A Dgetnetbydns.c114 char ac; member in union:__anon12956
H A Dgethostbydns.c159 char ac; member in union:__anon12953
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h266 GLfloat ac = a * ic; local
268 if ( ac < 0.0f ) ac = -ac;
270 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD;
538 GLfloat ac = a * ic; local
540 if ( ac < 0.0f ) ac = -ac;
542 offset += MAX2( ac, b
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c467 struct arp_cache_entry *ac; local
480 LIST_FOREACH(ac, &pData->arp_cache, list)
482 activate_port_forwarding(pData, ac->ether);
559 struct arp_cache_entry *ac = LIST_FIRST(&pData->arp_cache); local
560 LIST_REMOVE(ac, list);
561 RTMemFree(ac);
1837 struct arp_cache_entry *ac;
1845 LIST_FOREACH(ac, &pData->arp_cache, list)
1847 if ( ac->ip == ip
1848 && memcmp(ac
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c65 struct ath_atx_ac *ac = tid->ac; local
74 list_add_tail(&tid->list, &ac->tid_q);
76 if (ac->sched)
79 ac->sched = 1;
80 list_add_tail(&ac->list, &txq->axq_acq);
266 struct ath_atx_ac *ac, *ac_tmp, *last_ac; local
273 ac = list_first_entry(&txq->axq_acq, struct ath_atx_ac, list);
276 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq, list) {
277 last_tid = list_entry(ac
[all...]
H A Dath9k.h235 struct ath_atx_ac *ac; member in struct:ath_atx_tid
250 struct ath_atx_ac ac[WME_NUM_AC]; member in struct:ath_node
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c823 fsw_u16 ac, bc; local
845 ac = be16_to_cpu(p1[apos]);
846 lc = ac;
848 ac = (fsw_u16)lc;
857 if (ac != bc || (ac == 0 && bc == 0))
858 return ac - bc;
869 fsw_u16 ac, bc; local
896 ac = be16_to_cpu(p1[apos]);
897 lc = ac
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 60 milliseconds