Searched refs:pending (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c401 s->pending = 0;
543 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
556 * Flush as much pending output as possible. All deflate() output goes
564 unsigned len = strm->state->pending;
574 strm->state->pending -= len;
575 if (strm->state->pending == 0) {
646 s->pending);
683 uInt beg = s->pending; /* start of bytes to update crc */
686 if (s->pending == s->pending_buf_size) {
687 if (s->gzhead->hcrc && s->pending > be
[all...]
H A Ddeflate.h124 Bytef *pending_buf; /* output still pending */
126 Bytef *pending_out; /* next pending byte to output to the stream */
127 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
295 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
H A Dtrees.c1138 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp300 * It's possible to have more than one power state change pending at one
2206 // adjust power state. Submit a request if one wasn't pending,
3025 boolean_t pending; local
3053 pending = thread_call_enter_delayed(fIdleTimer, deadline);
3054 if (pending) release();
3446 // the pending ack count.
4901 boolean_t pending; local
4931 pending = thread_call_enter_delayed(fSettleTimer, deadline);
4932 if (pending) release();
5110 boolean_t pending; local
5125 boolean_t pending; local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c1813 bstp_notify_state(void *arg, __unused int pending) argument
1827 bstp_notify_rtage(void *arg, __unused int pending) argument

Completed in 92 milliseconds