Home
last modified time | relevance | path

Searched refs:max_width (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/ingenic/
H A Djz4780_pdma.c375 access_width(struct xdma_request *req, uint32_t *dcm, uint32_t *max_width) in access_width() argument
379 *max_width = max(req->src_width, req->dst_width); in access_width()
409 switch (*max_width) { in access_width()
434 int max_width; in pdma_channel_request() local
475 if (access_width(req, &dcm, &max_width) != 0) { in pdma_channel_request()
482 desc->dtc = (req->block_len / max_width); in pdma_channel_request()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c71 ngx_uint_t max_width; member
555 if (ctx->max_width == 0) { in ngx_http_image_process()
566 && ctx->width <= ctx->max_width in ngx_http_image_process()
845 && (ngx_uint_t) sx <= ctx->max_width in ngx_http_image_resize()
882 if ((ngx_uint_t) dx > ctx->max_width) { in ngx_http_image_resize()
883 dy = dy * ctx->max_width / dx; in ngx_http_image_resize()
885 dx = ctx->max_width; in ngx_http_image_resize()
906 dy = dy * ctx->max_width / dx; in ngx_http_image_resize()
908 dx = ctx->max_width; in ngx_http_image_resize()
996 if ((ngx_uint_t) dx > ctx->max_width) { in ngx_http_image_resize()
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.c172 ngx_uint_t width, sign, hex, max_width, frac_width, scale, n; in ngx_vslprintf() local
192 max_width = 0; in ngx_vslprintf()
210 max_width = 1; in ngx_vslprintf()
326 if (max_width) { in ngx_vslprintf()
371 if (max_width) { in ngx_vslprintf()
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c203 drm_dev->mode_config.max_width = 4096; in host1x_drm_load()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1865 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max, in max_width() function
1882 if ((ret = max_width(zhp, child[c], depth + 2, in max_width()
1890 if ((ret = max_width(zhp, child[c], depth + 2, in max_width()
1898 if ((ret = max_width(zhp, child[c], depth + 2, in max_width()
2920 cb.cb_namewidth = max_width(NULL, nvroot, 0, strlen(name), in show_import()
4826 max_width(zhp, nvroot, 0, min_width, flags)); in get_namewidth()
8322 cbp->cb_namewidth = max_width(zhp, nvroot, 0, 0, in status_callback()
/f-stack/freebsd/contrib/v4l/
H A Dvideodev2.h415 __u32 max_width; /* Maximum frame width [pixel] */ member