Searched refs:depth (Results 176 - 200 of 457) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h279 int depth; /* Depth required of an evaluation stack member in struct:dfa
280 used for depth-first traversal of the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c385 u32 depth, bpp; member in struct:aty128_crtc
458 static u32 depth_to_dst(u32 depth);
722 (depth_to_dst(par->crtc.depth) << 8) |
755 /* convert depth values to their register representation */
756 static u32 depth_to_dst(u32 depth) argument
758 if (depth <= 8)
760 else if (depth <= 15)
762 else if (depth == 16)
764 else if (depth <= 24)
766 else if (depth <
1004 u32 depth, bytpp; local
1383 aty128_ddafifo(struct aty128_ddafifo *dsp, const struct aty128_pll *pll, u32 depth, const struct aty128fb_par *par) argument
[all...]
H A Dradeonfb.h317 int pitch, bpp, depth; member in struct:radeonfb_info
527 static inline u32 radeon_get_dstbpp(u16 depth) argument
529 switch (depth) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dv4l1-compat.c365 buffer->depth = 8;
368 buffer->depth = 15;
371 buffer->depth = 16;
374 buffer->depth = 24;
377 buffer->depth = 32;
380 buffer->depth = 0;
384 if (!buffer->depth && buffer->width)
385 buffer->depth = ((fbuf2.fmt.bytesperline<<3)
390 (buffer->width * buffer->depth + 7) & 7;
403 switch (buffer->depth) {
[all...]
H A Dstradis.c1149 (saa->win.depth == 15) ? palette2fmt[VIDEO_PALETTE_RGB555] :
1287 if (saa->win.depth == 8)
1289 if (saa->win.depth == 15)
1291 if (saa->win.depth == 16)
1293 if (saa->win.depth == 24)
1295 if (saa->win.depth == 32)
1435 v.depth = saa->win.depth;
1449 if (v.depth != 8 && v.depth !
[all...]
H A Dbw-qcam.c584 * n=2^(bit depth)-1. Ask me for more details if you don't understand
747 p->depth=qcam->bpp;
756 if(p->depth!=4 && p->depth!=6)
766 qcam->bpp = p->depth;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c109 .depth = 8,
114 .depth = 16,
119 .depth = 16,
125 .depth = 16,
130 .depth = 16,
136 .depth = 24,
141 .depth = 24,
147 .depth = 32,
152 .depth = 32,
159 .depth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsamba_linux_quota.h241 #define V2_GETIDINDEX(id, depth) (((id) >> ((V2_DQTREEDEPTH-(depth)-1)*8)) & 0xff)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev.h75 __u16 depth; /* Capture depth */ member in struct:video_picture
155 int depth; member in struct:video_buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dainstr_iw.h90 signed short depth; /* volume +- (0-255) 0.48675dB/step */ member in struct:iwffff_lfo
245 __s16 depth; /* volume +- (0-255) 0.48675dB/step */ member in struct:iwffff_xlfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dresource.c78 int depth; local
80 for (depth = 0, p = r; depth < MAX_IORES_LEVEL; depth++, p = p->parent)
84 depth * 2, "",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbdrv.c181 "Initial video mode \"<xres>x<yres>[-<depth>][@<refresh>]\"");
1082 dinfo->depth = intelfb_var_to_depth(var);
1342 DBG_MSG("intelfb_setcolreg: regno %d, depth %d\n", regno, dinfo->depth);
1348 if (dinfo->depth == 8) {
1358 switch (dinfo->depth) {
1426 if (!ACCEL(dinfo, info) || dinfo->depth == 4)
1434 if (dinfo->depth != 8)
1454 if (!ACCEL(dinfo, info) || dinfo->depth == 4)
1472 if (!ACCEL(dinfo, info) || dinfo->depth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c479 .depth = 8,
486 .depth = 8,
493 .depth = 16,
501 .depth = 16,
508 .depth = 16,
516 .depth = 16,
523 .depth = 24,
530 .depth = 32,
538 .depth = 32,
545 .depth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dlinit.c400 * total capacity and the queue depth supported by the target device.
401 * A queue depth of one automatically disables tagged queueing.
427 unsigned depth; local
438 depth = (host->can_queue - num_one) / num_lsu;
439 if (depth > 256)
440 depth = 256;
441 else if (depth < 2)
442 depth = 2;
443 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, depth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java504 int depth = rawInputDepth;
505 if (fields == null || levels == null || depth == 0) {
512 depth = 0;
518 depth += 1;
520 ComplexFormat[] hierarchy = new ComplexFormat[depth];
521 int level = depth;
541 for (level = depth - 1; level >= 0; level -= 1) {
557 for (level = 0; level < depth; level += 1) {
570 for (level = 0; level < depth; level += 1) {
583 rawInputDepth = depth;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvesafb.c58 static int depth __read_mostly;
85 int shift = 16 - depth;
369 depth = vesafb_defined.green.length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/irq/
H A Dchip.c42 desc->depth = 1;
574 desc->depth = 1;
582 desc->depth = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c328 * @depth: depth of the chain (1 - direct pointer, etc.)
351 * or when it reads all @depth-1 indirect blocks successfully and finds
354 static Indirect *ext3_get_branch(struct inode *inode, int depth, int *offsets, argument
366 while (--depth) {
800 int depth; local
807 depth = ext3_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
809 if (depth == 0)
812 partial = ext3_get_branch(inode, depth, offsets, chain, &err);
816 first_block = le32_to_cpu(chain[depth
1848 ext3_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) argument
2027 ext3_free_branches(handle_t *handle, struct inode *inode, struct buffer_head *parent_bh, __le32 *first, __le32 *last, int depth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c326 * @depth: depth of the chain (1 - direct pointer, etc.)
349 * or when it reads all @depth-1 indirect blocks successfully and finds
352 static Indirect *ext4_get_branch(struct inode *inode, int depth, int *offsets, argument
364 while (--depth) {
798 int depth; local
806 depth = ext4_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
808 if (depth == 0)
811 partial = ext4_get_branch(inode, depth, offsets, chain, &err);
815 first_block = le32_to_cpu(chain[depth
1855 ext4_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) argument
2034 ext4_free_branches(handle_t *handle, struct inode *inode, struct buffer_head *parent_bh, __le32 *first, __le32 *last, int depth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h204 int nodeMax; /* Max depth of the parsing stack */
228 int nameMax; /* Max depth of the parsing stack */
243 int spaceMax; /* Max depth of the parsing stack */
246 int depth; /* to prevent entity substitution loops */ member in struct:_xmlParserCtxt
925 int depth,
940 int depth,
948 int depth,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvmnc.c292 int dx, dy, w, h, depth, enc, chunks, res, size_left; local
376 depth = *src++;
377 if(depth != c->bpp) {
378 av_log(avctx, AV_LOG_INFO, "Depth mismatch. Container %i bpp, Frame data: %i bpp\n", c->bpp, depth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c95 .depth = 8,
101 .depth = 16,
107 .depth = 16,
113 .depth = 16,
119 .depth = 16,
125 .depth = 24,
131 .depth = 32,
137 .depth = 32,
143 .depth = 16,
149 .depth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dnuma.c160 * the correct depth for a normal NUMA system.
166 int depth; local
178 * depth in the associativity nodes. The first is for an SMP
186 depth = ref_points[1];
189 depth = -1;
193 return depth;
375 dbg("NUMA associativity depth for CPU/Memory: %d\n", min_common_depth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dirq.c170 irq_desc[c].depth = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-visws/
H A Dvisws_apic.c275 irq_desc[i].depth = 1;

Completed in 174 milliseconds

1234567891011>>