Home
last modified time | relevance | path

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

/xnu-8792.41.9/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()
525 *put++ = (unsigned char)(state->length); in inflateBack()
598 from = put + copy; 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-8792.41.9/libkdd/
H A DREADME.md44 extensible data format is that kernel can decide to put more information as required without requir…
/xnu-8792.41.9/doc/memorystatus/
H A Dfreezer.md25 Once we have finished creating this contiguous compressor VA range, we put those segments on the sw…
68 …h 20MB and thus the other 80MB stays on NAND. As a result, when the app is put back in the backgro…
86 When a process is demoted, it is **not** killed. It's simply put back into the idle band under the …
/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_pager.c131 uint64_t put; member
754 compressor_pager_stats.put++; in vm_compressor_pager_put()
/xnu-8792.41.9/bsd/crypto/doc/
H A DKernelCrypto.txt57 * copied and put under another distribution licence
/xnu-8792.41.9/makedefs/
H A DMakeInc.rule447 # This isn't the right place to put this, but we need to := override some settings
H A DMakeInc.def739 # 23355738 - put __PRELINK_TEXT first. We reserve enough room
/xnu-8792.41.9/tools/lldbmacros/
H A DREADME.md163 …assed on command. For example a command like `showtaskvme 0xabcdef00` will put have cmd_args=['0xa…
299 …ting system plugin in the dSYM and hence threads are not populated. Please put the line 'settings …
/xnu-8792.41.9/doc/
H A Ddebugging.md544 It is not possible to break on exception. Python uses them a lot so it is better to put a breakpoin…
H A Dsched_clutch_edge.md281 …lusters irrespective of type. The idea is that this scheduling policy will put a shared resource t…