Searched refs:compressor (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dbsd-comp.c82 * the compressor and not expected by the decompressor.
85 * code is output by the compressor. This is because a packet
160 struct compressor ppp_bsd_compress = {
302 * Allocate space for a (de) compressor.
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h284 compressor:1, /* page owned by compressor pool */ member in struct:vm_page
H A Dvm_kern.c585 mem->compressor = TRUE;
H A Dvm_pageout.c2263 * With the VM compressor, the cost of
2587 * Don't count this page as going into the compressor if any of these are true:
2591 (including vm_pageout_scan) has no knowledge of the compressor
2592 * 4) This page belongs to a file and hence will not be sent into the compressor
6343 if (m->compressor) {
6459 assert(!m->compressor);
7001 assert(!m->compressor);
7287 panic("iopl_valid_data: object == kernel or compressor");
7750 panic("vm_object_iopl_request: missing/bad page in compressor object\n");
7875 if (dst_page->compressor) {
[all...]
H A Dvm_fault.c2863 assert(m->compressor || m->object != compressor_object);
2864 if (m->compressor) {
3050 * compressor pager and its
3488 * in the compressor world
4039 * if the compressor is active and the page exists there
4046 * can't call into the compressor with the kernel_map
4047 * lock held, since the compressor may try to operate
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c276 char *suffix; /* file name suffix for this compressor */
278 } compressor; typedef in typeref:struct:__anon8433
397 static compressor *get_compressor_from_suffix __P((char *, char **));
559 static compressor compressors[] =
1520 * Return a compressor given the file name. If EXTPTR is non-zero,
1521 * return a pointer into FILE where the compressor-specific
1522 * extension begins. If no compressor is found, NULL is returned
1526 static compressor *
1531 compressor *compr;
1655 compressor *comp
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_ming.mak18 # excellent UPX compressor:
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c211 // the compressor has already registered but the function might be null
249 // the compressor hasn't registered, so it never will unless someone manually kextloads it
586 /* give a compressor a chance to indicate that a compressed file is invalid */
970 /* fast pre-check to determine if the given compressor has checked in */
973 /* every compressor must have at least a fetch function */
988 /* get the uncompressed bytes for the specified region of vp by calling out to the registered compressor */
1102 /* compressor not registered */
1278 /* give the compressor a chance to adjust the portion of the file that we read */
1733 #pragma mark --- Type1 compressor ---
1736 The "Type1" compressor store
[all...]

Completed in 296 milliseconds

12