Home
last modified time | relevance | path

Searched defs:vt (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_vt100.c47 vt100_init(struct cmdline_vt100 *vt) in vt100_init()
76 vt100_parser(struct cmdline_vt100 *vt, char ch) in vt100_parser()
/f-stack/freebsd/arm/allwinner/
H A Da10_fb.c134 #define BASIC4_VT(vt) ((vt) << 16) argument
147 #define VBLANK_LEN(vt, vd, i) ((((vt) << (i)) >> 1) - (vd) - 2) argument
148 #define VTOTAL(vt) ((vt) * 2) argument
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.h47 lu_byte vt; /* whether 't' is register (VLOCAL) or upvalue (VUPVAL) */ member
/f-stack/freebsd/net/altq/
H A Daltq_hfsc.h91 u_int64_t vt; /* virtual time */ member
134 u_int64_t vt; /* virtual time */ member
H A Daltq_hfsc.c952 u_int64_t vt, f, cur_time; in init_vf() local
/f-stack/freebsd/mips/ingenic/
H A Djz4780_lcd.c202 u_int hds, hde, ht, vds, vde, vt; in jzlcd_set_videomode() local
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c3144 cmdline_fixed_string_t vt; member