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

<<111213141516171819

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Ddir.c803 static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth) argument
817 leaf->lf_depth = cpu_to_be16(depth);
1261 filldir_t filldir, int *copied, unsigned *depth,
1283 *depth = be16_to_cpu(lf->lf_depth);
1370 unsigned depth = 0; local
1402 &copied, &depth,
1407 len = 1 << (dip->i_di.di_depth - depth);
1260 gfs2_dir_read_leaf(struct inode *inode, u64 *offset, void *opaque, filldir_t filldir, int *copied, unsigned *depth, u64 leaf_no) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dbtext.c105 void __init btext_setup_display(int width, int height, int depth, int pitch, argument
115 dispDeviceDepth = depth == 15 ? 16 : depth;
160 unsigned int width, height, depth, pitch; local
176 prop = of_get_property(np, "linux,bootx-depth", NULL);
178 prop = of_get_property(np, "depth", NULL);
181 depth = *prop;
182 pitch = width * ((depth + 7) / 8);
203 dispDeviceDepth = depth == 15 ? 16 : depth;
261 btext_update_display(unsigned long phys, int width, int height, int depth, int pitch) argument
[all...]
H A Drtas.c870 const char *uname, int depth, void *data)
874 if (depth != 1 || strcmp(uname, "rtas") != 0)
869 early_init_dt_scan_rtas(unsigned long node, const char *uname, int depth, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Dcxio_hal.c271 int depth = 1UL << wq->size_log2; local
278 wq->rq = kzalloc(depth * sizeof(u64), GFP_KERNEL);
286 wq->sq = kzalloc(depth * sizeof(struct t3_swsq), GFP_KERNEL);
291 depth * sizeof(union t3_wr),
296 memset(wq->queue, 0, depth * sizeof(union t3_wr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c563 int b_depth = vv->ov_fmt->depth;
704 int depth = sfmt->depth; local
712 vdma1.pitch = (width*depth*2)/8;
855 switch( sfmt->depth ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c127 int depth; member in struct:vivi_fmt
133 .depth = 16,
955 (f->fmt.pix.width * fh->fmt->depth) >> 3;
1000 (f->fmt.pix.width * fmt->depth) >> 3;
1195 #define line_buf_size(norm) (norm_maxw(norm)*(format.depth+7)/8)
H A Dplanb.c1456 switch(v.depth) {
1484 pb->picture.depth = pb->win.depth = v.depth;
1510 v.depth = pb->win.depth;
2038 pb->win.depth=32;
2100 pb->picture.depth = pb->win.depth;
H A Dc-qcam.c562 p->depth=24;
573 if (p->depth != 24 || p->palette != VIDEO_PALETTE_RGB24)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_synth.c406 int depth; local
410 depth = (7 - voice->sound->vibrato)
412 depth = (depth >> 7) + voice->sound->vibrato;
414 voice->reg_lfo_vibrato |= depth & OPL4_VIBRATO_DEPTH_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c873 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) { argument
877 for (i = 0;((i < depth) && (i < 25));i++)
892 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
894 xmlDebugDumpOneNode(output, cur, depth);
897 xmlXPathDebugDumpNodeList(FILE *output, xmlNodePtr cur, int depth) { argument
902 for (i = 0;((i < depth) && (i < 25));i++)
915 xmlDebugDumpOneNode(output, tmp, depth);
920 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { argument
924 for (i = 0;((i < depth) && (i < 25));i++)
940 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth
946 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) argument
967 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) argument
999 xmlXPathDebugDumpObject(FILE *output, xmlXPathObjectPtr cur, int depth) argument
1058 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, depth + 1); local
1070 depth + 1); local
1079 depth + 1); local
1086 depth + 1); local
1094 (xmlLocationSetPtr) cur->user, depth); local
1104 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op, int depth) argument
1289 xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, int depth) argument
14000 int ret, depth; local
[all...]
H A Dxmlreader.c114 int depth; /* depth of the current node */ member in struct:_xmlTextReader
123 int entMax; /* Max depth of the entities stack */
532 fprintf(stderr, "xmlTextReader: state %d depth %d ",
533 reader->state, reader->depth);
539 fprintf(stderr, " input: base %d, cur %d, depth %d: ",
1167 if (reader->ctxt->nodeNr < reader->depth)
1182 * Traverse depth-first through all sibling nodes and their children
1280 reader->depth = 0;
1328 reader->depth
[all...]
H A DxpathInternals.in.h363 int depth);
367 int depth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c874 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) { argument
878 for (i = 0;((i < depth) && (i < 25));i++)
893 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
895 xmlDebugDumpOneNode(output, cur, depth);
898 xmlXPathDebugDumpNodeList(FILE *output, xmlNodePtr cur, int depth) { argument
903 for (i = 0;((i < depth) && (i < 25));i++)
916 xmlDebugDumpOneNode(output, tmp, depth);
921 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { argument
925 for (i = 0;((i < depth) && (i < 25));i++)
941 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth
947 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) argument
968 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) argument
1000 xmlXPathDebugDumpObject(FILE *output, xmlXPathObjectPtr cur, int depth) argument
1059 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, depth + 1); local
1071 depth + 1); local
1080 depth + 1); local
1087 depth + 1); local
1095 (xmlLocationSetPtr) cur->user, depth); local
1105 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op, int depth) argument
1290 xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, int depth) argument
14064 int ret, depth; local
[all...]
H A Dxmlreader.c135 int depth; /* depth of the current node */ member in struct:_xmlTextReader
144 int entMax; /* Max depth of the entities stack */
551 fprintf(stderr, "xmlTextReader: state %d depth %d ",
552 reader->state, reader->depth);
558 fprintf(stderr, " input: base %d, cur %d, depth %d: ",
1186 if (reader->ctxt->nodeNr < reader->depth)
1203 * Traverse depth-first through all sibling nodes and their children
1307 reader->depth = 0;
1358 reader->depth
[all...]
H A Dparser.c176 * arbitrary depth limit for the XML documents that we allow to
207 void *user_data, int depth, const xmlChar *URL,
1552 "Excessive depth in document: %d use XML_PARSE_HUGE option\n",
2485 if (((ctxt->depth > 40) &&
2487 (ctxt->depth > 1024)) {
2542 ctxt->depth++;
2545 ctxt->depth--;
2586 ctxt->depth++;
2589 ctxt->depth--;
6276 int depth local
12224 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *list) argument
12432 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument
12459 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) argument
12879 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst, int recover) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c873 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) { argument
877 for (i = 0;((i < depth) && (i < 25));i++)
892 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
894 xmlDebugDumpOneNode(output, cur, depth);
897 xmlXPathDebugDumpNodeList(FILE *output, xmlNodePtr cur, int depth) { argument
902 for (i = 0;((i < depth) && (i < 25));i++)
915 xmlDebugDumpOneNode(output, tmp, depth);
920 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { argument
924 for (i = 0;((i < depth) && (i < 25));i++)
940 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth
946 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) argument
967 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) argument
999 xmlXPathDebugDumpObject(FILE *output, xmlXPathObjectPtr cur, int depth) argument
1058 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, depth + 1); local
1070 depth + 1); local
1079 depth + 1); local
1086 depth + 1); local
1094 (xmlLocationSetPtr) cur->user, depth); local
1104 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op, int depth) argument
1289 xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, int depth) argument
14000 int ret, depth; local
[all...]
H A Dxmlreader.c114 int depth; /* depth of the current node */ member in struct:_xmlTextReader
123 int entMax; /* Max depth of the entities stack */
532 fprintf(stderr, "xmlTextReader: state %d depth %d ",
533 reader->state, reader->depth);
539 fprintf(stderr, " input: base %d, cur %d, depth %d: ",
1167 if (reader->ctxt->nodeNr < reader->depth)
1182 * Traverse depth-first through all sibling nodes and their children
1280 reader->depth = 0;
1328 reader->depth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c896 init_tag_map(request_queue_t *q, struct blk_queue_tag *tags, int depth) argument
902 if (q && depth > q->nr_requests * 2) {
903 depth = q->nr_requests * 2;
904 printk(KERN_ERR "%s: adjusted depth to %d\n",
905 __FUNCTION__, depth);
908 tag_index = kzalloc(depth * sizeof(struct request *), GFP_ATOMIC);
912 nr_ulongs = ALIGN(depth, BITS_PER_LONG) / BITS_PER_LONG;
917 tags->real_max_depth = depth;
918 tags->max_depth = depth;
929 int depth)
928 __blk_queue_init_tags(struct request_queue *q, int depth) argument
954 blk_init_tags(int depth) argument
966 blk_queue_init_tags(request_queue_t *q, int depth, struct blk_queue_tag *tags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1089 static int depth; /* Current depth of a hypothetical stack variable
1091 used to determine the depth that will be
1095 /* Add the given token to the parse tree, maintaining the depth count and
1096 updating the maximum depth if necessary. */
1133 --depth;
1139 ++depth;
1142 if (depth > dfa->depth)
1143 dfa->depth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-sched.c1330 if ((stream->depth + sched->span) > mod) {
1332 urb, stream->depth, sched->span, mod);
1526 stream->depth += stream->interval;
1573 stream->depth -= stream->interval;
1908 stream->depth += stream->interval << 3;
1963 stream->depth -= stream->interval << 3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_utils_64.c191 const char *uname, int depth,
353 const char *uname, int depth,
190 htab_dt_scan_page_sizes(unsigned long node, const char *uname, int depth, void *data) argument
352 htab_dt_scan_pftsize(unsigned long node, const char *uname, int depth, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dbitblit.c161 image.depth = 1;
379 cursor.image.depth = 1;
H A Dfbcon_ccw.c152 image.depth = 1;
382 cursor.image.depth = 1;
H A Dfbcon_cw.c138 image.depth = 1;
366 cursor.image.depth = 1;
H A Dfbcon_ud.c175 image.depth = 1;
406 cursor.image.depth = 1;

Completed in 396 milliseconds

<<111213141516171819