Searched refs:depth (Results 276 - 300 of 846) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbmphand.tex41 \func{virtual bool}{Create}{\param{wxBitmap* }{bitmap}, \param{const void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
54 \docparam{depth}{The depth of the bitmap in pixels. If this is -1, the screen depth is used.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbitmap.h97 int width, int height, int depth = 1);
125 wxBitmap(int width, int height, int depth = -1);
126 wxBitmap(const char bits[], int width, int height, int depth = 1);
129 wxBitmap(const wxImage& image, int depth = -1);
131 bool Create(int width, int height, int depth = -1);
173 virtual void SetDepth(int depth) = 0;
191 // overridden to quantize the colour to correspond to bitmap colour depth
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbtree.h33 unsigned int depth; member in struct:hfs_btree
139 __be16 depth; /* (V) The number of levels in this B-tree */ member in struct:hfs_btree_header_rec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dplatform.c160 int depth; member in struct:tr_lock
206 assert( l->depth >= 0 );
207 if( l->depth )
210 ++l->depth;
216 return ( l->depth > 0 )
223 assert( l->depth > 0 );
226 --l->depth;
227 assert( l->depth >= 0 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.h106 uint32_t depth; member in struct:lzma_mf_s
153 /// Maximum search depth
154 uint32_t depth; member in struct:__anon19437
H A Dlz_encoder_mf.c221 matches_count = func(len_limit, pos, cur, cur_match, mf->depth, \
241 /// \param depth Maximum length of the hash chain
253 uint32_t depth,
264 if (depth-- == 0 || delta >= cyclic_size)
458 uint32_t depth,
473 if (depth-- == 0 || delta >= cyclic_size) {
526 uint32_t depth,
539 if (depth-- == 0 || delta >= cyclic_size) {
583 bt_skip_func(len_limit, pos, cur, cur_match, mf->depth, \
248 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
453 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
521 bt_skip_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.h106 uint32_t depth; member in struct:lzma_mf_s
153 /// Maximum search depth
154 uint32_t depth; member in struct:__anon20431
H A Dlz_encoder_mf.c221 matches_count = func(len_limit, pos, cur, cur_match, mf->depth, \
241 /// \param depth Maximum length of the hash chain
253 uint32_t depth,
264 if (depth-- == 0 || delta >= cyclic_size)
458 uint32_t depth,
473 if (depth-- == 0 || delta >= cyclic_size) {
526 uint32_t depth,
539 if (depth-- == 0 || delta >= cyclic_size) {
583 bt_skip_func(len_limit, pos, cur, cur_match, mf->depth, \
248 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
453 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
521 bt_skip_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Duvesafb.c318 int xres, int yres, int depth, unsigned char flags)
325 abs(depth - par->vbe_modes[i].depth);
329 * and depth.
334 if (h < d || (h == d && par->vbe_modes[i].depth > depth)) {
342 par->vbe_modes[match].depth != depth)
537 mib->depth = mib->red_len + mib->green_len + mib->blue_len;
543 if (mib->depth
317 uvesafb_vbe_find_mode(struct uvesafb_par *par, int xres, int yres, int depth, unsigned char flags) argument
1221 int i, err = 0, depth = info->var.bits_per_pixel; local
1371 int depth = var->red.length + var->green.length + var->blue.length; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dutilsgtk.cpp118 return gdk_window_get_visual( wxGetRootWindow()->window )->depth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dviafbdev.h63 u8 depth; member in struct:viafb_par
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dbio_ber.c83 int depth; member in struct:ber_struct
96 int depth; /* used with indefinite encoding. */ member in struct:bio_ber_struct
259 ctx->depth--;
260 if (ctx->depth <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvideo-bios.c109 mi->depth = 0; /* text */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dftrace.c190 if (ftrace_push_return_trace(parent, ip, &trace.depth, 0) == -EBUSY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dintc-2.c89 irq_desc[irq].depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/generic/
H A Dirq.c124 irq_desc[i].depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Dsync_flush.c77 .depth = 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexif.h168 int depth, AVDictionary **metadata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dftrace.c112 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/arm/mach-pxa/include/mach/
H A Dpxafb.h78 depth:8, member in struct:pxafb_mode_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dchown.c45 void *cf, int depth)
88 flags |= ACTION_FOLLOWLINKS_L0; /* -H/-L: follow links on depth 0 */
102 0) /* depth */
44 fileAction(const char *fileName, struct stat *statbuf, void *cf, int depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Dsync_flush.c77 .depth = 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c912 void talloc_report_depth_cb(const void *ptr, int depth, int max_depth, argument
914 int depth, int max_depth,
932 callback(ptr, depth, max_depth, 0, private_data);
934 if (max_depth >= 0 && depth >= max_depth) {
942 callback(h->ptr, depth + 1, max_depth, 1, private_data);
944 talloc_report_depth_cb(TC_PTR_FROM_CHUNK(c), depth + 1, max_depth, callback, private_data); local
950 static void talloc_report_depth_FILE_helper(const void *ptr, int depth, int max_depth, int is_ref, void *_f) argument
956 fprintf(f, "%*sreference to: %s\n", depth*4, "", name);
960 if (depth == 0) {
969 depth*
996 talloc_report_depth_file(const void *ptr, int depth, int max_depth, FILE *f) argument
[all...]
H A Dtalloc.h137 void talloc_report_depth_cb(const void *ptr, int depth, int max_depth,
139 int depth, int max_depth,
143 void talloc_report_depth_file(const void *ptr, int depth, int max_depth, FILE *f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c440 * Compares to subtrees, using the tree depth as tie breaker when
443 #define smaller(tree, n, m, depth) \
445 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
637 s->depth[n] = 0;
651 s->depth[node] = 0;
675 s->depth[node] = (uch)((s->depth[
[all...]

Completed in 308 milliseconds

<<11121314151617181920>>