Searched refs:strategy (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A Dzlib.h224 /* compression strategy; see deflateInit2() below for details */
476 int strategy));
497 The strategy parameter is used to tune the compression algorithm. Use the
504 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
559 compression state which can be quite large, so this strategy is slow and
581 int strategy));
583 Dynamically update the compression level and compression strategy. The
584 interpretation of level and strategy is as in deflateInit2. This can be
587 strategy. If the compression level is changed, the input available so far
702 int strategy, cons
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.h61 db_strategy_t strategy,
H A Ddb_coff.h82 db_strategy_t strategy,
H A Ddb_sym.h110 typedef int db_strategy_t; /* search strategy */
181 db_strategy_t strategy,
187 db_strategy_t strategy,
202 db_strategy_t strategy,
207 db_strategy_t strategy);
297 db_strategy_t strategy,
H A Ddb_sym.c654 db_strategy_t strategy,
678 sym = X_db_search_symbol(sp, val, strategy,
705 __unused db_strategy_t strategy,
802 * After matching the symbol according to the given strategy
818 db_strategy_t strategy,
832 cursym = db_search_task_symbol(off, strategy, &d, task);
842 if (strategy == DB_STGY_PROC) {
881 db_strategy_t strategy)
883 db_task_printsym(off, strategy, TASK_NULL);
914 db_strategy_t strategy local
652 db_search_task_symbol( register db_addr_t val, db_strategy_t strategy, db_addr_t *offp, task_t task) argument
703 db_search_task_symbol_and_line( register db_addr_t val, __unused db_strategy_t strategy, db_expr_t *offp, char **filenamep, int *linenump, task_t task, int *argsp) argument
816 db_task_printsym( db_addr_t off, db_strategy_t strategy, task_t task) argument
879 db_printsym( db_expr_t off, db_strategy_t strategy) argument
1403 no_search(__unused db_symtab_t *stab, db_addr_t off, __unused db_strategy_t strategy, __unused db_expr_t *diffp) argument
[all...]
H A Ddb_aout.c669 db_strategy_t strategy,
697 if (strategy == DB_STGY_XTRN && (cp->n_type & N_EXT) == 0)
666 aout_db_search_symbol( db_symtab_t *symtab, db_addr_t off, db_strategy_t strategy, db_expr_t *diffp) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.c439 X_db_search_symbol(symtab, off, strategy, diffp)
443 db_strategy_t strategy;
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c239 * You may have to use the same strategy for Borland C (untested).
465 int strategy; /* favor or force Huffman coding*/ member in struct:deflate_state
817 int memLevel, int strategy, const char *ver, int stream_size)
854 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
892 s->strategy = strategy;
969 deflateParams(z_streamp strm, int level, int strategy) argument
981 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONL
816 deflateInit2_(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *ver, int stream_size) argument
[all...]

Completed in 44 milliseconds