Searched refs:depth (Results 376 - 400 of 846) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l1-compat.c346 buffer->depth = 8;
349 buffer->depth = 15;
352 buffer->depth = 16;
355 buffer->depth = 24;
358 buffer->depth = 32;
361 buffer->depth = 0;
365 if (!buffer->depth && buffer->width)
366 buffer->depth = ((fbuf.fmt.bytesperline<<3)
371 (buffer->width * buffer->depth + 7) & 7;
390 switch (buffer->depth) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-video.c104 .depth = 8,
109 .depth = 16,
114 .depth = 16,
120 .depth = 16,
125 .depth = 16,
131 .depth = 24,
136 .depth = 24,
142 .depth = 32,
147 .depth = 32,
154 .depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_linux_quota.h241 #define V2_GETIDINDEX(id, depth) (((id) >> ((V2_DQTREEDEPTH-(depth)-1)*8)) & 0xff)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Drglobr.c75 if ((xinfop->limitMaxDepth != 0) && (ftwip->depth >= xinfop->limitMaxDepth)) {
76 FTPLogError(cip, kDontPerror, "Depth limit reached (%u dirs deep).\n", (unsigned int) ftwip->depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh/
H A Dmksrctar.sh45 find . -depth -follow -type f | sed '
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dpalette.cpp29 depth.
246 bool wxPalette::TransferBitmap(void *data, int depth, int size) argument
248 switch(depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddc.cpp453 wxDCCacheEntry::wxDCCacheEntry(WXHBITMAP hBitmap, int w, int h, int depth) argument
457 wxDCCacheEntry::wxDCCacheEntry(WXHDC hDC, int depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.h100 void AddTestItemsToTree(size_t numChildren, size_t depth);
127 size_t depth,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dpalette.cpp29 depth.
243 bool wxPalette::TransferBitmap(void *data, int depth, int size) argument
245 switch(depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzdeflate.cpp93 union {size_t parent; unsigned depth, freq;}; member in union:HuffmanNode::__anon105
137 tree[tree.size()-1].depth = 0;
140 tree[i].depth = tree[tree[i].parent].depth + 1;
146 size_t depth = STDMIN(maxCodeBits, tree[tree[i].parent].depth + 1); local
147 blCount[depth]++;
148 sum += 1 << (maxCodeBits - depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtenvvars.tex27 {\it width}x{\it height}-{\it depth}. The default is {\tt 640x480-16}.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddc.h32 wxDCCacheEntry(WXHBITMAP hBitmap, int w, int h, int depth);
33 wxDCCacheEntry(WXHDC hDC, int depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dirq.c51 * Per-tile IRQ nesting depth. Used to make sure we enable newly
80 int depth = __get_cpu_var(irq_depth)++; local
137 if (depth == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvideo-vesa.c79 mi->depth = 0; /* text */
94 mi->depth = vminfo.bpp;
H A Dvideo.c170 if (mi->depth)
171 sprintf(resbuf, "%dx%d", mi->y, mi->depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_fb.c89 mode_cmd.depth = sizes->surface_depth;
169 drm_fb_helper_fill_fix(info, fb->pitch, fb->depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvideodev.h109 __u16 depth; /* Capture depth */ member in struct:video_picture
189 int depth; member in struct:video_buffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c292 local uch near depth[2*L_CODES+1]; variable
590 * Compares to subtrees, using the tree depth as tie breaker when
595 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
784 depth[n] = 0;
798 depth[new] = 0;
821 depth[node] = (uch) (Max(depth[n], depth[m]) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dmanage.c224 if (!desc->depth++) {
287 switch (desc->depth) {
303 desc->depth--;
780 desc->depth = 0;
785 desc->depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbdrv.c185 "Initial video mode \"<xres>x<yres>[-<depth>][@<refresh>]\"");
1077 dinfo->depth = intelfb_var_to_depth(var);
1337 DBG_MSG("intelfb_setcolreg: regno %d, depth %d\n", regno, dinfo->depth);
1343 if (dinfo->depth == 8) {
1353 switch (dinfo->depth) {
1420 if (!ACCEL(dinfo, info) || dinfo->depth == 4) {
1430 if (dinfo->depth != 8)
1450 if (!ACCEL(dinfo, info) || dinfo->depth == 4) {
1470 if (!ACCEL(dinfo, info) || dinfo->depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c361 * @depth: depth of the chain (1 - direct pointer, etc.)
384 * or when it reads all @depth-1 indirect blocks successfully and finds
387 static Indirect *ext3_get_branch(struct inode *inode, int depth, int *offsets, argument
399 while (--depth) {
834 int depth; local
841 depth = ext3_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
843 if (depth == 0)
846 partial = ext3_get_branch(inode, depth, offsets, chain, &err);
850 first_block = le32_to_cpu(chain[depth
2027 ext3_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) argument
2220 ext3_free_branches(handle_t *handle, struct inode *inode, struct buffer_head *parent_bh, __le32 *first, __le32 *last, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c748 int depth; local
762 for (depth = 127; depth >= 0; depth--) {
773 if (GEOIP_CHKBIT_V6(depth, ipnum.s6_addr )) {
812 gi->netmask = gl->netmask = 128 - depth;
835 int depth; local
846 for (depth = 31; depth >= 0; depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcursor.cpp220 short depth = 8 ; local
243 (**pm).pixelSize = depth;
246 (**pm).cmpSize = depth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/nanox/X11/
H A DXlib.h146 #define XCreateWindowWithColor(d,p,x,y,w,h,bw,depth,cl,vis,backColor,foreColor) \
199 * Depth structure; contains information for each possible depth.
202 int depth; /* this depth (Z) of the depth */ member in struct:__anon378
203 int nvisuals; /* number of Visual types at this depth */
204 Visual *visuals; /* list of visuals possible at this depth */
240 int depth; /* depth of window */ member in struct:__anon380
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeonfb.h324 int pitch, bpp, depth; member in struct:radeonfb_info
516 static inline u32 radeon_get_dstbpp(u16 depth) argument
518 switch (depth) {

Completed in 592 milliseconds

<<11121314151617181920>>