Searched refs:depth (Results 176 - 200 of 846) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_accel.c304 par->depth == 4) {
309 if (par->depth == 1)
316 dx = rect->dx * par->depth;
317 width = rect->width * par->depth;
332 par->depth == 4) {
337 dx = region->dx * par->depth;
338 sx = region->sx * par->depth;
339 width = region->width * par->depth;
373 par->depth == 4 || image->depth !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dcb.c67 int err, depth; local
73 depth = X509_STORE_CTX_get_error_depth(ctx);
100 fprintf(fp_cb_ssl_verify, "chain-depth=%d, ", depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dcb.c77 int err, depth; local
83 depth = X509_STORE_CTX_get_error_depth(ctx);
110 fprintf(fp_cb_ssl_verify, "chain-depth=%d, ", depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/ndr/
H A Dndr_sec_helper.c111 ndr->depth++;
120 ndr->depth--;
172 ndr->depth++;
175 ndr->depth--;
359 ndr->depth++;
365 ndr->depth--;
541 ndr->depth++;
549 ndr->depth--;
632 ndr->depth++;
637 ndr->depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mainloop.c68 int depth; /**< number of recursive runs */ member in struct:DBusLoop
605 orig_depth = loop->depth;
608 _dbus_verbose ("Iteration block=%d depth=%d timeout_count=%d watch_count=%d\n",
609 block, loop->depth, loop->timeout_count, loop->watch_count);
743 if (loop->depth != orig_depth)
802 if (loop->depth != orig_depth)
860 loop->depth != orig_depth)
895 _dbus_assert (loop->depth >= 0);
899 our_exit_depth = loop->depth;
900 loop->depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dutilsx.cpp108 vinfo_template.depth = bpp;
177 m_visualDepth = vi->depth;
178 if (vi->depth == 16)
179 vi->depth = m_visualRedPrec + m_visualGreenPrec + m_visualBluePrec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.h81 * Sets the 3D-depth of the bar
83 * @param depth A value in the range from 1 to 5.
85 void Set3dDepth(unsigned depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvalkyriefb.h70 struct vpreg depth; member in struct:valkyrie_regs
H A Dsunxvr2500.c26 unsigned int depth; member in struct:s3d_info
36 sp->depth = of_getintprop_default(sp->of_node, "depth", 8);
90 if (sp->depth == 32 || sp->depth == 24)
99 var->bits_per_pixel = sp->depth;
163 switch (sp->depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Ddec.c204 int err,depth; local
208 depth= X509_STORE_CTX_get_error_depth(ctx);
211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
216 if (depth < 6)
H A Dverify.c219 int err,depth; local
223 depth= X509_STORE_CTX_get_error_depth(ctx);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
231 if (depth < 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlinux_logo.h51 extern const struct linux_logo *fb_find_logo(int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.h46 u_char depth; member in struct:ospf6_vertex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1_par.c72 int offset, int depth, int indent, int dump);
119 int offset, int depth, int indent, int dump)
136 if (depth > ASN1_PARSE_MAXDEPTH) {
167 depth, (long)hl, len) <= 0)
170 if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ", depth, (long)hl) <= 0)
173 if (!asn1_print_info(bp, tag, xclass, j, (indent) ? depth : 0))
190 offset + (p - *pp), depth + 1,
206 r = asn1_parse2(bp, &p, tmp, offset + (p - *pp), depth + 1,
118 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/drivers/gpu/drm/r128/
H A Dr128_state.c876 drm_r128_depth_t *depth)
886 count = depth->n;
890 if (DRM_COPY_FROM_USER(&x, depth->x, sizeof(x)))
892 if (DRM_COPY_FROM_USER(&y, depth->y, sizeof(y)))
895 buffer_size = depth->n * sizeof(u32);
899 if (DRM_COPY_FROM_USER(buffer, depth->buffer, buffer_size)) {
904 mask_size = depth->n * sizeof(u8);
905 if (depth->mask) {
911 if (DRM_COPY_FROM_USER(mask, depth->mask, mask_size)) {
970 drm_r128_depth_t *depth)
875 r128_cce_dispatch_write_span(struct drm_device *dev, drm_r128_depth_t *depth) argument
969 r128_cce_dispatch_write_pixels(struct drm_device *dev, drm_r128_depth_t *depth) argument
1090 r128_cce_dispatch_read_span(struct drm_device *dev, drm_r128_depth_t *depth) argument
1131 r128_cce_dispatch_read_pixels(struct drm_device *dev, drm_r128_depth_t *depth) argument
1480 drm_r128_depth_t *depth = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1_par.c72 int offset, int depth, int indent, int dump);
119 int offset, int depth, int indent, int dump)
136 if (depth > ASN1_PARSE_MAXDEPTH) {
167 depth, (long)hl, len) <= 0)
170 if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ", depth, (long)hl) <= 0)
173 if (!asn1_print_info(bp, tag, xclass, j, (indent) ? depth : 0))
190 offset + (p - *pp), depth + 1,
206 r = asn1_parse2(bp, &p, tmp, offset + (p - *pp), depth + 1,
118 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/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vpm.c79 param->depth = -1;
173 x509_verify_param_copy(depth, -1);
244 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) argument
246 param->depth = depth;
306 return param->depth;
323 9, /* depth */
333 -1, /* depth */
343 -1, /* depth */
353 -1, /* depth */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dfile-row.js8 function FileRow(torrent, depth, name, indices, even)
30 initialize = function(torrent, depth, name, indices, even) {
33 createRow(torrent, depth, name, even);
112 createRow = function(torrent, depth, name, even) {
166 $(root).css('margin-left', '' + (depth*16) + 'px');
193 initialize(torrent, depth, name, indices, even);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmap.tex49 \func{}{wxBitmap}{\param{const void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
55 \param{int}{ depth = 1}}
59 You should only use this function for monochrome bitmaps ({\it depth} 1) in
69 \func{}{wxBitmap}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
71 Creates a new bitmap. A depth of -1 indicates the depth of the current screen
73 colour setting. Beginning with version 2.5.4 of wxWidgets a depth of 32 including
84 \func{}{wxBitmap}{\param{const wxImage\&}{ img}, \param{int}{ depth = -1}}
88 The resulting bitmap will use the provided colour depth (or that of the
89 current system if depth i
[all...]
H A Dhtmlcell.tex38 the same depth level you can call {\tt CloseContainer(); OpenContainer();}.)
41 container. This doesn't create a new container with same depth level but
55 This code creates a new paragraph (container at same depth level)
78 new container. The result was that we had {\it same depth level} after
80 leave depth level of containers unmodified (in other words, number of
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Drem.S182 ! depth 1, accumulated bits 0
187 ! depth 2, accumulated bits 1
192 ! depth 3, accumulated bits 3
197 ! depth 4, accumulated bits 7
215 ! depth 4, accumulated bits 5
232 ! depth 3, accumulated bits 1
237 ! depth 4, accumulated bits 3
254 ! depth 4, accumulated bits 1
271 ! depth 2, accumulated bits -1
276 ! depth
[all...]
H A Dsdiv.S182 ! depth 1, accumulated bits 0
187 ! depth 2, accumulated bits 1
192 ! depth 3, accumulated bits 3
197 ! depth 4, accumulated bits 7
214 ! depth 4, accumulated bits 5
231 ! depth 3, accumulated bits 1
236 ! depth 4, accumulated bits 3
254 ! depth 4, accumulated bits 1
271 ! depth 2, accumulated bits -1
276 ! depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.c402 lock->depth = 0;
419 if (++(lock->depth) == 0) /* wraparound? */
421 lock->depth--;
432 if (lock->depth == 0)
434 if (--(lock->depth) == 0)
541 lock->depth = 0;
558 if (++(lock->depth) == 0) /* wraparound? */
560 lock->depth--;
571 if (lock->depth == 0)
573 if (--(lock->depth)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvbsubdec.c207 int depth; member in struct:DVBSubRegion
824 rect->nb_colors = (1 << region->depth);
833 switch (region->depth) {
847 memcpy(rect->pict.data[1], clut_table, (1 << region->depth) * sizeof(uint32_t));
910 if (region->depth == 8)
912 else if (region->depth == 4)
922 if (region->depth < 4) {
923 av_log(avctx, AV_LOG_ERROR, "4-bit pixel string in %d-bit region!\n", region->depth);
927 if (region->depth == 8)
937 if (region->depth <
1041 int entry_id, depth , full_range; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmove_extent.c403 int range_to_move, depth, ret; local
418 depth = orig_path->p_depth;
419 orig_path += depth;
422 if (depth) {
442 if (depth) {
482 int depth = ext_depth(orig_inode); local
486 o_start = o_end = oext = orig_path[depth].p_ext;
509 } else if (oext > EXT_FIRST_EXTENT(orig_path[depth].p_hdr)) {
663 int depth; local
679 depth
1192 int ret1, ret2, depth, last_extent = 0; local
[all...]

Completed in 278 milliseconds

1234567891011>>