Home
last modified time | relevance | path

Searched refs:put (Results 1 – 12 of 12) sorted by relevance

/xnu-11215/libkern/zlib/
H A Dinfback.c148 put = strm->next_out; \
159 strm->next_out = put; \
231 put = state->window; \
234 if (out(out_desc, put, left)) { \
274 unsigned char FAR *put; /* next output */ in inflateBack() local
301 put = state->window; in inflateBack()
362 zmemcpy(put, next, copy); in inflateBack()
366 put += copy; in inflateBack()
598 from = put + copy; in inflateBack()
602 from = put - state->offset; in inflateBack()
[all …]
H A Dinflate.c429 put = strm->next_out; \
440 strm->next_out = put; \
583 unsigned char FAR *put; /* next output */ in inflate() local
862 zmemcpy(put, next, copy); in inflate()
866 put += copy; in inflate()
1103 from = put - state->offset; in inflate()
1110 *put++ = *from++; in inflate()
1116 *put++ = (unsigned char)(state->length); in inflate()
1128 UPDATE(state->check, put - out, out); in inflate()
/xnu-11215/doc/observability/
H A Dmt_stackshot.md25 populating queues of tasks to be put into the stackshot and collecting bits of
43 In order to split up work between CPUs, each task is put into a workqueue for
73 Memory that is freed is put into a per-cluster freelist. Even if the data was
74 originally allocated from a different cluster's buffer, it will be put into the
/xnu-11215/libkdd/
H A DREADME.md44 extensible data format is that kernel can decide to put more information as required without requir…
/xnu-11215/doc/vm/
H A Dfreezer.md21 Once we have finished creating this contiguous compressor VA range, we put those segments on the sw…
64 …h 20MB and thus the other 80MB stays on NAND. As a result, when the app is put back in the backgro…
82 When a process is demoted, it is **not** killed. It's simply put back into the idle band under the …
/xnu-11215/osfmk/vm/
H A Dvm_compressor_pager.c133 uint64_t put; member
760 compressor_pager_stats.put++; in vm_compressor_pager_put()
/xnu-11215/bsd/crypto/doc/
H A DKernelCrypto.txt57 * copied and put under another distribution licence
/xnu-11215/tools/lldbmacros/
H A DREADME.md168 …assed on command. For example a command like `showtaskvme 0xabcdef00` will put have cmd_args=['0xa…
304 …ting system plugin in the dSYM and hence threads are not populated. Please put the line 'settings …
/xnu-11215/makedefs/
H A DMakeInc.def848 # 23355738 - put __PRELINK_TEXT first. We reserve enough room
893 # and __llvm_covfun are put into the __PLK_LLVM_COV segment rather than the
/xnu-11215/doc/debugging/
H A Ddebugging.md377 It is not possible to break on exception. Python uses them a lot so it is better to put a breakpoin…
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md280 …lusters irrespective of type. The idea is that this scheduling policy will put a shared resource t…
/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.c4956 #pragma mark ipc_kmsg kernel interfaces (get/put, copyin_from_kernel, send)