OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:putword
(Results
1 - 14
of
14
) sorted by null
/external/opencv/
WLNonFileByteStream.h
35
void
PutWord
( int val );
WLNonFileByteStream.cpp
101
void WLNonFileByteStream::
PutWord
( int val )
cvjni.h
203
m_strm->
PutWord
( 1 );
204
m_strm->
PutWord
( channels << 3 );
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
674
m_strm.
PutWord
( tag );
675
m_strm.
PutWord
( fieldType );
751
m_strm.
PutWord
( stripCounts[i] );
771
m_strm.
PutWord
(8);
772
m_strm.
PutWord
(8);
773
m_strm.
PutWord
(8);
775
m_strm.
PutWord
(8);
781
m_strm.
PutWord
( 9 );
bitstrm.h
198
void
PutWord
( int val );
210
void
PutWord
( int val );
grfmt_jpeg.cpp
[
all
...]
grfmt_bmp.cpp
521
m_strm.
PutWord
( 1 );
522
m_strm.
PutWord
( channels << 3 );
bitstrm.cpp
857
void WLByteStream::
PutWord
( int val )
908
void WMByteStream::
PutWord
( int val )
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
indexsrv.h
130
virtual HRESULT WINAPI
PutWord
(ULONG cwc,const WCHAR *pwcInBuf,ULONG cwcSrcLen,ULONG cwcSrcPos) = 0;
142
HRESULT (WINAPI *
PutWord
)(IWordSink *This,ULONG cwc,const WCHAR *pwcInBuf,ULONG cwcSrcLen,ULONG cwcSrcPos);
156
#define IWordSink_PutWord(This,cwc,pwcInBuf,cwcSrcLen,cwcSrcPos) (This)->lpVtbl->
PutWord
(This,cwc,pwcInBuf,cwcSrcLen,cwcSrcPos)
243
virtual HRESULT WINAPI
PutWord
(const WCHAR *pwcInBuf,ULONG cwc) = 0;
252
HRESULT (WINAPI *
PutWord
)(IWordFormSink *This,const WCHAR *pwcInBuf,ULONG cwc);
263
#define IWordFormSink_PutWord(This,pwcInBuf,cwc) (This)->lpVtbl->
PutWord
(This,pwcInBuf,cwc)
/external/opencv3/modules/imgcodecs/src/
bitstrm.hpp
158
void
putWord
( int val );
169
void
putWord
( int val );
grfmt_tiff.cpp
499
strm.
putWord
( tag );
500
strm.
putWord
( fieldType );
795
strm.
putWord
( stripCounts[i] );
815
strm.
putWord
(bitsPerSample);
816
strm.
putWord
(bitsPerSample);
817
strm.
putWord
(bitsPerSample);
819
strm.
putWord
(bitsPerSample);
826
strm.
putWord
( 9 );
bitstrm.cpp
488
void WLByteStream::
putWord
( int val )
539
void WMByteStream::
putWord
( int val )
grfmt_bmp.cpp
538
strm.
putWord
( 1 );
539
strm.
putWord
( channels << 3 );
/toolchain/binutils/binutils-2.25/bfd/
ChangeLog-0001
[
all
...]
Completed in 204 milliseconds