Searched refs:end_off (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/less/ |
H A D | search.c | 611 * between start_off and end_off is visible on the screen. 613 static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off) in hlist_getstorage() 616 POSITION end_pos = line_pos + end_off; in hlist_getstorage() 1486 size_t end_off = (size_t)(osc8_match_end - osc8_linepos); in chg_caseless() 1487 shift_visible(osc8_linepos, start_off, end_off); 1722 size_t end_off = ptr_diff(ep[0], cline); in prep_hilite() 1723 shift_visible(linepos, chpos[start_off], chpos[end_off]); in prep_hilite() 1737 size_t end_off = ptr_diff(ep[0], cline); in prep_hilite() 1738 if (end_off >= swidth * sheight / 4) /* heuristic */ in prep_hilite() 1739 *plastlinepos = get_lastlinepos(linepos, linepos + chpos[end_off], (in in prep_hilite() 1387 int end_off = ep[0] - cline; search_range() local 1415 int end_off = ep[0] - cline; search_range() local [all...] |
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-x86.pl | 1859 my ($key_off,$rounds_off,$out_off,$end_off,$esp_off)=map(16*7+4*$_,(0..4)); 1888 &mov (&DWP($end_off,"esp"),$len); 1923 &mov ($len,&DWP($end_off,"esp")); 2009 &mov ($len,&DWP($end_off,"esp")); 2315 &mov (&DWP($end_off,"esp"),$len); 2349 &mov ($len,&DWP($end_off,"esp")); 2429 &mov ($len,&DWP($end_off,"esp"));
|