Home
last modified time | relevance | path

Searched defs:imglen (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/less/dist/lesstest/
H A Ddisplay.c38 void display_screen(const byte* img, int imglen, int screen_width, int screen_height) { in display_screen()
93 void display_screen_debug(const byte* img, int imglen, int screen_width, int screen_height) { in display_screen_debug()
H A Drun.c80 static int curr_screen_match(LessPipeline* pipeline, const byte* img, int imglen) { in curr_screen_match()