OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86_EFLAGS_CF_BIT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h
22
#define
X86_EFLAGS_CF_BIT
0
23
#define X86_EFLAGS_CF _BITUL(
X86_EFLAGS_CF_BIT
)
/external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h
11
#define
X86_EFLAGS_CF_BIT
0 /* Carry Flag */
12
#define X86_EFLAGS_CF _BITUL(
X86_EFLAGS_CF_BIT
)
Completed in 132 milliseconds