/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...] |
/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/stressapptest/src/ |
disk_blocks.h | 75 int64 segment_size,
|
disk_blocks.cc | 170 int64 segment_size, string device_name) { 175 segment_size_ = segment_size;
|
worker.cc | [all...] |
worker.h | 675 int64 segment_size,
|
/ndk/build/tools/toolchain-patches/binutils/ |
0001-Modify-linker-script-generation-for-MIPS-Android.patch | 81 @@ -111,7 +111,9 @@ DATA_SEGMENT_ALIGN="ALIGN(${SEGMENT_SIZE}) + (. & (${MAXPAGESIZE} - 1))" 85 - DATA_SEGMENT_ALIGN="ALIGN (${SEGMENT_SIZE}) - ((${MAXPAGESIZE} - .) & (${MAXPAGESIZE} - 1)); . = DATA_SEGMENT_ALIGN (${MAXPAGESIZE}, ${COMMONPAGESIZE})" 86 + #DATA_SEGMENT_ALIGN="ALIGN (${SEGMENT_SIZE}) - ((${MAXPAGESIZE} - .) & (${MAXPAGESIZE} - 1)); . = DATA_SEGMENT_ALIGN (${MAXPAGESIZE}, ${COMMONPAGESIZE})" 88 + DATA_SEGMENT_ALIGN="ALIGN (${SEGMENT_SIZE}); . = DATA_SEGMENT_ALIGN (${MAXPAGESIZE}, ${COMMONPAGESIZE})"
|
/external/webp/src/enc/ |
analysis.c | 95 enc->pic_->stats->segment_size[n] = p[n];
|
/external/webp/include/webp/ |
encode.h | 168 int segment_size[4]; // number of macroblocks in each segments member in struct:__anon16555
|
/external/netperf/ |
nettest_sdp.c | 579 /* the SDP maximum segment_size was (if possible) */ [all...] |
nettest_sctp.c | 791 /* the sctp maximum segment_size was (if possible) */ [all...] |
nettest_bsd.c | [all...] |
nettest_xti.c | [all...] |
/tools/motodev/src/plugins/android/ |
commons-net-1.4.1.jar | |
/tools/motodev/src/plugins/common/ |
commons-net-1.4.1.jar | |
/tools/motodev/src/plugins/emulator/lib/ |
commons-net-1.4.1.jar | |
/tools/motodev/src/plugins/translation/ |
commons-net-1.4.1.jar | |