| /netbsd/src/usr.bin/sort/ |
| D | init.c | 288 char *vpos, *tpos, spec[20]; in fixit() local 365 asprintf(&vpos, "-k%s", spec); in fixit() 366 argv[i] = vpos; in fixit() 373 asprintf(&vpos, "%s,%s", argv[i-1], spec); in fixit() 375 argv[i-1] = vpos; in fixit()
|
| /netbsd/src/external/bsd/wpa/dist/src/eap_server/ |
| D | eap_server_peap.c | 831 const u8 *pos, *vpos; in eap_peap_process_phase2_soh() local 881 vpos = pos + 4; in eap_peap_process_phase2_soh() 882 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh() 883 tlv_type = vpos[0] & 0x3f; in eap_peap_process_phase2_soh() 884 tlv_type = (tlv_type << 8) | vpos[1]; in eap_peap_process_phase2_soh() 885 vtlv_len = ((int) vpos[2] << 8) | vpos[3]; in eap_peap_process_phase2_soh() 886 vpos += 4; in eap_peap_process_phase2_soh() 887 if (vpos + vtlv_len > pos + left) { in eap_peap_process_phase2_soh() 895 soh_tlv = vpos; in eap_peap_process_phase2_soh()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i2c/ |
| D | ch7006_mode.c | 340 int flicker, contrast, hpos, vpos; in ch7006_setup_properties() local 363 vpos = max(0, norm->vdisplay - round_fixed(mode->vdisplay*scale) in ch7006_setup_properties() 366 setbitf(state, CH7006_POV, VPOS_8, vpos); in ch7006_setup_properties() 367 setbitf(state, CH7006_VPOS, 0, vpos); in ch7006_setup_properties() 369 ch7006_dbg(client, "hpos: %d, vpos: %d\n", hpos, vpos); in ch7006_setup_properties()
|
| /netbsd/src/sys/dev/usb/ |
| D | auvitek_video.c | 282 uint16_t vpos = 0, hpos = 0; in auvitek_start_transfer() local 291 auvitek_write_1(sc, AU0828_REG_VPOS_LO, vpos & 0xff); in auvitek_start_transfer() 292 auvitek_write_1(sc, AU0828_REG_VPOS_HI, vpos >> 8); in auvitek_start_transfer()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_irq.h | 107 bool in_vblank_irq, int *vpos, int *hpos,
|
| D | i915_irq.c | 771 bool in_vblank_irq, int *vpos, int *hpos, in i915_get_crtc_scanoutpos() argument 877 *vpos = position; in i915_get_crtc_scanoutpos() 880 *vpos = position / htotal; in i915_get_crtc_scanoutpos() 881 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_vblank.c | 651 int vpos, hpos, i; in drm_calc_vbltimestamp_from_scanoutpos() local 699 &vpos, &hpos, in drm_calc_vbltimestamp_from_scanoutpos() 731 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_calc_vbltimestamp_from_scanoutpos() 746 pipe, hpos, vpos, in drm_calc_vbltimestamp_from_scanoutpos()
|
| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ |
| D | drm_drv.h | 375 bool in_vblank_irq, int *vpos, int *hpos,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.cc | 6132 rtx vpos = gen_reg_rtx (V16QImode); in s390_expand_vec_movstr() local 6146 emit_insn (gen_vfenezv16qi (vpos, vsrc, vsrc)); in s390_expand_vec_movstr() 6147 emit_insn (gen_vec_extractv16qiqi (gpos_qi, vpos, GEN_INT (7))); in s390_expand_vec_movstr() 6198 emit_insn (gen_vec_vfenesv16qi (vpos, vsrc, vsrc, in s390_expand_vec_movstr() 6225 emit_insn (gen_vec_extractv16qiqi (gpos_qi, vpos, GEN_INT (7))); in s390_expand_vec_movstr()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2007 | 1473 * tree-sra.c (scalarize_use): Adjust the vpos argument to
|