Searched refs:depth (Results 351 - 375 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/cx23885/
H A Dcx23885-video.c85 .depth = 8,
90 .depth = 16,
95 .depth = 16,
100 .depth = 16,
105 .depth = 16,
110 .depth = 24,
115 .depth = 32,
120 .depth = 32,
125 .depth = 16,
130 .depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbtree.c83 tree->depth = be16_to_cpu(head->depth);
170 head->depth = cpu_to_be16(tree->depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dbtree.c58 tree->depth = be16_to_cpu(head->depth);
142 head->depth = cpu_to_be16(tree->depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dbtree.c64 tree->depth = be16_to_cpu(head->depth);
177 head->depth = cpu_to_be16(tree->depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_fb_helper.h125 uint32_t depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_cursor.c51 (img->depth != 32))
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.h172 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st
207 int X509_STORE_set_depth(X509_STORE *store, int depth);
269 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
487 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h172 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st
207 int X509_STORE_set_depth(X509_STORE *store, int depth);
269 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
487 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/oprofile/
H A Dcommon.c27 extern void sh_backtrace(struct pt_regs * const regs, unsigned int depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dftrace.c137 if (ftrace_push_return_trace(parent, self_addr, &trace.depth,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dintc.c148 irq_desc[irq].depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dftrace.c60 err = ftrace_push_return_trace(old, self_addr, &trace.depth, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Ddevice.h128 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *dev, int rate, int depth, int bbp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dinternals.h66 printk("irq %d, desc: %p, depth: %d, count: %d, unhandled: %d\n",
67 irq, desc, desc->depth, desc->irq_count, desc->irqs_unhandled);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Doprofile.h69 void (*backtrace)(struct pt_regs * const regs, unsigned int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A Davlsort.c139 fprintf(stderr, "Wrote %d lines, depth %d\n", l, t->top?t->top->depth:0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtta.c262 uint32_t unary, depth, k; local
268 depth = 0;
271 depth = 1;
291 switch (depth) {
H A Dwavpackenc.c721 int depth, int delta, uint32_t input_bits)
723 int term, branches = s->num_branches - depth;
727 if (branches < 1 || depth + 1 == info->nterms)
731 samples = s->sampleptrs[depth][0];
732 outsamples = s->sampleptrs[depth + 1][0];
735 if (term == 17 && branches == 1 && depth + 1 < info->nterms)
744 info->dps[depth].value = term;
745 info->dps[depth].delta = delta;
746 decorr_mono_buffer(samples, outsamples, s->block_samples, info->dps, depth);
752 memcpy(s->decorr_passes, info->dps, sizeof(info->dps[0]) * (depth
720 recurse_mono(WavPackEncodeContext *s, WavPackExtraInfo *info, int depth, int delta, uint32_t input_bits) argument
1665 recurse_stereo(WavPackEncodeContext *s, WavPackExtraInfo *info, int depth, int delta, uint32_t input_bits) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dvpac270.c485 .depth = 18,
501 .depth = 16,
517 .depth = 16,
533 .depth = 16,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dchcon.c31 static int change_filedir_context(const char *fname, struct stat *stbuf, void *userData, int depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Daty128fb.c384 u32 depth, bpp; member in struct:aty128_crtc
457 static u32 depth_to_dst(u32 depth);
721 (depth_to_dst(par->crtc.depth) << 8) |
754 /* convert depth values to their register representation */
755 static u32 depth_to_dst(u32 depth) argument
757 if (depth <= 8)
759 else if (depth <= 15)
761 else if (depth == 16)
763 else if (depth <= 24)
765 else if (depth <
1003 u32 depth, bytpp; local
1380 aty128_ddafifo(struct aty128_ddafifo *dsp, const struct aty128_pll *pll, u32 depth, const struct aty128fb_par *par) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_ladspa.c84 unsigned int depth; member in struct:snd_pcm_ladspa_instance
591 unsigned int depth)
599 SNDERR("%s port for plugin %s depth %u is not connected", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name, depth);
614 unsigned int depth, idx, count; local
624 depth = 0;
647 instance->depth = depth;
659 SNDERR("Unable to connect duplicate port of plugin '%s' channel %u depth %u", plugin->desc->Name, idx, instance->depth);
588 snd_pcm_ladspa_check_connect(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_eps_t *eps, unsigned int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_video.c21 .depth = 8,
27 .depth = 16,
33 .depth = 24,
39 .depth = 32,
45 .depth = 32,
52 .depth = 8,
58 .depth = 16,
64 .depth = 12,
70 .depth = 12,
76 .depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c1762 /* INT TRIE Implementation of depth 64 bits, being the number of bits
1767 antlr3IntTrieNew(ANTLR3_UINT32 depth) argument
1797 * keys in the trie. This is the trie 'depth'. The limit for
1800 trie->root->bitNum = depth;
1917 ANTLR3_UINT32 depth; local
1922 /* Cache the bit depth of this trie, which is always the highest index,
1925 depth = trie->root->bitNum;
2027 depth = 56 + bitIndex[((xorKey & 0xFF00000000000000)>>56)];
2031 depth = 48 + bitIndex[((xorKey & 0x00FF000000000000)>>48)];
2038 depth
[all...]

Completed in 381 milliseconds

<<11121314151617181920>>