Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_seq.c418 #define MAXLINELEN 80 in jas_seq2d_output() macro
422 char buf[MAXLINELEN + 1]; in jas_seq2d_output()
423 char sbuf[MAXLINELEN + 1]; in jas_seq2d_output()
438 if (n + strlen(sbuf) > MAXLINELEN) { in jas_seq2d_output()