Searched refs:depth (Results 126 - 150 of 846) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Drun_parts.c84 static int act(const char *file, struct stat *statbuf, void *args, int depth) argument
88 if (depth == 1)
91 if (depth == 2 &&
142 1 /* depth */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dbitmap.cpp104 wxBitmap::wxBitmap(int width, int height, int depth) argument
106 Create(width, height, depth);
120 bool wxBitmap::Create(int width, int height, int depth) argument
125 wxCHECK_MSG( depth == -1, false, wxT("only default depth supported now") );
138 wxBitmap::wxBitmap(const wxImage& image, int depth) argument
143 if ( !Create(image.GetWidth(), image.GetHeight(), depth) )
184 wxBitmap::wxBitmap(const char bits[], int width, int height, int depth) argument
186 wxCHECK_RET( depth == 1, wxT("can only create mono bitmap from XBM data") );
323 wxCHECK_RET( GetDepth() > 1 && GetDepth() <= 8, wxT("cannot set palette for bitmap of this depth") );
349 SetDepth(int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dbitmap.h60 void SetDepth( int depth ) { m_depth = depth ; }
107 virtual bool Create(wxBitmap *bitmap, void *data, long flags, int width, int height, int depth = 1);
137 wxBitmap(const char bits[], int width, int height, int depth = 1);
148 wxBitmap(void *data, wxBitmapType type, int width, int height, int depth = 1);
150 // If depth is omitted, will create a bitmap compatible with the display
151 wxBitmap(int width, int height, int depth = -1);
154 wxBitmap(const wxImage& image, int depth = -1);
163 virtual bool Create(int width, int height, int depth = -1);
164 virtual bool Create(void *data, wxBitmapType type, int width, int height, int depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/platforms/usrv/
H A Dsetup.c162 irq_desc[M32R_IRQ_MFT2].depth = 1;
171 irq_desc[M32R_IRQ_SIO0_R].depth = 1;
179 irq_desc[M32R_IRQ_SIO0_S].depth = 1;
187 irq_desc[M32R_IRQ_SIO1_R].depth = 1;
195 irq_desc[M32R_IRQ_SIO1_S].depth = 1;
205 irq_desc[PLD_IRQ_CF0 + i].depth = 1; /* disable nested irq */
216 irq_desc[PLD_IRQ_UART0].depth = 1; /* disable nested irq */
225 irq_desc[PLD_IRQ_UART1].depth = 1; /* disable nested irq */
236 irq_desc[PLD_IRQ_SNDINT].depth = 1; /* disable nested irq */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-message-factory.h47 int depth; member in struct:__anon1691
H A Ddbus-message-factory.c48 iter->depth += 1;
49 _dbus_assert (iter->depth < _DBUS_MESSAGE_DATA_MAX_NESTING);
50 _dbus_assert (iter->sequence_nos[iter->depth] >= 0);
56 _dbus_assert (iter->sequence_nos[iter->depth] >= 0);
57 return iter->sequence_nos[iter->depth];
65 iter->sequence_nos[iter->depth] = sequence;
71 iter->depth -= 1;
72 _dbus_assert (iter->depth >= 0);
78 iter->sequence_nos[iter->depth] += 1;
86 i = iter->depth;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqdn3d.h38 int depth; member in struct:HQDN3DContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dastdec.c43 int depth; local
54 depth = avio_rb16(s->pb);
55 if (depth != 16) {
56 avpriv_request_sample(s, "depth %d", depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dxmlstream.c47 size_t depth; member in struct:ParserStruct
55 state->depth++;
84 state->depth--;
86 printf("%5lu %10lu %s\n", state->depth, state->characters.size, name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dftrace.c25 unsigned long func, int *depth)
43 *depth = index;
68 trace->depth = index;
132 self_addr, &trace.depth) == -EBUSY) {
24 push_return_trace(unsigned long ret, unsigned long long time, unsigned long func, int *depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dinit.c22 extern void x86_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/m32r/platforms/m32104ut/
H A Dsetup.c91 irq_desc[M32R_IRQ_INT0].depth = 1;
100 irq_desc[M32R_IRQ_MFT2].depth = 1;
109 irq_desc[M32R_IRQ_SIO0_R].depth = 1;
117 irq_desc[M32R_IRQ_SIO0_S].depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dudiv.S167 ! depth 1, accumulated bits 0
172 ! depth 2, accumulated bits 1
177 ! depth 3, accumulated bits 3
182 ! depth 4, accumulated bits 7
199 ! depth 4, accumulated bits 5
216 ! depth 3, accumulated bits 1
221 ! depth 4, accumulated bits 3
238 ! depth 4, accumulated bits 1
255 ! depth 2, accumulated bits -1
260 ! depth
[all...]
H A Durem.S165 ! depth 1, accumulated bits 0
170 ! depth 2, accumulated bits 1
175 ! depth 3, accumulated bits 3
180 ! depth 4, accumulated bits 7
197 ! depth 4, accumulated bits 5
214 ! depth 3, accumulated bits 1
219 ! depth 4, accumulated bits 3
236 ! depth 4, accumulated bits 1
253 ! depth 2, accumulated bits -1
258 ! depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbmp.c47 unsigned int depth; local
117 depth = bytestream_get_le16(&buf);
141 switch(depth){
190 av_log(avctx, AV_LOG_ERROR, "Unknown palette for %d-colour BMP\n", 1<<depth);
195 av_log(avctx, AV_LOG_ERROR, "depth %d not supported\n", depth);
219 n = ((avctx->width * depth) / 8 + 3) & ~3;
240 int colors = 1 << depth;
248 if(t < 0 || t > (1 << depth)){
249 av_log(avctx, AV_LOG_ERROR, "Incorrect number of colors - %X for bitdepth %d\n", t, depth);
[all...]
H A Dtarga.c46 int depth = (bpp + 1) >> 3; local
51 diff = stride - w * depth;
63 CHECK_BUFFER_SIZE(src, src_end, depth, "image data");
65 CHECK_BUFFER_SIZE(src, src_end, count * depth, "image data");
68 switch(depth){
84 dst += depth;
86 src += depth;
96 src += depth;
152 av_log(avctx, AV_LOG_ERROR, "Bit depth %i is not supported\n", s->bpp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbmp.c39 unsigned int depth; local
113 depth = bytestream_get_le16(&buf);
140 switch (depth) {
192 1 << depth);
197 av_log(avctx, AV_LOG_ERROR, "depth %u not supported\n", depth);
215 n = ((avctx->width * depth + 31) / 8) & ~3;
236 int colors = 1 << depth;
244 if (t < 0 || t > (1 << depth)) {
247 t, depth);
[all...]
H A Dpnm.c63 int h, w, depth, maxval; local
83 depth = -1;
95 depth = strtol(buf1, NULL, 10);
110 if (w <= 0 || h <= 0 || maxval <= 0 || depth <= 0 || tuple_type[0] == '\0' || av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end)
116 if (depth == 1) {
124 } else if (depth == 2) {
127 } else if (depth == 3) {
133 } else if (depth == 4) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dbitmap.cpp127 // (b) otherwise, create a DIB if depth >= 24 (we don't support 16bpp
129 // (c) finally, create DIBs under Win9x even if the depth hasn't been
130 // explicitly specified but the current display depth is 24 or
136 // (i) by default, DDBs are created (depth == -1 usually)
137 // (ii) DIBs can be created by explicitly specifying the depth
209 wxBitmap::wxBitmap(const char bits[], int width, int height, int depth)
222 wxBitmap::wxBitmap(const void* data, long type, int width, int height, int depth) argument
230 bool wxBitmap::Create(int width, int height, int depth) argument
253 bool wxBitmap::CreateFromImage(const wxImage& image, int depth) argument
263 bool wxBitmap::CreateFromImage(const wxImage& image, int depth, WXHD argument
287 Create(const void* data, long type, int width, int height, int depth) argument
437 Create(wxGDIImage *image, const void* data, long flags, int width, int height, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dsymlink.c41 int depth = 0; local
42 do { depth++; } while ((p = p->ci_parent) && !configfs_is_root(p));
43 return depth;
245 int depth, size; local
247 depth = item_depth(item);
248 size = item_path_length(target) + depth * 3 - 1;
252 pr_debug("%s: depth = %d, size = %d\n", __func__, depth, size);
254 for (s = path; depth--; s += 3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/io/
H A Dfbif.h63 int32_t depth; /* depth in bits */ member in struct:xenfb_resize
116 uint8_t depth; /* depth of a pixel (in bits) */ member in struct:xenfb_page
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dchmod.c37 static int fileAction(const char *fileName, struct stat *statbuf, void* param, int depth) argument
42 if (depth == 0) {
46 } else { /* depth > 0: skip links */
110 0) // depth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_prs.c78 XXXX side-effect of this function is to increase the debug depth XXXX.
82 void prs_debug(prs_struct *ps, int depth, const char *desc, const char *fn_name) argument
84 DEBUG(5+depth, ("%s%06x %s %s\n", tab_depth(depth), ps->data_offset, fn_name, desc));
605 BOOL prs_uint8(const char *name, prs_struct *ps, int depth, uint8 *data8) argument
616 DEBUG(5,("%s%04x %s: %02x\n", tab_depth(depth), ps->data_offset, name, *data8));
627 BOOL prs_pointer( const char *name, prs_struct *ps, int depth, argument
638 if ( !prs_uint32("ptr", ps, depth, &data_p ))
655 return prs_fn(name, ps, depth, *data);
663 BOOL prs_uint16(const char *name, prs_struct *ps, int depth, uint1 argument
692 prs_uint32(const char *name, prs_struct *ps, int depth, uint32 *data32) argument
721 prs_int32(const char *name, prs_struct *ps, int depth, int32 *data32) argument
750 prs_ntstatus(const char *name, prs_struct *ps, int depth, NTSTATUS *status) argument
780 prs_dcerpc_status(const char *name, prs_struct *ps, int depth, NTSTATUS *status) argument
811 prs_werror(const char *name, prs_struct *ps, int depth, WERROR *status) argument
842 prs_uint8s(BOOL charmode, const char *name, prs_struct *ps, int depth, uint8 *data8s, int len) argument
875 prs_uint16s(BOOL charmode, const char *name, prs_struct *ps, int depth, uint16 *data16s, int len) argument
919 dbg_rw_punival(BOOL charmode, const char *name, int depth, prs_struct *ps, char *in_buf, char *out_buf, int len) argument
956 prs_uint16uni(BOOL charmode, const char *name, prs_struct *ps, int depth, uint16 *data16s, int len) argument
972 prs_uint32s(BOOL charmode, const char *name, prs_struct *ps, int depth, uint32 *data32s, int len) argument
1016 prs_buffer5(BOOL charmode, const char *name, prs_struct *ps, int depth, BUFFER5 *str) argument
1047 prs_regval_buffer(BOOL charmode, const char *name, prs_struct *ps, int depth, REGVAL_BUFFER *buf) argument
1080 prs_string2(BOOL charmode, const char *name, prs_struct *ps, int depth, STRING2 *str) argument
1130 prs_unistr2(BOOL charmode, const char *name, prs_struct *ps, int depth, UNISTR2 *str) argument
1168 prs_unistr3(BOOL charmode, const char *name, UNISTR3 *str, prs_struct *ps, int depth) argument
1198 prs_unistr(const char *name, prs_struct *ps, int depth, UNISTR *str) argument
1323 prs_string(const char *name, prs_struct *ps, int depth, char *str, int max_buf_size) argument
1361 prs_string_alloc(const char *name, prs_struct *ps, int depth, const char **str) argument
1395 prs_uint16_pre(const char *name, prs_struct *ps, int depth, uint16 *data16, uint32 *offset) argument
1415 prs_uint16_post(const char *name, prs_struct *ps, int depth, uint16 *data16, uint32 ptr_uint16, uint32 start_offset) argument
1442 prs_uint32_pre(const char *name, prs_struct *ps, int depth, uint32 *data32, uint32 *offset) argument
1459 prs_uint32_post(const char *name, prs_struct *ps, int depth, uint32 *data32, uint32 ptr_uint32, uint32 data_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/platforms/m32700ut/
H A Dsetup.c305 irq_desc[M32700UT_LAN_IRQ_LAN].depth = 1; /* disable nested irq */
314 irq_desc[M32R_IRQ_MFT2].depth = 1;
322 irq_desc[M32R_IRQ_SIO0_R].depth = 1;
330 irq_desc[M32R_IRQ_SIO0_S].depth = 1;
338 irq_desc[M32R_IRQ_SIO1_R].depth = 1;
346 irq_desc[M32R_IRQ_SIO1_S].depth = 1;
354 irq_desc[M32R_IRQ_DMA1].depth = 1;
363 irq_desc[PLD_IRQ_SIO0_RCV].depth = 1; /* disable nested irq */
371 irq_desc[PLD_IRQ_SIO0_SND].depth = 1; /* disable nested irq */
380 irq_desc[PLD_IRQ_CFIREQ].depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/platforms/opsput/
H A Dsetup.c306 irq_desc[OPSPUT_LAN_IRQ_LAN].depth = 1; /* disable nested irq */
315 irq_desc[M32R_IRQ_MFT2].depth = 1;
323 irq_desc[M32R_IRQ_SIO0_R].depth = 1;
331 irq_desc[M32R_IRQ_SIO0_S].depth = 1;
339 irq_desc[M32R_IRQ_SIO1_R].depth = 1;
347 irq_desc[M32R_IRQ_SIO1_S].depth = 1;
355 irq_desc[M32R_IRQ_DMA1].depth = 1;
364 irq_desc[PLD_IRQ_SIO0_RCV].depth = 1; /* disable nested irq */
372 irq_desc[PLD_IRQ_SIO0_SND].depth = 1; /* disable nested irq */
381 irq_desc[PLD_IRQ_CFIREQ].depth
[all...]

Completed in 249 milliseconds

1234567891011>>