OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:useable
(Results
1 - 25
of
115
) sorted by null
1
2
3
4
5
/external/kernel-headers/original/asm-x86/
ldt.h
29
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ldt.h
29
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ldt.h
29
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ldt.h
29
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ldt.h
30
unsigned int
useable
:1;
member in struct:user_desc
desc_32.h
60
#define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->
useable
<< 20) | 0x7000)
61
#define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->
useable
== 0 )
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ldt.h
30
unsigned int
useable
:1;
member in struct:user_desc
desc_32.h
60
#define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->
useable
<< 20) | 0x7000)
61
#define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->
useable
== 0 )
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ldt.h
30
unsigned int
useable
:1;
member in struct:user_desc
desc_32.h
60
#define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->
useable
<< 20) | 0x7000)
61
#define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->
useable
== 0 )
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ldt.h
30
unsigned int
useable
:1;
member in struct:user_desc
desc_32.h
60
#define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->
useable
<< 20) | 0x7000)
61
#define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->
useable
== 0 )
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ldt.h
30
unsigned int
useable
:1;
member in struct:user_desc
desc_32.h
60
#define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->
useable
<< 20) | 0x7000)
61
#define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->
useable
== 0 )
/art/runtime/arch/x86/
thread_x86.cc
55
const int
useable
= 1;
local
71
entry.avl =
useable
;
107
ldt_entry.
useable
=
useable
;
/bionic/libc/kernel/arch-x86/asm/
ldt.h
36
unsigned int
useable
:1;
member in struct:user_desc
desc_32.h
70
#define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->
useable
<< 20) | 0x7000)
71
#define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->
useable
== 0 )
/development/ndk/platforms/android-9/arch-x86/include/asm/
ldt.h
36
unsigned int
useable
:1;
member in struct:user_desc
desc_32.h
70
#define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->
useable
<< 20) | 0x7000)
71
#define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->
useable
== 0 )
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ldt.h
36
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ldt.h
36
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ldt.h
36
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ldt.h
36
unsigned int
useable
:1;
member in struct:user_desc
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ldt.h
36
unsigned int
useable
:1;
member in struct:user_desc
/external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp
24
emitSourceFileHeader("A list of commands
useable
in documentation "
109
emitSourceFileHeader("A list of commands
useable
in documentation "
Completed in 344 milliseconds
1
2
3
4
5