OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rwcnt_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h
238
long
rwcnt_
;
member in struct:__anon21672
338
(((const jas_stream_t *)(stream))->
rwcnt_
)
439
(((stream)->rwlimit_ >= 0 && (stream)->
rwcnt_
>= (stream)->rwlimit_) ? \
444
(++(stream)->
rwcnt_
, (int)(*(stream)->ptr_++)))
450
(((stream)->rwlimit_ >= 0 && (stream)->
rwcnt_
>= (stream)->rwlimit_) ? \
456
(++(stream)->
rwcnt_
, (int)(*(stream)->ptr_++ = (c))))
/external/opencv3/3rdparty/libjasper/
jas_stream.c
165
stream->
rwcnt_
= 0;
509
--stream->
rwcnt_
;
909
old = stream->
rwcnt_
;
910
stream->
rwcnt_
= rwcnt;
Completed in 45 milliseconds