Searched defs:avail (Results 1 - 22 of 22) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiZipLoader.cpp66 PRUint32 avail; local
69 if(NS_FAILED(stream->Available(&avail)))
74 if(avail > flen)
79 if(NS_FAILED(stream->Read(whole+totalRead, avail, &read)))
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dvirtio-ring.c92 int i, avail, head, prev; local
120 avail = (vr->avail->idx + num_added) % vr->num;
121 vr->avail->ring[avail] = head;
130 vr->avail->idx += num_added;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsInputStreamTee.cpp127 nsInputStreamTee::Available(PRUint32 *avail) argument
130 return mSource->Available(avail);
H A DnsMultiplexInputStream.cpp169 PRUint32 i, len, avail = 0; local
178 avail += streamAvail;
180 *_retval = avail;
H A DnsPipe3.cpp135 void ReduceAvailable(PRUint32 avail) { mAvailable -= avail; } argument
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dstats.h60 mem_size_t avail; member in struct:stats_mem
67 u16_t avail; member in struct:stats_pbuf
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvirtio-ring.h57 struct vring_avail *avail; member in struct:vring
98 vr->avail = (struct vring_avail *)&vr->desc[num];
102 pa = virt_to_phys(&vr->avail->ring[num]);
113 vq->vring.avail->flags &= ~VRING_AVAIL_F_NO_INTERRUPT;
118 vq->vring.avail->flags |= VRING_AVAIL_F_NO_INTERRUPT;
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp302 PRInt32 avail = PR_Available(mFD); local
303 if (avail == -1) {
306 *aResult = avail;
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarena.h59 PRUword avail; /* points to next available byte */ member in struct:PLArena
112 PRUword _p = _a->avail; \
117 _a->avail = _q; \
126 PRUword _p = _a->avail; \
130 _a->avail = _q; \
138 #define PL_ARENA_MARK(pool) ((void *) (pool)->current->avail)
143 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
144 memset((void*)(a)->avail, PL_FREE_PATTERN, \
145 (a)->limit - (a)->avail))
157 if (PR_UPTRDIFF(_m, _a->base) <= PR_UPTRDIFF(_a->avail, _
[all...]
/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c682 snd_pcm_sframes_t avail; local
684 avail = snd_pcm_avail_update (handle);
685 if (avail < 0) {
686 if (avail == -EPIPE) {
688 avail = snd_pcm_avail_update (handle);
692 if (avail < 0) {
693 alsa_logerr (avail,
699 return avail;
709 snd_pcm_sframes_t avail; local
716 avail
967 snd_pcm_sframes_t avail; local
[all...]
H A Daudio.c1462 int avail; local
1464 avail = audio_get_avail (sw);
1465 if (avail > 0) {
1466 sw->callback.fn (sw->callback.opaque, avail);
H A DDevIchHdaCodec.cpp2268 static void pi_callback(void *opaque, int avail) argument
2271 pThis->pfnTransfer(pThis, PI_INDEX, avail);
2274 static void po_callback(void *opaque, int avail) argument
2277 pThis->pfnTransfer(pThis, PO_INDEX, avail);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dstats.h94 mem_size_t avail; member in struct:stats_mem
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c331 unsigned avail; local
359 avail = strm->avail_in;
386 strm->avail_in = avail;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_subr.c660 size_t avail; local
700 avail = dtp->dt_buffered_size - dtp->dt_buffered_offs;
702 if (needed + 1 < avail)
716 avail, format, ap) < 0) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dqib7322.c61 uint16_t avail[0]; member in struct:qib7322_send_buffers
466 ( count * sizeof ( send_bufs->avail[0] ) ) );
476 send_bufs->avail[i] = ( start + i );
518 send_buf = send_bufs->avail[ send_bufs->cons++ & mask ];
536 send_bufs->avail[ send_bufs->prod++ & mask ] = send_buf;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-velocity.c428 int avail, dirty, unusable; local
441 for (avail = vptr->rd_filled & 0xfffc; avail; avail--) {
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1895 int avail; local
1929 while ( (avail = xmlNanoHTTPRead( http_ctxt,
1932 fwrite( buffer, sizeof( char ), avail, tst_file );
H A DHTMLparser.c4575 int avail = 0; local
4636 avail = in->length - (in->cur - in->base);
4638 avail = in->buf->buffer->use - (in->cur - in->base);
4639 if ((avail == 0) && (terminate)) {
4650 if (avail < 1)
4672 avail = in->length - (in->cur - in->base);
4674 avail = in->buf->buffer->use - (in->cur - in->base);
4714 avail = in->length - (in->cur - in->base);
4716 avail = in->buf->buffer->use - (in->cur - in->base);
4717 if (avail <
[all...]
H A Dparser.c9893 int avail, tlen; local
9973 avail = ctxt->input->length -
9994 avail = ctxt->input->buf->buffer->use -
9997 if (avail < 1)
10013 if (avail < 4)
10032 if (avail < 2)
10052 if (avail < 5) return(ret);
10125 if ((avail < 2) && (ctxt->inputNr == 1))
10230 if ((avail < 2) && (ctxt->inputNr == 1))
10253 if (avail <
10887 int avail = 0; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c4349 INTERNAL_SIZE_T avail;
4360 avail = chunksize(av->top);
4374 avail += fastbytes;
4380 avail += chunksize(p);
4387 mi.fordblks = avail;
4388 mi.uordblks = av->sbrked_mem - avail;
4333 INTERNAL_SIZE_T avail; local
/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/ ...

Completed in 127 milliseconds