Searched refs:depth (Results 201 - 225 of 846) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-isakmp.c70 u_int32_t proto0, int depth)
108 u_int32_t proto0, int depth);
121 int depth);
167 u_int32_t proto0, int depth) = {
544 u_int32_t proto0, int depth)
593 depth);
605 u_int32_t proto0 _U_, int depth)
628 prop.prot_id, depth);
768 u_int32_t proto, int depth _U_)
837 u_int32_t proto _U_, int depth _U
540 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0, int depth) argument
602 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
1180 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth) argument
1502 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
2026 ikev2_e_print(netdissect_options *ndo, _U_ struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, _U_ u_int32_t phase, _U_ u_int32_t doi, _U_ u_int32_t proto, _U_ int depth) argument
2117 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2158 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2294 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2345 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_par.c68 int offset, int depth, int indent, int dump);
120 int depth, int indent, int dump)
162 depth,(long)hl,len) <= 0)
168 depth,(long)hl) <= 0)
171 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0))
189 offset+(p - *pp),depth+1,
199 offset+(p - *pp),depth+1,
119 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/oprofile/
H A Dcommon.c291 unsigned int *depth = d; local
293 if (*depth) {
295 (*depth)--;
298 return *depth == 0;
327 static void arm_backtrace(struct pt_regs * const regs, unsigned int depth) argument
337 walk_stackframe(&frame, report_trace, &depth);
341 while (depth-- && tail && !((unsigned long) tail & 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Doffb.c103 int i, depth; local
106 depth = info->var.bits_per_pixel;
107 if (depth == 16)
108 depth = (info->var.green.length == 5) ? 15 : 16;
111 (depth == 16 && regno > 63) ||
112 (depth == 15 && regno > 31))
116 switch (depth) {
380 int width, int height, int depth,
384 unsigned long res_size = pitch * height * (depth + 7) / 8;
395 "Using unsupported %dx%d %s at %lx, depth
379 offb_init_fb(const char *name, const char *full_name, int width, int height, int depth, int pitch, unsigned long address, int foreign_endian, struct device_node *dp) argument
528 int i, width = 640, height = 480, depth = 8, pitch = 640; local
[all...]
H A Dsunxvr1000.c22 unsigned int depth; member in struct:gfb_info
32 gp->depth = of_getintprop_default(gp->of_node, "depth", 32);
86 if (gp->depth == 32 || gp->depth == 24)
95 var->bits_per_pixel = gp->depth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dname_table.c876 static void subseq_list(struct sub_seq *sseq, struct print_buf *buf, u32 depth, argument
885 if (depth == 2 || !publ) {
895 if (depth > 3) {
921 static void nameseq_list(struct name_seq *seq, struct print_buf *buf, u32 depth, argument
932 if (depth == 1) {
941 subseq_list(sseq, buf, depth, index);
952 static void nametbl_header(struct print_buf *buf, u32 depth) argument
956 if (depth > 1)
958 if (depth > 2)
960 if (depth >
986 u32 depth; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A Davl.c45 #define NODE_DEPTH(n) ((n) ? (n)->depth : 0)
230 newnode->depth = 1;
495 avlnode->depth = CALC_DEPTH(avlnode);
496 child->depth = CALC_DEPTH(child);
520 avlnode->depth = CALC_DEPTH(avlnode);
521 child->depth = CALC_DEPTH(child);
522 gchild->depth = CALC_DEPTH(gchild);
549 avlnode->depth = CALC_DEPTH(avlnode);
550 child->depth = CALC_DEPTH(child);
574 avlnode->depth
[all...]
H A Davl.h63 unsigned char depth; member in struct:avl_node_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Ditree.c88 int depth,
101 while (--depth) {
210 int depth = block_to_path(inode, iblock, offsets); local
212 if (depth == 0)
217 partial = get_branch(inode, depth, offsets, chain, &err);
224 chain[depth-1].key));
226 partial = chain+depth-1; /* the whole chain */
249 left = (chain + depth) - partial;
277 int depth,
286 for (k = depth;
87 get_branch(struct inode *inode, int depth, int offsets[], Indirect chain[], int *err) argument
276 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) argument
337 free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) argument
354 block_end(bh), depth); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A Davl.c45 #define NODE_DEPTH(n) ((n) ? (n)->depth : 0)
230 newnode->depth = 1;
495 avlnode->depth = CALC_DEPTH(avlnode);
496 child->depth = CALC_DEPTH(child);
520 avlnode->depth = CALC_DEPTH(avlnode);
521 child->depth = CALC_DEPTH(child);
522 gchild->depth = CALC_DEPTH(gchild);
549 avlnode->depth = CALC_DEPTH(avlnode);
550 child->depth = CALC_DEPTH(child);
574 avlnode->depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/picture/
H A Dmain.c33 FLAC__uint32 depth; member in struct:__anon3880
97 obj->data.picture.depth,
112 if(obj->data.picture.depth != pf->depth)
113 return failed_("picture depth mismatch");
165 /* invalid spec: #colors exceeds color depth */
201 picturefiles[0].depth = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil.h58 #define H264_IDCT(depth) \
59 void ff_h264_idct8_add_ ## depth ## _c(uint8_t *dst, DCTELEM *block, int stride);\
60 void ff_h264_idct_add_ ## depth ## _c(uint8_t *dst, DCTELEM *block, int stride);\
61 void ff_h264_idct8_dc_add_ ## depth ## _c(uint8_t *dst, DCTELEM *block, int stride);\
62 void ff_h264_idct_dc_add_ ## depth ## _c(uint8_t *dst, DCTELEM *block, int stride);\
63 void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
64 void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
65 void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
66 void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
67 void ff_h264_idct_add8_ ## depth ## _
[all...]
H A Ddvbsubdec.c205 int depth; member in struct:DVBSubRegion
781 if (region->depth == 8)
783 else if (region->depth == 4)
793 if (region->depth < 4) {
794 av_log(avctx, AV_LOG_ERROR, "4-bit pixel string in %d-bit region!\n", region->depth);
798 if (region->depth == 8)
808 if (region->depth < 8) {
809 av_log(avctx, AV_LOG_ERROR, "8-bit pixel string in %d-bit region!\n", region->depth);
911 int entry_id, depth , full_range; local
945 depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng2-x.c275 static int depth; variable
846 depth = DisplayPlanes(display, screen);
853 if (depth != 16 && depth != 24 && depth != 32) {
856 Trace((stderr, "default depth is %d: checking other visuals\n",
857 depth))
861 visual_info.depth = 24;
866 fprintf(stderr, "default screen depth %d not supported, and no"
867 " 24-bit visuals found\n", depth);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dioctl.c173 int depth; local
189 depth = reiserfs_write_lock_once(inode->i_sb);
227 reiserfs_write_unlock_once(inode->i_sb, depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c317 lock->depth = 0;
330 if (++(lock->depth) == 0) /* wraparound? */
339 if (lock->depth == 0)
341 if (--(lock->depth) == 0)
438 lock->depth = 0;
451 if (++(lock->depth) == 0) /* wraparound? */
460 if (lock->depth == 0)
462 if (--(lock->depth) == 0)
827 lock->depth = 0;
853 if (++(lock->depth)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c316 lock->depth = 0;
329 if (++(lock->depth) == 0) /* wraparound? */
338 if (lock->depth == 0)
340 if (--(lock->depth) == 0)
437 lock->depth = 0;
450 if (++(lock->depth) == 0) /* wraparound? */
459 if (lock->depth == 0)
461 if (--(lock->depth) == 0)
826 lock->depth = 0;
852 if (++(lock->depth)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c316 lock->depth = 0;
329 if (++(lock->depth) == 0) /* wraparound? */
338 if (lock->depth == 0)
340 if (--(lock->depth) == 0)
437 lock->depth = 0;
450 if (++(lock->depth) == 0) /* wraparound? */
459 if (lock->depth == 0)
461 if (--(lock->depth) == 0)
826 lock->depth = 0;
852 if (++(lock->depth)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_client.c141 enum xenbus_state state, int depth)
168 xenbus_switch_fatal(dev, depth, err, "starting transaction");
178 xenbus_switch_fatal(dev, depth, err, "writing new state");
188 xenbus_switch_fatal(dev, depth, err, "ending transaction");
315 static void xenbus_switch_fatal(struct xenbus_device *dev, int depth, int err, argument
324 if (!depth)
140 __xenbus_switch_state(struct xenbus_device *dev, enum xenbus_state state, int depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtarga.c55 int depth = (bpp + 1) >> 3; local
73 bytestream2_get_buffer(&s->gb, dst, n * depth);
75 dst += n * depth;
84 bytestream2_get_buffer(&s->gb, tmp, depth);
90 memcpy(dst, tmp, depth);
91 dst += depth;
167 av_log(avctx, AV_LOG_ERROR, "Bit depth %i is not supported\n", bpp);
H A Dflicvideo.c85 int depth; local
102 depth = 8;
111 depth = 8;
118 depth = 8;
121 depth = AV_RL16(&fli_header[12]);
124 if (depth == 0) {
125 depth = 8; /* Some FLC generators set depth to zero, when they mean 8Bpp. Fix up here */
128 if ((s->fli_type == FLC_FLX_TYPE_CODE) && (depth == 16)) {
129 depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-queue.c53 atomic_set(&q->depth, 0);
71 atomic_read(&q->depth) >= CX18_MAX_FW_MDLS_PER_STREAM)
81 atomic_inc(&q->depth);
97 atomic_dec(&q->depth);
165 if (mdl->skipped >= atomic_read(&s->q_busy.depth)-1) {
173 atomic_dec(&s->q_busy.depth);
182 atomic_dec(&s->q_busy.depth);
229 atomic_inc(&q_dst->depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dprom.c63 const char *uname, int depth, void *data)
69 pr_debug("search \"chosen\", depth: %d, uname: %s\n", depth, uname);
62 early_init_dt_scan_serial(unsigned long node, const char *uname, int depth, void *data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dunifdef.c187 static int depth; /* current #if nesting */ variable
318 * functions increase or decrease the depth. They also maintain the
443 if (depth == 0)
445 ignoring[depth] = ignoring[depth-1];
450 ignoring[depth] = true;
468 if (depth > MAXDEPTH-1)
470 if (depth == MAXDEPTH-1)
472 depth += 1;
473 stifline[depth]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbitmap.cpp160 // (b) otherwise, create a DIB if depth >= 24 (we don't support 16bpp
162 // (c) finally, create DIBs under Win9x even if the depth hasn't been
163 // explicitly specified but the current display depth is 24 or
169 // (i) by default, DDBs are created (depth == -1 usually)
170 // (ii) DIBs can be created by explicitly specifying the depth
431 wxBitmap::wxBitmap(const char bits[], int width, int height, int depth) argument
439 refData->m_depth = depth;
442 if ( depth == 1 )
480 HBITMAP hbmp = ::CreateBitmap(width, height, 1, depth, data);
505 wxBitmap::wxBitmap(const void* data, long type, int width, int height, int depth) argument
515 Create(int width, int height, int depth) argument
602 CreateFromImage(const wxImage& image, int depth, const wxDC& dc) argument
785 CreateFromImage(const wxImage& image, int depth) argument
800 CreateFromImage(const wxImage& image, int depth, WXHDC hdc) argument
1030 Create(const void* data, long type, int width, int height, int depth) argument
1553 Create(wxGDIImage *image, const void* data, long flags, int width, int height, int depth) argument
[all...]

Completed in 310 milliseconds

1234567891011>>