HomeSort by relevance Sort by last modified time
    Searched refs:SEGMENT_SIZE (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
a.out.h 109 #define SEGMENT_SIZE page_size
112 #define SEGMENT_SIZE 0x2000
116 #define SEGMENT_SIZE 0x20000
121 #define SEGMENT_SIZE PAGE_SIZE
127 #define SEGMENT_SIZE 1024
130 #ifndef SEGMENT_SIZE
131 #define SEGMENT_SIZE getpagesize()
136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
a.out.h 109 #define SEGMENT_SIZE page_size
112 #define SEGMENT_SIZE 0x2000
116 #define SEGMENT_SIZE 0x20000
121 #define SEGMENT_SIZE PAGE_SIZE
127 #define SEGMENT_SIZE 1024
130 #ifndef SEGMENT_SIZE
131 #define SEGMENT_SIZE getpagesize()
136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
a.out.h 109 #define SEGMENT_SIZE page_size
112 #define SEGMENT_SIZE 0x2000
116 #define SEGMENT_SIZE 0x20000
121 #define SEGMENT_SIZE PAGE_SIZE
127 #define SEGMENT_SIZE 1024
130 #ifndef SEGMENT_SIZE
131 #define SEGMENT_SIZE getpagesize()
136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
a.out.h 109 #define SEGMENT_SIZE page_size
112 #define SEGMENT_SIZE 0x2000
116 #define SEGMENT_SIZE 0x20000
121 #define SEGMENT_SIZE PAGE_SIZE
127 #define SEGMENT_SIZE 1024
130 #ifndef SEGMENT_SIZE
131 #define SEGMENT_SIZE getpagesize()
136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/ndk/current/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/current/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/current/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)
  /prebuilts/ndk/current/platforms/android-8/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/current/platforms/android-9/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/current/platforms/android-9/arch-mips/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/current/platforms/android-9/arch-x86/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)
  /toolchain/binutils/binutils-2.25/include/aout/
encap.h 132 #define SEGMENT_SIZE 0x400000
136 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x).a_text-1) & ~(SEGMENT_SIZE-1))) : \
hp.h 79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
81 #define SEGMENT_SIZE 0x1000
hp300hpux.h 105 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
130 #define SEGMENT_SIZE 0x1000
adobe.h 55 #define N_SEGSIZE(x) SEGMENT_SIZE
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 34 #define SEGMENT_SIZE 1024
46 ushort segment_size; member in struct:vsplit_frontend
49 unsigned fetch_elts[SEGMENT_SIZE];
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
101 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size);
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
212 for (i = 0; i < SEGMENT_SIZE; i++)
  /toolchain/binutils/binutils-2.25/bfd/
pc532-mach.c 46 #define SEGMENT_SIZE TARGET_PAGE_SIZE
48 #define SEGMENT_SIZE TARGET_PAGE_SIZE
i386aout.c 33 #define SEGMENT_SIZE 0x400000
aout-cris.c 43 #define SEGMENT_SIZE 2
56 #define TARGET_PAGE_SIZE SEGMENT_SIZE
277 adata (abfd).segment_size = SEGMENT_SIZE;
i386dynix.c 27 #define SEGMENT_SIZE TARGET_PAGE_SIZE
aout-target.h 26 #ifndef SEGMENT_SIZE
27 #define SEGMENT_SIZE TARGET_PAGE_SIZE
253 adata(abfd).segment_size = SEGMENT_SIZE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/
a.out.h 79 #define SEGMENT_SIZE 1024
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
  /toolchain/binutils/binutils-2.25/ld/
genscripts.sh 289 SEGMENT_SIZE=${SEGMENT_SIZE-${MAXPAGESIZE-${TARGET_PAGE_SIZE}}}
294 DATA_ALIGNMENT_="${DATA_ALIGNMENT_-${DATA_ALIGNMENT-ALIGN(${SEGMENT_SIZE})}}"
302 DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
  /toolchain/binutils/binutils-2.25/gas/config/
aout_gnu.h 173 #define N_SEGSIZE(x) SEGMENT_SIZE

Completed in 2155 milliseconds

1 2 34 5