OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wstatus
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xwinsock.h
45
#define Status
wStatus
Xwindows.h
56
#define Status
wStatus
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xwinsock.h
45
#define Status
wStatus
Xwindows.h
56
#define Status
wStatus
/external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c
728
WORD
wStatus
= 0;
736
ctrlHeader.wLength = sizeof(
wStatus
);
739
&ctrlHeader, &
wStatus
, sizeof(
wStatus
), &written, NULL)) {
740
if (written == sizeof(
wStatus
) &&
741
(
wStatus
& STATUS_HALT_FLAG) == 0) {
[
all
...]
/external/qemu/target-i386/
hax-interface.h
389
uint16_t
wstatus
;
member in struct:hax_capabilityinfo
hax-all.c
138
if ( ((cap->
wstatus
& HAX_CAP_WORKSTATUS_MASK) ==
148
if (cap->
wstatus
& HAX_CAP_MEMQUOTA)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddeml.h
46
UINT
wStatus
;
scardssp.h
493
virtual HRESULT WINAPI put_ReplyStatus(WORD
wStatus
) = 0;
537
HRESULT (WINAPI *put_ReplyStatus)(ISCardCmd *This,WORD
wStatus
);
583
#define ISCardCmd_put_ReplyStatus(This,
wStatus
) (This)->lpVtbl->put_ReplyStatus(This,
wStatus
)
[
all
...]
Completed in 381 milliseconds