Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c877 dx = sx; in ngx_http_image_resize()
885 dx = ctx->max_width; in ngx_http_image_resize()
889 dx = dx * ctx->max_height / dy; in ngx_http_image_resize()
890 dx = dx ? dx : 1; in ngx_http_image_resize()
914 dx = dx * ctx->max_height / dy; in ngx_http_image_resize()
915 dx = dx ? dx : 1; in ngx_http_image_resize()
949 ax = (dx % 2 == 0) ? 1 : 0; in ngx_http_image_resize()
963 oy = dx / 2 - ax; in ngx_http_image_resize()
967 oy = dx / 2 + ax; in ngx_http_image_resize()
974 t = dx; in ngx_http_image_resize()
[all …]
/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c922 cl->cl_eligible.dx = 0; in init_ed()
1393 u_int64_t dx; in d2dx() local
1396 return (dx); in d2dx()
1409 dx2d(u_int64_t dx) in dx2d() argument
1422 isc->dx = d2dx(sc->d); in sc2isc()
1440 rtsc->dx = isc->dx; in rtsc_init()
1460 x = rtsc->x + rtsc->dx; in rtsc_y2x()
1465 x = rtsc->x + rtsc->dx in rtsc_y2x()
1526 rtsc->dx = isc->dx; in rtsc_min()
1543 dx += rtsc->x + rtsc->dx - x; in rtsc_min()
[all …]
H A Daltq_hfsc.h196 u_int64_t dx; /* the x-projection of the 1st segment */ member
208 u_int64_t dx; /* the x-projection of the 1st segment */ member
/f-stack/app/redis-5.0.5/src/
H A Dlolwut5.c107 int dx = abs(x2-x1); in lwDrawLine() local
111 int err = dx-dy, e2; in lwDrawLine()
121 if (e2 < dx) { in lwDrawLine()
122 err += dx; in lwDrawLine()
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-zii-ultra-rmb3.dts83 swap-dx-lanes = <0>;
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt68 - swap-dx-lanes : Specifies the ports which will swap the differential-pair
88 swap-dx-lanes = <1 2>;
/f-stack/freebsd/sys/
H A Dmouse.h58 int dx; /* x movement */ member
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-cheza-r1.dts43 pp3300_dx_edp: pp3300-dx-edp-regulator {
H A Dsdm845-cheza-r2.dts43 pp3300_dx_edp: pp3300-dx-edp-regulator {
H A Dsdm845-cheza.dtsi86 pp3300_dx_edp: pp3300-dx-edp-regulator {
1137 en_pp3300_dx_edp: en-pp3300-dx-edp {
/f-stack/freebsd/amd64/amd64/
H A Dsupport.S366 movw %dx,(%rdi)
493 movw 6(%rsi),%dx
494 movw %dx,6(%rdi)
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c624 int dx = 0; in interpolate() local
634 dx = x - px[ip]; in interpolate()
636 if (dx <= 0) { in interpolate()
637 if (!hhave || dx > (x - hx)) { in interpolate()
645 if (dx >= 0) { in interpolate()
646 if (!lhave || dx < (x - lx)) { in interpolate()
/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-x86_64/
H A Datomic.S578 cmpxchgw %dx, (%rdi)
/f-stack/freebsd/i386/i386/
H A Dsupport.s303 movw %ax,%dx
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Datlas7.dtsi1348 compatible = "dx,cc44p";