Searched refs:depth (Results 226 - 250 of 846) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A Dsetdiff.c30 int depth(avl_node_t *n) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/ndr/
H A Dndr_misc.c235 ndr->depth++;
238 ndr->depth--;
269 ndr->depth++;
271 ndr->depth--;
H A Dsid.c243 ndr->depth++;
246 ndr->depth++;
250 ndr->depth--;
251 ndr->depth--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtree.c192 static void print(AVTreeNode *t, int depth) argument
195 for (i = 0; i < depth * 4; i++)
199 print(t->child[0], depth + 1);
200 print(t->child[1], depth + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dyuv2rgb_template.c46 #define YUV2RGB_LOOP(depth) \
48 if (h_size * depth > FFABS(dstStride[0])) \
134 #define YUV2RGB_ENDLOOP(depth) \
138 "add $"AV_STRINGIFY(depth * 8)", %1\n\t" \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddib.cpp73 bool wxDIB::Create(int width, int height, int depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A Dalloca.c133 (b) keep track of stack depth.
148 char *deep; /* For stack depth measure. */
165 auto char probe; /* Probes stack depth: */
166 register char *depth = ADDRESS_FUNCTION (probe); local
180 if ((STACK_DIR > 0 && hp->h.deep > depth)
181 || (STACK_DIR < 0 && hp->h.deep < depth))
205 ((header *) new)->h.deep = depth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dpalette.h66 bool TransferBitmap(void *data, int depth, int size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dpalette.h66 bool TransferBitmap(void *data, int depth, int size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Doprofile_impl.h137 extern void op_powerpc_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/fs/configfs/
H A Dinode.c159 int depth = sd->s_depth; local
161 if (depth > 0) {
162 if (depth <= ARRAY_SIZE(default_group_class)) {
164 &default_group_class[depth - 1]);
167 * In practice the maximum level of locking depth is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-lisp.c1249 int depth = 0; local
1265 if (depth == 0)
1270 depth--;
1286 depth++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify_backend.h175 const int depth, openvpn_x509_cert_t *x509);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_cb.c131 int err,depth; local
135 depth= X509_STORE_CTX_get_error_depth(ctx);
138 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
143 if (verify_depth >= depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dbuild_libstagefright9 git clone --depth=1 --branch gingerbread-release https://github.com/CyanogenMod/android_frameworks_base.git ../android-source/frameworks/base
10 git clone --depth=1 --branch gingerbread-release https://github.com/CyanogenMod/android_system_core.git ../android-source/system/core
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dalloca.c122 (b) keep track of stack depth.
137 char *deep; /* For stack depth measure. */
153 auto char probe; /* Probes stack depth: */
154 register char *depth = ADDRESS_FUNCTION (probe); local
172 if ((STACK_DIR > 0 && hp->h.deep > depth)
173 || (STACK_DIR < 0 && hp->h.deep < depth))
210 new->h.deep = depth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvideo.h69 u16 depth; /* Bits per pixel, 0 for text mode */ member in struct:mode_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DJSON_parser.h81 \param depth If negative, the parser can parse arbitrary levels of JSON, otherwise
82 the depth is the limit
85 \param depth. Specifies the levels of nested JSON to allow. Negative numbers yield unlimited nesting.
94 int depth; member in struct:__anon7304
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h67 int depth; member in struct:nouveau_crtc::__anon11255
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dintc-simr.c73 irq_desc[irq].depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/lzma/
H A Dlzma.h348 * \brief Maximum search depth in the match finder
356 * - maximum search depth is reached.
358 * Maximum search depth is needed to prevent the match finder from
363 * Setting depth to zero tells liblzma to use an automatic default
368 * Using a bigger depth value than the default can increase
375 uint32_t depth; member in struct:__anon19402
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A Davl.h63 unsigned char depth; member in struct:avl_node_t
H A Dsetdiff.c30 int depth(avl_node_t *n) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dtree.c179 static void print(AVTreeNode *t, int depth) argument
182 for (i = 0; i < depth * 4; i++) av_log(NULL, AV_LOG_ERROR, " ");
185 print(t->child[0], depth + 1);
186 print(t->child[1], depth + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dyuv2rgb_template.c41 #define YUV2RGB_LOOP(depth) \
43 if (h_size * depth > FFABS(dstStride[0])) \
132 #define YUV2RGB_ENDLOOP(depth) \
136 "add $"AV_STRINGIFY(depth * 8)", %1\n\t" \

Completed in 300 milliseconds

1234567891011>>