Searched refs:level (Results 1 - 11 of 11) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_irq.c77 /* First level dispatching (MIPS IP level). */
80 * The BCMCORE provides only a single level of dispatch. To preserve
83 * interrupts at the given level, or of type void (*)(void *), which
217 * Initialize the MIPS level dispatch vector.
266 /* cfe_mask_irq() is called to mask an interrupt at the hw level */
280 /* cfe_unmask_irq() is called to unmask an interrupt at the hw level */
316 unsigned int level = bcmcore_map_irq(irq); local
318 if (level < IP_LEVELS) {
322 desc = &irq_desc[level];
339 unsigned int level = bcmcore_map_irq(irq); local
368 unsigned int level; local
429 unsigned int level; local
[all...]
/broadcom-cfe-1.4.2/cfe/zlib/
H A Dcompress.c11 Compresses the source buffer into the destination buffer. The level
19 Z_STREAM_ERROR if the level parameter is invalid.
21 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
26 int level;
45 err = deflateInit(&stream, level);
H A Dzlib.h179 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
186 The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9:
190 compression (currently equivalent to level 6).
193 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
402 int level,
502 The stream will keep the same compression level and any other attributes
510 int level,
513 Dynamically update the compression level and compression strategy. The
514 interpretation of level an
[all...]
H A Ddeflate.c114 * the desired pack level (0..9). The values given below have been tuned to
163 * If this file is compiled with -DFASTEST, the compression level is forced
190 int ZEXPORT deflateInit_(strm, level, version, stream_size)
192 int level;
196 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
202 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
205 int level;
235 if (level == Z_DEFAULT_COMPRESSION) level = 6;
237 level
[all...]
H A Ddeflate.h169 int level; /* compression level (1..9) */ member in struct:internal_state
H A Dgzio.c79 int level = Z_DEFAULT_COMPRESSION; /* compression level */ local
83 char fmode[80]; /* copy of mode, without the compression level */
115 level = *p - '0';
130 err = deflateInit2(&(s->stream), level,
207 * Update the compression level and strategy
209 int ZEXPORT gzsetparams (file, level, strategy)
211 int level;
228 return deflateParams (&(s->stream), level, strategy);
H A Dtrees.c931 if (s->level > 0) {
1045 if ((s->last_lit & 0x1fff) == 0 && s->level > 2) {
/broadcom-cfe-1.4.2/cfe/usb/
H A Dusbdebug.c64 void usb_dbg_dumpportstatus(int port,usb_port_status_t *portstatus,int level) argument
69 for (idx = 0; idx < level; idx++) printf(" ");
72 for (idx = 0; idx < level; idx++) printf(" ");
83 for (idx = 0; idx < level; idx++) printf(" ");
H A Dusbhub.c183 * so the top-level polling will notice.
419 * Okay, that's it. The top-level USB daemon will notice
494 * usbhub_map_tree1(dev,level,func,arg)
502 * level - current nesting level
510 static void usbhub_map_tree1(usbdev_t *dev,int level, argument
522 usbhub_map_tree1(hub->uhub_devices[idx],level+1,func,arg);
714 * Begin exploration at this level.
942 * Scan one device at this level, or descend if we run into a hub
H A Dusbd.h333 void usb_dbg_dumpportstatus(int port,usb_port_status_t *portstatus,int level);
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_command.c446 static void _dumpcmds(cmdtab_t *cmd,int level,char **words,int verbose) argument
453 words[level] = cmd->cmdword;
455 for (idx = 0; idx < level; idx++) {
471 _dumpcmds(cmd->child,level+1,words,verbose);

Completed in 54 milliseconds