OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwBits
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_BitStream.cpp
29
int32_t CJBig2_BitStream::readNBits(uint32_t
dwBits
, uint32_t* dwResult) {
35
if (dwBitPos +
dwBits
<= LengthInBits())
36
dwBitPos =
dwBits
;
48
int32_t CJBig2_BitStream::readNBits(uint32_t
dwBits
, int32_t* nResult) {
54
if (dwBitPos +
dwBits
<= LengthInBits())
55
dwBitPos =
dwBits
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schannel.h
65
DWORD
dwBits
;
79
DWORD
dwBits
;
textserv.h
82
virtual HRESULT OnTxPropertyBitsChange(DWORD dwMask,DWORD
dwBits
) = 0;
Completed in 141 milliseconds