HomeSort by relevance Sort by last modified time
    Searched refs:jas_stream_putc_macro (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h 358 #define jas_stream_putc(stream, c) jas_stream_putc_macro(stream, c)
447 #define jas_stream_putc_macro(stream, c) \ macro
  /external/opencv3/3rdparty/libjasper/
jas_stream.c 496 return jas_stream_putc_macro(stream, c);
574 if (jas_stream_putc_macro(stream, *s) == EOF) {
897 if (jas_stream_putc_macro(out, c) == EOF) {

Completed in 32 milliseconds