OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P_OSO
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
decode.h
48
#define
P_oso
( 1 << 9 )
49
#define
P_OSO
(n) ( ( n >> 9 ) & 1 )
syn-att.c
127
/* check if
P_OSO
prefix is used */
128
if (!
P_OSO
(u->itab_entry->prefix) && u->pfx_opr) {
syn-intel.c
127
/* check if
P_OSO
prefix is used */
128
if (!
P_OSO
(u->itab_entry->prefix) && u->pfx_opr) {
Completed in 34 milliseconds