OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_mask
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-9/arch-mips/include/machine/
signal.h
92
long
sc_mask
; /* signal mask to restore */
member in struct:sigcontext
128
#define
SC_MASK
SC_REGMASK
134
#define
SC_MASK
(1 * REGSZ)
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc
732
static const int
sc_mask
= 0xFFF0;
local
733
switch (command &
sc_mask
) {
[
all
...]
/external/chromium_org/ui/views/win/
hwnd_message_handler.cc
2065
static const int
sc_mask
= 0xFFF0;
local
[
all
...]
Completed in 644 milliseconds