OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwResult
(Results
1 - 9
of
9
) sorted by null
/hardware/ti/omap3/dspbridge/libbridge/
dsptrap.c
55
DWORD
dwResult
= DSP_EHANDLE;/* returned from call into class driver */
58
dwResult
= ioctl(hMediaFile, cmd, args);
62
return
dwResult
;
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_BitStream.cpp
29
int32_t CJBig2_BitStream::readNBits(FX_DWORD dwBits, FX_DWORD*
dwResult
) {
34
*
dwResult
= 0;
41
*
dwResult
=
42
(*
dwResult
<< 1) | ((m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01);
67
int32_t CJBig2_BitStream::read1Bit(FX_DWORD*
dwResult
) {
71
*
dwResult
= (m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01;
94
int32_t CJBig2_BitStream::readInteger(FX_DWORD*
dwResult
) {
98
*
dwResult
= (m_pBuf[m_dwByteIdx] << 24) | (m_pBuf[m_dwByteIdx + 1] << 16) |
104
int32_t CJBig2_BitStream::readShortInteger(FX_WORD*
dwResult
) {
108
*
dwResult
= (m_pBuf[m_dwByteIdx] << 8) | m_pBuf[m_dwByteIdx + 1]
[
all
...]
JBig2_BitStream.h
20
int32_t readNBits(FX_DWORD nBits, FX_DWORD*
dwResult
);
22
int32_t read1Bit(FX_DWORD*
dwResult
);
25
int32_t readInteger(FX_DWORD*
dwResult
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winhttp.h
477
DWORD_PTR
dwResult
;
ntmsapi.h
56
DWORD
dwResult
;
[
all
...]
wininet.h
130
DWORD_PTR
dwResult
;
[
all
...]
winspool.h
[
all
...]
tapi.h
[
all
...]
/external/netperf/src/
netlib.c
428
DWORD
dwResult
;
432
dwResult
= FormatMessage(
441
if (
dwResult
)
[
all
...]
Completed in 334 milliseconds