HomeSort by relevance Sort by last modified time
    Searched full:segment_size (Results 51 - 75 of 86) sorted by null

1 23 4

  /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/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)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 66 if (icount > vsplit->segment_size)
134 assert(icount + !!close <= vsplit->segment_size);
221 const unsigned max_count_simple = vsplit->segment_size; \
222 const unsigned max_count_loop = vsplit->segment_size - 1; \
223 const unsigned max_count_fan = vsplit->segment_size;
245 assert(icount + !!close_loop <= vsplit->segment_size);
267 assert(icount <= vsplit->segment_size);
287 const unsigned max_count_loop = vsplit->segment_size - 1; \
288 const unsigned max_count_fan = vsplit->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)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 66 if (icount > vsplit->segment_size)
134 assert(icount + !!close <= vsplit->segment_size);
221 const unsigned max_count_simple = vsplit->segment_size; \
222 const unsigned max_count_loop = vsplit->segment_size - 1; \
223 const unsigned max_count_fan = vsplit->segment_size;
245 assert(icount + !!close_loop <= vsplit->segment_size);
267 assert(icount <= vsplit->segment_size);
287 const unsigned max_count_loop = vsplit->segment_size - 1; \
288 const unsigned max_count_fan = vsplit->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/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/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/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)
  /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)
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 59 size_t segment_size = segment->size(); local
60 if (segment_size > kMaximumSubdirectoryLength) {
64 segment_size = kMaximumSubdirectoryLength - 2;
68 if ((*segment)[segment_size - 1] == kEscapeChar) {
69 segment_size -= 1;
70 } else if ((*segment)[segment_size - 2] == kEscapeChar) {
71 segment_size -= 2;
73 dest->append(segment->data(), segment_size);
76 segment->erase(0, segment_size);
78 // At this point, if we had segment_size=3, and segment="abcd"
    [all...]
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 59 size_t segment_size = segment->size(); local
60 if (segment_size > kMaximumSubdirectoryLength) {
64 segment_size = kMaximumSubdirectoryLength - 2;
68 if ((*segment)[segment_size - 1] == kEscapeChar) {
69 segment_size -= 1;
70 } else if ((*segment)[segment_size - 2] == kEscapeChar) {
71 segment_size -= 2;
73 dest->append(segment->data(), segment_size);
76 segment->erase(0, segment_size);
78 // At this point, if we had segment_size=3, and segment="abcd"
    [all...]
  /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.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/
a.out.h 79 #define SEGMENT_SIZE 1024
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
  /external/chromium_org/mojo/public/bindings/lib/
buffer.cc 107 size_t segment_size = internal::Align(sizeof(Segment)) + delta; local
109 Segment* segment = static_cast<Segment*>(malloc(segment_size));
  /external/stressapptest/src/
disk_blocks.h 75 int64 segment_size,
disk_blocks.cc 170 int64 segment_size, string device_name) {
175 segment_size_ = segment_size;

Completed in 1659 milliseconds

1 23 4