Searched refs:depth (Results 51 - 75 of 846) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dbitmap.h75 wxBitmap(const char bits[], int width, int height, int depth = 1);
85 wxBitmap(const void* data, wxBitmapType type, int width, int height, int depth = 1);
86 // If depth is omitted, will create a bitmap compatible with the display
87 wxBitmap(int width, int height, int depth = -1);
89 wxBitmap(const wxImage& image, int depth = -1)
90 { CreateFromImage(image, depth); }
102 bool CreateFromImage(const wxImage& image, int depth=-1);
104 virtual bool Create(int width, int height, int depth = -1);
107 virtual bool Create(const void* data, wxBitmapType type, int width, int height, int depth = 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsgienc.c51 unsigned int width, height, depth, dimension; local
64 depth = SGI_GRAYSCALE;
68 depth = SGI_RGB;
72 depth = SGI_RGBA;
78 tablesize = depth * height * 4;
93 bytestream_put_be16(&buf, depth);
123 for (z = 0; z < depth; z++) {
130 encode_buf[x] = in_buf[depth * x];
146 for (z = 0; z < depth; z++) {
150 for (x = 0; x < width * depth;
[all...]
H A Dimgconvert.c67 uint8_t depth; /**< bit depth of the color components */ member in struct:PixFmtInfo
77 .depth = 8,
83 .depth = 8,
89 .depth = 8,
95 .depth = 8,
101 .depth = 8,
107 .depth = 8,
113 .depth = 8,
119 .depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dtallocmsg.c35 static void msg_pool_usage_helper(const void *ptr, int depth, int max_depth, int is_ref, void *_s) argument
42 "%*sreference to: %s\n", depth*4, "", name);
46 if (depth == 0) {
57 depth*4, "",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dnotify.h24 struct notify_depth *depth; member in struct:notify_array
H A Dndr_notify.c53 ndr->depth++;
60 ndr->depth--;
115 ndr->depth++;
120 ndr->depth++;
129 ndr->depth--;
130 ndr->depth--;
140 NDR_CHECK(ndr_push_notify_depth(ndr, NDR_SCALARS, &r->depth[cntr_depth_0]));
145 NDR_CHECK(ndr_push_notify_depth(ndr, NDR_BUFFERS, &r->depth[cntr_depth_0]));
158 NDR_PULL_ALLOC_N(ndr, r->depth, r->num_depths);
160 NDR_PULL_SET_MEM_CTX(ndr, r->depth,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqsplit.h30 long depth, long *pointsofar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/Macintosh/
H A Dalloca.c109 (b) keep track of stack depth.
125 char *deep; /* for stack depth measure */
144 auto char probe; /* probes stack depth: */
145 register char *depth = &probe; local
159 if ((STACK_DIR > 0 && hp->h.deep > depth)
160 || (STACK_DIR < 0 && hp->h.deep < depth))
185 ((header *)new)->h.deep = depth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Doprof.h40 int oprofile_set_backtrace(unsigned long depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/oprofile/
H A Dop_impl.h31 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/powerpc/include/asm/
H A Dphyp_dump.h44 const char *uname, int depth, void *data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/oprofile/
H A Dinit.c16 extern void s390_backtrace(struct pt_regs * const regs, unsigned int depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder_presets.c40 options->depth = (uint8_t []){ 4, 8, 24, 48 }[level];
45 options->depth = 0;
53 options->depth = 0;
56 options->depth = 512;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_fdt.h69 int depth, void *data),
77 int depth, void *data);
80 int depth, void *data);
97 int depth, void *data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsgienc.c53 unsigned int width, height, depth, dimension; local
69 depth = SGI_GRAYSCALE;
73 depth = SGI_RGB;
77 depth = SGI_RGBA;
86 depth = SGI_GRAYSCALE;
95 depth = SGI_RGB;
104 depth = SGI_RGBA;
110 tablesize = depth * height * 4;
113 length += depth * height * width;
115 length += tablesize * 2 + depth * heigh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/Macintosh/
H A Dalloca.c109 (b) keep track of stack depth.
125 char *deep; /* for stack depth measure */
144 auto char probe; /* probes stack depth: */
145 register char *depth = &probe; local
159 if ((STACK_DIR > 0 && hp->h.deep > depth)
160 || (STACK_DIR < 0 && hp->h.deep < depth))
185 ((header *)new)->h.deep = depth;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder_presets.c40 options->depth = (uint8_t []){ 4, 8, 24, 48 }[level];
45 options->depth = 0;
53 options->depth = 0;
56 options->depth = 512;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_treebk.cpp101 size_t depth = GetLong( wxT("depth") ); local
103 if( depth <= m_treeContext.Count() )
120 if( depth < m_treeContext.Count() )
121 m_treeContext.RemoveAt(depth, m_treeContext.Count() - depth );
122 if( depth == 0)
129 m_tbk->InsertSubPage(m_treeContext.Item(depth - 1), wnd,
137 wxLogError(wxT("Error in resource. wxTreebookPage has an invalid depth."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dbitmap.h68 wxBitmap( int width, int height, int depth = -1 );
69 wxBitmap( const char bits[], int width, int height, int depth = 1 );
79 wxBitmap( const wxImage& image, int depth = -1 ) { (void)CreateFromImage(image, depth); }
84 bool Create(int width, int height, int depth = -1);
117 void SetDepth( int depth );
136 bool CreateFromImage(const wxImage& image, int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.cpp78 void CBarShader::Set3dDepth(unsigned depth) argument
80 if ( depth < 1 ) {
81 depth = 1;
82 } else if ( depth > 5 ) {
83 depth = 5;
86 if ( m_used3dlevel != depth ) {
87 m_used3dlevel = depth;
106 unsigned depth = (7 - m_used3dlevel);
108 double piOverDepth = Pi/depth;
109 double base = piOverDepth * ((depth / 2.
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsysctl_check.c12 int depth; local
14 depth = 0;
16 depth++;
18 return depth;
35 int depth, i; local
36 depth = sysctl_depth(table);
38 for (i = depth; i >= 0; i--) {
51 int depth, cur_depth; local
53 depth = sysctl_depth(table);
57 cur_depth = depth;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dbitmap.h32 wxBitmap(int width, int height, int depth = -1);
33 wxBitmap(const char bits[], int width, int height, int depth = 1);
37 wxBitmap(const wxImage& image, int depth = -1);
44 bool Create(int width, int height, int depth = -1);
75 virtual void SetDepth(int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dbitmap.h35 wxBitmap(int width, int height, int depth = -1);
36 wxBitmap(const char bits[], int width, int height, int depth = 1);
39 wxBitmap(const wxImage& image, int depth = -1);
44 bool Create(int width, int height, int depth = -1);
71 virtual void SetDepth(int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddib.h32 // create an uninitialized DIB with the given width, height and depth (only
37 wxDIB(int width, int height, int depth) argument
38 { Init(); (void)Create(width, height, depth); }
44 // load a DIB from file (any depth is supoprted here unlike above)
51 bool Create(int width, int height, int depth);
93 // get the number of bits per pixel, or depth
150 // return the size of one line in a DIB with given width and depth: the
153 static unsigned long GetLineSize(int width, int depth) argument
155 return ((width*depth + 31) & ~31) >> 3;
187 // size and depth o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/oprofile/
H A Dbacktrace.c29 unsigned int depth; member in struct:__anon9574
94 while (bt->depth-- && next_frame(bt)) {
113 ia64_backtrace(struct pt_regs * const regs, unsigned int depth) argument
126 bt.depth = depth;

Completed in 295 milliseconds

1234567891011>>