Searched refs:dst_h (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sbin/routed/
H A Doutput.c340 naddr mask, v1_mask, dst_h, ddst_h = 0; local
351 dst_h = ag->ag_dst_h;
353 v1_mask = ripv1_mask_host(htonl(dst_h),
389 addrname(htonl(dst_h), mask,
405 wb->n->n_dst = htonl(dst_h);
429 dst_h += ddst_h;
H A Dtable.c207 naddr dst_h; local
216 dst_h = ag->ag_dst_h;
217 if ((dst_h & lim_mask) != lim_dst_h)
234 if ((dst_h & ag_cors->ag_mask) == ag_cors->ag_dst_h) {
257 if (ag_cors->ag_dst_h == dst_h)
/freebsd-10.3-release/sys/dev/drm2/i915/
H A Dintel_overlay.c511 short dst_h; member in struct:put_image_params
646 if (params->dst_h > 1)
648 /(params->dst_h);
817 regs->DWINSZ = (params->dst_h << 16) | params->dst_w;
962 tmp = ((rec->src_scan_h << 16) / rec->dst_h) >> 16;
1202 params->dst_h = ((((u32)put_image_rec->dst_height) << 12) /
1206 params->dst_h = put_image_rec->dst_height;
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_display.c1454 u32 src_h = 1, dst_h = 1; local
1482 dst_h = radeon_crtc->native_mode.hdisplay;
1503 dst_h = crtc->mode.hdisplay - (radeon_crtc->h_border * 2);
1525 b.full = dfixed_const(dst_h);

Completed in 143 milliseconds