Searched refs:depth (Results 251 - 275 of 846) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dalloca.c143 (b) keep track of stack depth.
158 char *deep; /* For stack depth measure. */
174 auto char probe; /* Probes stack depth: */
175 register char *depth = ADDRESS_FUNCTION (probe); local
193 if ((STACK_DIR > 0 && hp->h.deep > depth)
194 || (STACK_DIR < 0 && hp->h.deep < depth))
225 ((header *) new)->h.deep = depth;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/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/src/tools/misc/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:__anon20396
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftw.c175 FtwTraverse(const FtwInfoPtr ftwip, size_t dirPathLen, int depth) argument
198 ftwip->depth = depth;
199 if (ftwip->maxDepth < ftwip->depth) {
200 ftwip->maxDepth = ftwip->depth;
300 if (FtwTraverse(ftwip, dirPathLen + fnLen - 1, depth + 1) < 0)
410 ftwip->depth = ftwip->maxDepth = ftwip->numDirs = ftwip->numFiles = ftwip->numLinks = 0;
500 printf("rc=%d depth=%u dircount=%u filecount=%u\n", rc, ftwi.maxDepth, ftwi.numDirs, ftwi.numFiles);
H A Drftw.c26 FTPFtwTraverse(const FtwInfoPtr ftwip, size_t dirPathLen, int depth) argument
103 ftwip->depth = depth;
104 if (ftwip->maxDepth < ftwip->depth) {
105 ftwip->maxDepth = ftwip->depth;
291 if (FTPFtwTraverse(ftwip, dirPathLen + fnLen - 1, depth + 1) < 0)
404 ftwip->depth = ftwip->maxDepth = ftwip->numDirs = ftwip->numFiles = ftwip->numLinks = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddib.cpp90 bool wxDIB::Create(int width, int height, int depth) argument
94 wxASSERT_MSG( depth, _T("invalid image depth in wxDIB::Create()") );
95 if ( depth < 24 )
96 depth = 24;
117 info->bmiHeader.biBitCount = (WORD)depth;
118 info->bmiHeader.biSizeImage = GetLineSize(width, depth)*height;
141 m_depth = depth;
615 // bitmaps of this depth don't have palettes at all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify_openssl.c72 msg (D_TLS_ERRORS, "VERIFY ERROR: depth=%d, error=%s: %s",
321 do_setenv_x509 (struct env_set *es, const char *name, char *value, int depth) argument
327 msg (D_X509_ATTR, "X509 ATTRIBUTE name='%s' value='%s' depth=%d", name, value, depth);
331 openvpn_snprintf (name_expand, name_expand_size, "X509_%d_%s", depth, name);
337 x509_setenv_track (const struct x509_track *xt, struct env_set *es, const int depth, X509 *x509) argument
345 if (depth == 0 || (xt->flags & XT_FULL_CHAIN))
358 do_setenv_x509(es, xt->name, (char *)buf, depth);
380 do_setenv_x509(es, xt->name, str, depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dlpar.c703 unsigned int *depth; local
707 depth = &__get_cpu_var(hcall_trace_depth);
709 if (*depth)
712 (*depth)++;
714 (*depth)--;
724 unsigned int *depth; local
728 depth = &__get_cpu_var(hcall_trace_depth);
730 if (*depth)
733 (*depth)++;
735 (*depth)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflicvideo.c84 int depth; local
96 depth = 0;
100 depth = 8;
102 depth = AV_RL16(&fli_header[12]);
105 if (depth == 0) {
106 depth = 8; /* Some FLC generators set depth to zero, when they mean 8Bpp. Fix up here */
109 if ((s->fli_type == FLC_FLX_TYPE_CODE) && (depth == 16)) {
110 depth = 15; /* Original Autodesk FLX's say the depth i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dviafbdev.c60 static void viafb_fill_var_color_info(struct fb_var_screeninfo *var, u8 depth) argument
70 switch (depth) {
162 int htotal, vtotal, depth; local
181 depth = fb_get_color_depth(var, &info->fix);
182 if (!depth)
183 depth = var->bits_per_pixel;
185 if (depth < 0 || depth > 32)
187 else if (!depth)
188 depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dicon.tex64 \func{}{wxIcon}{\param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
69 \param{int}{ depth = 1}}
73 \func{}{wxIcon}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
108 \docparam{depth}{Specifies the depth of the icon. If this is omitted, the display depth of the
204 \item{Wx::Icon->new( width, height, depth = -1 )}
206 \item{Wx::Icon->newFromBits( bits, width, height, depth = 1 )}
227 Gets the colour depth of the icon. A value of 1 indicates a
324 \func{void}{SetDepth}{\param{int }{depth}}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dbitmap.cpp73 GWorldPtr wxMacCreateGWorld( int width , int height , int depth )
79 if ( depth < 0 )
81 depth = wxDisplayDepth() ;
84 err = NewGWorld( &port , depth , &rect , NULL , NULL , 0 ) ;
100 OSErr SetupCIconHandlePixMap( CIconHandle icon , short depth , Rect *bounds , CTabHandle colors )
112 bytesPerRow = ((depth * (bounds->right - bounds->left) + 31) / 32) * 4;
115 if (depth <= 8)
143 (**icon).iconPMap.pixelSize = depth; /* Set # bits/pixel */
146 if (depth <= 8)
151 (**icon).iconPMap.cmpSize = depth; /* Componen
507 wxBitmap(void *data, wxBitmapType type, int width, int height, int depth) argument
710 Create(void *data, wxBitmapType type, int width, int height, int depth) argument
727 wxBitmap(const wxImage& image, int depth) argument
1263 Create(wxBitmap *bitmap, void *data, long type, int width, int height, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp119 int bpp = visual->depth;
317 wxCHECK_MSG( (bpp == -1) || (bpp == visual->depth) || (bpp == 32), false,
318 wxT("invalid bitmap depth") );
320 m_bpp = visual->depth;
358 wxBitmap::wxBitmap( int width, int height, int depth )
360 Create( width, height, depth );
373 bool wxBitmap::Create( int width, int height, int depth )
383 return M_BMPDATA->Create(width, height, depth);
408 M_BMPDATA->m_bpp = visual->depth; // Can we get a different depth fro
594 CreateFromImage(const wxImage& image, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c204 * @depth: depth of the chain (1 - direct pointer, etc.)
227 * or when it reads all @depth-1 indirect blocks successfully and finds
231 int depth,
245 while (--depth) {
450 * @num: depth of the chain (number of blocks to allocate)
616 int depth; local
621 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
623 if (depth == 0)
626 partial = ext2_get_branch(inode, depth, offset
230 ext2_get_branch(struct inode *inode, int depth, int *offsets, Indirect chain[4], int *err) argument
936 ext2_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) argument
1035 ext2_free_branches(struct inode *inode, __le32 *p, __le32 *q, int depth) argument
1061 depth); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbmem.c66 int depth = 0; local
70 depth = 1;
76 depth = var->green.length;
78 depth = var->green.length + var->red.length +
82 return depth;
249 int depth)
272 switch (depth) {
301 * the visual format and color depth of the framebuffer, the DAC, the
317 * nibbles into separate bytes. The "depth" flag will be set to 4.
321 * We isolate each bit and expand each into a byte. The "depth" fla
247 fb_set_logo(struct fb_info *info, const struct linux_logo *logo, u8 *dst, int depth) argument
325 int depth; member in struct:logo_data
566 int depth = fb_get_color_depth(&info->var, &info->fix); local
[all...]
H A Dpm2fb.c404 static void set_aperture(struct pm2fb_par *p, u32 depth) argument
415 switch (depth) {
574 DPRINTK("depth not supported: %u\n", var->bits_per_pixel);
675 DPRINTK("Checking graphics mode at %dx%d depth %d\n",
693 u32 depth = (info->var.bits_per_pixel + 7) & ~7; local
713 depth = (depth > 32) ? 32 : depth;
714 data64 = depth > 8 || par->type == PM2_TYPE_PERMEDIA2V;
722 hsstart = to3264(info->var.right_margin, depth, data6
976 u32 depth = (var->bits_per_pixel + 7) & ~7; local
[all...]
H A Dsunxvr500.c33 unsigned int depth; member in struct:e3d_info
47 ep->depth = of_getintprop_default(ep->of_node, "depth", 8);
195 if (ep->depth == 32 || ep->depth == 24)
204 var->bits_per_pixel = ep->depth;
311 switch (ep->depth) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dpmb.c65 static void pmb_unmap_entry(struct pmb_entry *, int depth);
484 static void __pmb_unmap_entry(struct pmb_entry *pmbe, int depth) argument
506 } while (pmbe && --depth);
509 static void pmb_unmap_entry(struct pmb_entry *pmbe, int depth) argument
517 __pmb_unmap_entry(pmbe, depth);
656 int i = 1, depth = 0; local
666 depth = i;
680 if (!depth || !pmb_size_valid(newsize))
688 __pmb_unmap_entry(head->link, depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c46 unsigned depth; member in struct:vmw_fb_par
78 switch (par->depth) {
86 DRM_ERROR("Bad depth %u, bpp %u.\n", par->depth, par->bpp);
96 int depth = var->bits_per_pixel; local
102 depth = (var->transp.length > 0) ? 32 : 24;
109 switch (depth) {
131 DRM_ERROR("Bad depth %u.\n", depth);
157 par->bpp, par->depth);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vpm.c146 param->depth = -1;
285 x509_verify_param_copy(depth, -1);
408 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) argument
410 param->depth = depth;
517 return param->depth;
543 100, /* depth */
553 -1, /* depth */
563 -1, /* depth */
573 -1, /* depth */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vpm.c146 param->depth = -1;
285 x509_verify_param_copy(depth, -1);
408 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) argument
410 param->depth = depth;
517 return param->depth;
543 100, /* depth */
553 -1, /* depth */
563 -1, /* depth */
573 -1, /* depth */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dbitmap.cpp97 wxBitmap::wxBitmap(int width, int height, int depth) argument
99 Create(width, height, depth);
110 bool wxBitmap::Create(int width, int height, int depth) argument
118 int mglDepth = depth;
120 switch ( depth )
146 wxFAIL_MSG(wxT("invalid bitmap depth"));
174 wxBitmap::wxBitmap(const wxImage& image, int depth) argument
183 if ( !Create(width, height, depth) ) return;
256 wxBitmap::wxBitmap(const char bits[], int width, int height, int depth) argument
258 wxCHECK_RET( depth
504 SetDepth(int depth) argument
546 int WXUNUSED(depth) = 1) member in class:wxMGLBitmapHandler
764 int WXUNUSED(depth) = 1) member in class:wxICOBitmapHandler
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c139 8, /* depth -> load bits_per_pixel */
1268 static int depth = -1; /* "matrox:depth:xxxxx" */ variable
1767 vesafb_defined.red = colors[depth-1].red;
1768 vesafb_defined.green = colors[depth-1].green;
1769 vesafb_defined.blue = colors[depth-1].blue;
1770 vesafb_defined.bits_per_pixel = colors[depth-1].bits_per_pixel;
2278 if (depth == -1)
2279 depth = RSDepth(RSptr->info);
2317 else if (!strncmp(this_opt, "depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dinotify.c289 int depth = 1; local
371 while( depth )
373 depth = 0;
388 if( !depth )
398 depth++;
409 depth = 0;
418 if( !depth )
429 return depth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dinotify.c290 int depth = 1; local
381 while( depth )
383 depth = 0;
394 if( !depth )
404 depth++;
413 depth = 0;
422 if( !depth )
433 return depth;

Completed in 321 milliseconds

<<11121314151617181920>>