OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__pagesize
(Results
1 - 25
of
31
) sorted by null
1
2
/external/valgrind/main/none/tests/
faultstatus.c
48
#define FILESIZE (4*
__pagesize
)
50
static unsigned int
__pagesize
;
variable
133
__pagesize
= (unsigned int)sysconf(_SC_PAGE_SIZE);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h
380
//
__pagesize
need not match the actual VM page size for good
389
const size_type
__pagesize
= 4096;
local
412
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
414
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h
394
//
__pagesize
need not match the actual VM page size for good
403
const size_type
__pagesize
= 4096;
local
426
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
428
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h
394
//
__pagesize
need not match the actual VM page size for good
403
const size_type
__pagesize
= 4096;
local
426
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
428
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h
380
//
__pagesize
need not match the actual VM page size for good
389
const size_type
__pagesize
= 4096;
local
412
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
414
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h
380
//
__pagesize
need not match the actual VM page size for good
389
const size_type
__pagesize
= 4096;
local
412
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
414
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h
380
//
__pagesize
need not match the actual VM page size for good
389
const size_type
__pagesize
= 4096;
local
412
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
414
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h
380
//
__pagesize
need not match the actual VM page size for good
389
const size_type
__pagesize
= 4096;
local
412
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
414
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h
394
//
__pagesize
need not match the actual VM page size for good
403
const size_type
__pagesize
= 4096;
local
426
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
428
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h
394
//
__pagesize
need not match the actual VM page size for good
403
const size_type
__pagesize
= 4096;
local
426
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
428
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h
394
//
__pagesize
need not match the actual VM page size for good
403
const size_type
__pagesize
= 4096;
local
426
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
428
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h
394
//
__pagesize
need not match the actual VM page size for good
403
const size_type
__pagesize
= 4096;
local
426
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
428
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h
393
//
__pagesize
need not match the actual VM page size for good
402
const size_type
__pagesize
= 4096;
local
425
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
427
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.tcc
546
//
__pagesize
need not match the actual VM page size for good
555
const size_type
__pagesize
= 4096;
573
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
575
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.tcc
570
//
__pagesize
need not match the actual VM page size for good
579
const size_type
__pagesize
= 4096;
597
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
599
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.tcc
570
//
__pagesize
need not match the actual VM page size for good
579
const size_type
__pagesize
= 4096;
597
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
599
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
[
all
...]