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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp354 bool more; local
357 more = false;
367 more |= evnt->checkForWork();
375 more = true;
379 } while (more);
H A DIOServicePM.cpp300 * It's possible to have more than one power state change pending at one
809 // no more power state changes
2665 // of servicing more activity tickles rather than dropping one when
4213 // When power rises enough to satisfy the tickle's desire for more power,
4244 // maximum, send an async request for more power to all parents.
6305 // requirement is equal to the input parameter. Where a more intelligent
6332 // requirement is equal to the input parameter. Where a more intelligent
6359 // requirement is equal to the input parameter. Where a more intelligent
6549 bool more; local
6555 // Only need to signal more whe
6580 bool more = request->getNextRequest(); local
7096 bool more = false; local
7601 bool more = false; local
7659 bool more = false; local
7699 bool more = false; local
7739 bool more = false; local
7838 bool more; local
7853 bool more = false; local
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c46 * is preferable to spend more time in matches to allow very fast string
52 * A previous version of this file used a more sophisticated algorithm
54 * time, but has a larger average cost, uses more memory and is patented.
94 need_more, /* block not completed, need more input or more output */
96 finish_started, /* finish started, need only more output at next deflate */
97 finish_done /* finish done, accept no more input or output */
513 * This function could be more sophisticated to provide closer upper bounds
790 * more output space, but possibly with both pending and
808 /* User must not provide more inpu
1300 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME54 To compare the output of two or more runs, use multiview in the src
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c1140 pf_find_state_all(struct pf_state_key_cmp *key, u_int dir, int *more) argument
1162 if (more == NULL)
1166 (*more)++;
6092 /* Retrans: not more than one window back */
6094 /* Acking not more than one reassembled fragment backwards */
6096 /* Acking not more than one window forward */
6179 * This must be a little more careful than the above code

Completed in 44 milliseconds