OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEGMENT_SIZE
(Results
1 - 25
of
53
) sorted by null
1
2
3
/bionic/libc/kernel/common/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
111
#define
SEGMENT_SIZE
0x2000
115
#define
SEGMENT_SIZE
0x20000
120
#define
SEGMENT_SIZE
PAGE_SIZE
126
#define
SEGMENT_SIZE
1024
129
#ifndef
SEGMENT_SIZE
130
#define
SEGMENT_SIZE
PAGE_SIZE
135
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/development/ndk/platforms/android-3/include/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
110
#define
SEGMENT_SIZE
0x2000
113
#define
SEGMENT_SIZE
0x20000
117
#define
SEGMENT_SIZE
PAGE_SIZE
123
#define
SEGMENT_SIZE
1024
125
#ifndef
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
PAGE_SIZE
131
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/external/kernel-headers/original/linux/
a.out.h
114
Note that it is up to you to define
SEGMENT_SIZE
117
#define
SEGMENT_SIZE
page_size
120
#define
SEGMENT_SIZE
0x2000
123
#define
SEGMENT_SIZE
0x20000
127
#define
SEGMENT_SIZE
PAGE_SIZE
133
#define
SEGMENT_SIZE
1024
135
#ifndef
SEGMENT_SIZE
136
#define
SEGMENT_SIZE
PAGE_SIZE
141
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/linux/
a.out.h
123
Note that it is up to you to define
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
page_size
129
#define
SEGMENT_SIZE
0x2000
132
#define
SEGMENT_SIZE
0x20000
136
#define
SEGMENT_SIZE
PAGE_SIZE
142
#define
SEGMENT_SIZE
1024
144
#ifndef
SEGMENT_SIZE
145
#define
SEGMENT_SIZE
PAGE_SIZE
150
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h
79
#define
SEGMENT_SIZE
1024
81
#define _N_SEGMENT_ROUND(x) (((x) +
SEGMENT_SIZE
- 1) & ~(
SEGMENT_SIZE
- 1))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
a.out.h
114
Note that it is up to you to define
SEGMENT_SIZE
117
#define
SEGMENT_SIZE
page_size
120
#define
SEGMENT_SIZE
0x2000
123
#define
SEGMENT_SIZE
0x20000
127
#define
SEGMENT_SIZE
PAGE_SIZE
133
#define
SEGMENT_SIZE
1024
135
#ifndef
SEGMENT_SIZE
136
#define
SEGMENT_SIZE
PAGE_SIZE
141
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/linux/
a.out.h
123
Note that it is up to you to define
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
page_size
129
#define
SEGMENT_SIZE
0x2000
132
#define
SEGMENT_SIZE
0x20000
136
#define
SEGMENT_SIZE
PAGE_SIZE
142
#define
SEGMENT_SIZE
1024
144
#ifndef
SEGMENT_SIZE
145
#define
SEGMENT_SIZE
PAGE_SIZE
150
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
79
#define
SEGMENT_SIZE
1024
81
#define _N_SEGMENT_ROUND(x) (((x) +
SEGMENT_SIZE
- 1) & ~(
SEGMENT_SIZE
- 1))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
a.out.h
114
Note that it is up to you to define
SEGMENT_SIZE
117
#define
SEGMENT_SIZE
page_size
120
#define
SEGMENT_SIZE
0x2000
123
#define
SEGMENT_SIZE
0x20000
127
#define
SEGMENT_SIZE
PAGE_SIZE
133
#define
SEGMENT_SIZE
1024
135
#ifndef
SEGMENT_SIZE
136
#define
SEGMENT_SIZE
PAGE_SIZE
141
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/linux/
a.out.h
123
Note that it is up to you to define
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
page_size
129
#define
SEGMENT_SIZE
0x2000
132
#define
SEGMENT_SIZE
0x20000
136
#define
SEGMENT_SIZE
PAGE_SIZE
142
#define
SEGMENT_SIZE
1024
144
#ifndef
SEGMENT_SIZE
145
#define
SEGMENT_SIZE
PAGE_SIZE
150
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
79
#define
SEGMENT_SIZE
1024
81
#define _N_SEGMENT_ROUND(x) (((x) +
SEGMENT_SIZE
- 1) & ~(
SEGMENT_SIZE
- 1))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
a.out.h
114
Note that it is up to you to define
SEGMENT_SIZE
117
#define
SEGMENT_SIZE
page_size
120
#define
SEGMENT_SIZE
0x2000
123
#define
SEGMENT_SIZE
0x20000
127
#define
SEGMENT_SIZE
PAGE_SIZE
133
#define
SEGMENT_SIZE
1024
135
#ifndef
SEGMENT_SIZE
136
#define
SEGMENT_SIZE
PAGE_SIZE
141
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/linux/
a.out.h
116
#define
SEGMENT_SIZE
page_size
119
#define
SEGMENT_SIZE
0x2000
122
#define
SEGMENT_SIZE
0x20000
126
#define
SEGMENT_SIZE
PAGE_SIZE
132
#define
SEGMENT_SIZE
1024
134
#ifndef
SEGMENT_SIZE
135
#define
SEGMENT_SIZE
PAGE_SIZE
140
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
110
#define
SEGMENT_SIZE
0x2000
113
#define
SEGMENT_SIZE
0x20000
117
#define
SEGMENT_SIZE
PAGE_SIZE
123
#define
SEGMENT_SIZE
1024
125
#ifndef
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
PAGE_SIZE
131
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
110
#define
SEGMENT_SIZE
0x2000
113
#define
SEGMENT_SIZE
0x20000
117
#define
SEGMENT_SIZE
PAGE_SIZE
123
#define
SEGMENT_SIZE
1024
125
#ifndef
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
PAGE_SIZE
131
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
110
#define
SEGMENT_SIZE
0x2000
113
#define
SEGMENT_SIZE
0x20000
117
#define
SEGMENT_SIZE
PAGE_SIZE
123
#define
SEGMENT_SIZE
1024
125
#ifndef
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
PAGE_SIZE
131
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
Completed in 1046 milliseconds
1
2
3