Searched refs:put (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/libkern/zlib/ |
| H A D | infback.c | 148 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 D | inflate.c | 429 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 D | mt_stackshot.md | 25 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 D | README.md | 44 extensible data format is that kernel can decide to put more information as required without requir…
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 21 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 D | vm_compressor_pager.c | 133 uint64_t put; member 760 compressor_pager_stats.put++; in vm_compressor_pager_put()
|
| /xnu-11215/bsd/crypto/doc/ |
| H A D | KernelCrypto.txt | 57 * copied and put under another distribution licence
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 168 …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 D | MakeInc.def | 848 # 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 D | debugging.md | 377 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 D | sched_clutch_edge.md | 280 …lusters irrespective of type. The idea is that this scheduling policy will put a shared resource t…
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_kmsg.c | 4956 #pragma mark ipc_kmsg kernel interfaces (get/put, copyin_from_kernel, send)
|