Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 57) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_import.py23 pending = [names]
24 while pending:
25 node = pending.pop()
31 pending.append(node.children[0])
33 pending.extend(node.children[::-2])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c407 s->pending = 0;
450 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument
451 unsigned *pending; in deflatePending()
456 if (pending != Z_NULL)
457 *pending = strm->state->pending;
516 if (err == Z_BUF_ERROR && s->pending == 0)
649 len = s->pending;
658 s->pending -= len;
659 if (s->pending == 0) {
730 s->pending);
[all …]
Ddeflate.h103 uInt pending; /* nb of bytes in the pending buffer */ member
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
DFAQ37 avail_out is big enough to allow processing all pending input. Note that a
41 possible to tell whether or not there is more output pending when
214 Z_FULL_FLUSH, carefully write all the pending data at those points, and
Dzlib.h714 unsigned *pending,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c372 s->pending = 0;
535 unsigned len = strm->state->pending;
545 strm->state->pending -= len;
546 if (strm->state->pending == 0) {
617 s->pending);
654 uInt beg = s->pending; /* start of bytes to update crc */
657 if (s->pending == s->pending_buf_size) {
658 if (s->gzhead->hcrc && s->pending > beg)
660 s->pending - beg);
662 beg = s->pending;
[all …]
Ddeflate.h100 uInt pending; /* nb of bytes in the pending buffer */ member
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
DFAQ39 that avail_out is big enough to allow processing all pending input.
43 it is not possible to tell whether or not there is more output pending
213 use Z_FULL_FLUSH, carefully write all the pending data at those points,
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DDxeTcgPhysicalPresenceLib.uni2 // Executes pending TPM 1.2 requests from OS or BIOS and Locks TPM
24 #string STR_MODULE_ABSTRACT #language en-US "Executes pending TPM 1.2 requests from OS …
26 … #language en-US "This library will ask for user confirmation for the pending TPM physical pres…
DDxeTcgPhysicalPresenceLib.inf2 # Executes pending TPM 1.2 requests from OS or BIOS and Locks TPM
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dmultibytecodec.h84 Py_UNICODE pending[MAXENCPENDING]; \
93 unsigned char pending[MAXDECPENDING]; \
Dmultibytecodec.c767 memcpy(inbuf_tmp, ctx->pending, in encoder_encode_stateful()
787 memcpy(ctx->pending, inbuf_tmp, in encoder_encode_stateful()
802 memcpy(ctx->pending, inbuf, in encoder_encode_stateful()
831 memcpy(ctx->pending + ctx->pendingsize, buf->inbuf, npendings); in decoder_append_pending()
1058 memcpy(wdata, self->pending, self->pendingsize); in mbidecoder_decode()
1073 memcpy(self->pending, wdata, origpending); in mbidecoder_decode()
1283 memcpy(ctrdata, self->pending, self->pendingsize); in mbstreamreader_iread()
1613 const Py_UNICODE *pending; in mbstreamwriter_reset() local
1616 pending = self->pending; in mbstreamwriter_reset()
1618 &pending, self->pendingsize, self->errors, in mbstreamwriter_reset()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dmultibytecodec.h84 Py_UNICODE pending[MAXENCPENDING]; \
93 unsigned char pending[MAXDECPENDING]; \
Dmultibytecodec.c764 memcpy(inbuf_tmp, ctx->pending, in encoder_encode_stateful()
784 memcpy(ctx->pending, inbuf_tmp, in encoder_encode_stateful()
799 memcpy(ctx->pending, inbuf, in encoder_encode_stateful()
828 memcpy(ctx->pending + ctx->pendingsize, buf->inbuf, npendings); in decoder_append_pending()
1055 memcpy(wdata, self->pending, self->pendingsize); in mbidecoder_decode()
1070 memcpy(self->pending, wdata, origpending); in mbidecoder_decode()
1280 memcpy(ctrdata, self->pending, self->pendingsize); in mbstreamreader_iread()
1610 const Py_UNICODE *pending; in mbstreamwriter_reset() local
1613 pending = self->pending; in mbstreamwriter_reset()
1615 &pending, self->pendingsize, self->errors, in mbstreamwriter_reset()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c1390 struct s_slice pending[MAX_MERGE_PENDING]; member
1741 pa = ms->pending[i].base; in merge_at()
1742 na = ms->pending[i].len; in merge_at()
1743 pb = ms->pending[i+1].base; in merge_at()
1744 nb = ms->pending[i+1].len; in merge_at()
1752 ms->pending[i].len = na + nb; in merge_at()
1754 ms->pending[i+1] = ms->pending[i+2]; in merge_at()
1798 struct s_slice *p = ms->pending; in merge_collapse()
1827 struct s_slice *p = ms->pending; in merge_force_collapse()
2151 ms.pending[ms.n].base = lo; in listsort()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c1390 struct s_slice pending[MAX_MERGE_PENDING]; member
1741 pa = ms->pending[i].base; in merge_at()
1742 na = ms->pending[i].len; in merge_at()
1743 pb = ms->pending[i+1].base; in merge_at()
1744 nb = ms->pending[i+1].len; in merge_at()
1752 ms->pending[i].len = na + nb; in merge_at()
1754 ms->pending[i+1] = ms->pending[i+2]; in merge_at()
1798 struct s_slice *p = ms->pending; in merge_collapse()
1828 struct s_slice *p = ms->pending; in merge_force_collapse()
2152 ms.pending[ms.n].base = lo; in listsort()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dssl.py267 def pending(self): member in SSLSocket
269 return self._sslobj.pending()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-interrupt-controller-API.rst258 inserts barrier to make memory updates visible before setting interrupt pending,
259 and writes to the GIC *Set Pending Register* to set the interrupt pending
274 writes to the GIC *Clear Pending Register* to clear the interrupt pending
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DSecEntry.asm69 fninit ; clear any pending Floating point exceptions
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp473 for (auto pending : mPendingVsyncs) { in registerCallback() local
474 auto hwc1DisplayId = pending.first; in registerCallback()
481 auto timestamp = pending.second; in registerCallback()
490 for (auto pending : mPendingHotplugs) { in registerCallback() local
491 auto hwc1DisplayId = pending.first; in registerCallback()
498 auto connected = pending.second; in registerCallback()
2295 auto pending = mSourceCrop; in applyCommonState() local
2297 static_cast<int32_t>(std::ceil(pending.left)); in applyCommonState()
2299 static_cast<int32_t>(std::ceil(pending.top)); in applyCommonState()
2301 static_cast<int32_t>(std::floor(pending.right)); in applyCommonState()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py497 pending = tests_and_args()
505 test, args_tuple = next(pending)
549 pending.close()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DSecEntry.S62 fninit # clear any pending Floating point exceptions
DSecEntry.asm70 fninit ; clear any pending Floating point exceptions
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dtextio.c1192 PyObject *pending, *b, *ret; in _textiowrapper_writeflush() local
1197 pending = self->pending_bytes; in _textiowrapper_writeflush()
1198 Py_INCREF(pending); in _textiowrapper_writeflush()
1202 b = _PyBytes_Join(_PyIO_empty_bytes, pending); in _textiowrapper_writeflush()
1203 Py_DECREF(pending); in _textiowrapper_writeflush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dtextio.c1212 PyObject *pending, *b, *ret; in _textiowrapper_writeflush() local
1217 pending = self->pending_bytes; in _textiowrapper_writeflush()
1218 Py_INCREF(pending); in _textiowrapper_writeflush()
1222 b = _PyBytes_Join(_PyIO_empty_bytes, pending); in _textiowrapper_writeflush()
1223 Py_DECREF(pending); in _textiowrapper_writeflush()

123