Home
last modified time | relevance | path

Searched refs:woff (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/file/magic/Magdir/
H A Dfonts424 # Web Open Font Format (.woff)
425 0 name woff
438 !:mime font/woff
439 >0 use woff
446 >0 use woff
/dragonfly/contrib/gdb-7/readline/
H A Ddisplay.c1907 int woff; /* number of invisible chars on current line */ local
1911 woff = WRAP_OFFSET (_rl_last_v_pos, wrap_offset);
1951 wrap_offset >= woff && dpos >= woff &&
1955 dpos -= woff;
1978 i = _rl_last_c_pos - woff;
/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c656 u_int32_t roff, woff; in txp_rx_reclaim() local
659 woff = *r->r_woff; in txp_rx_reclaim()
662 while (roff != woff) { in txp_rx_reclaim()
738 woff = *r->r_woff; in txp_rx_reclaim()
741 *r->r_roff = woff; in txp_rx_reclaim()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.c739 wide_int woff = wi::to_wide (tmp_off, prec); in split_constant_offset_1() local
740 wide_int op0_min = wi::add (var_min, woff, sgn, &overflow[0]); in split_constant_offset_1()
741 wi::add (var_max, woff, sgn, &overflow[1]); in split_constant_offset_1()