Searched refs:end_off (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | search.c | 597 static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off) in shift_visible() argument 600 POSITION end_pos = line_pos + end_off; in shift_visible() 1474 size_t end_off = (size_t)(osc8_match_end - osc8_linepos); in osc8_shift_visible() local 1475 shift_visible(osc8_linepos, start_off, end_off); in osc8_shift_visible() 1711 size_t end_off = ptr_diff(ep[0], cline); in search_range() local 1712 shift_visible(linepos, chpos[start_off], chpos[end_off]); in search_range() 1726 size_t end_off = ptr_diff(ep[0], cline); in search_range() local 1727 if (end_off >= swidth * sheight / 4) /* heuristic */ in search_range() 1728 *plastlinepos = get_lastlinepos(linepos, linepos + chpos[end_off], (int) sheight); in search_range()
|
| /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"));
|