OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpagesize
(Results
151 - 175
of
357
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/libnl_2/genl/
genl.c
103
const int RECV_BUF_SIZE =
getpagesize
();
/system/core/libnl_2/
netlink.c
62
int RECV_BUF_SIZE =
getpagesize
();
/external/v8/src/
platform-freebsd.cc
44
#include <unistd.h> //
getpagesize
163
return
getpagesize
();
170
const size_t msize = RoundUp(requested,
getpagesize
());
platform-solaris.cc
36
#include <unistd.h> //
getpagesize
(), usleep()
175
return static_cast<size_t>(
getpagesize
());
182
const size_t msize = RoundUp(requested,
getpagesize
());
/external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc
46
#include <unistd.h> //
getpagesize
555
const int page_size =
getpagesize
();
587
const int page_size =
getpagesize
();
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
vcencoder_test.cc
49
#include <unistd.h> //
getpagesize
620
const int page_size =
getpagesize
();
652
const int page_size =
getpagesize
();
[
all
...]
/external/open-vcdiff/src/
vcencoder_test.cc
49
#include <unistd.h> //
getpagesize
620
const int page_size =
getpagesize
();
652
const int page_size =
getpagesize
();
[
all
...]
/bionic/tests/
pthread_test.cpp
103
ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, static_cast<size_t>(-1) & ~(
getpagesize
() - 1)));
/development/tools/yuv420sp2rgb/
yuv420sp2rgb.c
201
int psz =
getpagesize
();
/external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c
118
const long page_size =
getpagesize
();
/external/chromium_org/third_party/tcmalloc/chromium/src/
config_android.h
55
/* Define to 1 if you have the `
getpagesize
' function. */
config_freebsd.h
55
/* Define to 1 if you have the `
getpagesize
' function. */
config_win.h
85
/* Define to 1 if you have the `
getpagesize
' function. */
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h
76
/* Define to 1 if you have the `
getpagesize
' function. */
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h
76
/* Define to 1 if you have the `
getpagesize
' function. */
/external/chromium_org/v8/src/
platform-macos.cc
121
const size_t msize = RoundUp(requested,
getpagesize
());
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h
41
uptr
GetPageSize
();
sanitizer_mac.cc
173
uptr
GetPageSize
() {
sanitizer_win.cc
35
uptr
GetPageSize
() {
/external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapText.java
62
textPages = new BitmapTextPage[font.
getPageSize
()];
/external/llvm/cmake/
config-ix.cmake
124
check_symbol_exists(
getpagesize
unistd.h HAVE_GETPAGESIZE)
/external/mesa3d/src/egl/main/
egldisplay.c
118
const long page_size =
getpagesize
();
/external/netperf/
config.h
48
/* Define to 1 if you have the `
getpagesize
' function. */
/external/oprofile/libpopt/
config.h
81
/* Define to 1 if you have the `
getpagesize
' function. */
/external/valgrind/main/
config.h
114
/* Define to 1 if you have the `
getpagesize
' function. */
Completed in 749 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>