OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pagesize
(Results
326 - 350
of
834
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/compiler-rt/lib/safestack/
safestack.cc
73
static unsigned
pageSize
;
192
CHECK_EQ((guard & (
pageSize
- 1)), 0);
224
pageSize
= sysconf(_SC_PAGESIZE);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc
264
uptr
PageSize
= GetPageSizeCached();
265
uptr p = internal_mmap((void *)(fixed_addr & ~(
PageSize
- 1)),
266
RoundUpTo(size,
PageSize
), PROT_READ | PROT_WRITE,
sanitizer_common.cc
125
uptr
PageSize
= GetPageSizeCached();
126
uptr kMinFileLen =
PageSize
;
140
while (*read_len +
PageSize
<= size) {
142
if (!ReadFromFile(fd, *buff + *read_len,
PageSize
, &just_read, errno_p)) {
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r13889.htm
141
pagesize
and mmap will fail when the specified address
242
> must be a multiple of the
pagesize
. Use
452
>
PAGESIZE
</CODE
/external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp
60
const uint32_t
PageSize
= 1 << PageSizeLog2; // 64KB
249
HeapBreak = (WASM_DATA_SIZE +
PageSize
- 1) & ~(
PageSize
- 1);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h
261
STDMETHOD(GetPageSize)(THIS_ DWORD *
pageSize
) PURE;
275
#define ISimilarityTraitsMapping_GetPageSize(This,
pageSize
) (This)->lpVtbl->GetPageSize(This,
pageSize
)
psapi.h
112
SIZE_T
PageSize
;
/dalvik/libdex/
SysUtil.h
27
* sysconf(_SC_PAGESIZE) or some system-specific define (usually
PAGESIZE
/external/kernel-headers/original/uapi/asm-arm/asm/
setup.h
34
__u32
pagesize
;
member in struct:tag_core
/external/libcups/cups/
raster.h
274
unsigned
PageSize
[2]; /* Width and length of page in points */
323
unsigned
PageSize
[2]; /* Width and length of page in points */
346
float cupsPageSize[2]; /* Floating point
PageSize
(scaling *
356
char cupsPageSizeName[64]; /*
PageSize
name @since CUPS 1.2/macOS 10.5@ */
testppd.c
109
"
PageSize
=Custom\n"
283
ppdMarkOption(ppd, "
PageSize
", "Custom.400x500");
307
ppdMarkOption(ppd, "
PageSize
", "Letter");
313
(val = cupsGetOption("
PageSize
", num_options, options)) == NULL ||
346
!cupsGetOption("
PageSize
", num_options, options))
355
puts("PASS (Resolved by changing
PageSize
)");
690
ppdMarkOption(ppd, "
PageSize
", "Env10");
741
ppdMarkOption(ppd, "
PageSize
", "A4");
/external/libcups/filter/
rastertopwg.c
108
fprintf(stderr, "DEBUG:
PageSize
= [ %d %d ]\n", inheader.
PageSize
[0], inheader.
PageSize
[1]);
283
fprintf(stderr, "DEBUG: Unsupported
PageSize
%.2fx%.2f.\n",
/external/ltp/testcases/kernel/controllers/memcg/control/
memcg_control_test.sh
44
PAGE_SIZE=$(getconf
PAGESIZE
)
/external/ltp/testcases/kernel/syscalls/mprotect/
mprotect02.c
89
/* mmap the
PAGESIZE
bytes as read only. */
/external/stressapptest/src/
finelock_queue.h
35
FineLockPEQueue(uint64 queuesize, int64
pagesize
);
/frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java
70
return SystemProperties.getInt("debug.sqlite.
pagesize
", sDefaultPageSize);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
xopen_lim.h
50
PAGESIZE
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
xopen_lim.h
50
PAGESIZE
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_pci.h
93
* x86
pagesize
again. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
xopen_lim.h
50
PAGESIZE
/prebuilts/go/darwin-x86/src/runtime/
os_plan9.go
222
var
pagesize
= []byte("
pagesize
\n")
var
243
// Find "<n>
pagesize
" line.
249
if bytesHasPrefix(text[i:],
pagesize
) {
/prebuilts/go/linux-x86/src/runtime/
os_plan9.go
222
var
pagesize
= []byte("
pagesize
\n")
var
243
// Find "<n>
pagesize
" line.
249
if bytesHasPrefix(text[i:],
pagesize
) {
/system/extras/libpagemap/
pm_kernel.c
54
ker->
pagesize
= getpagesize();
/toolchain/binutils/binutils-2.25/ld/
ldexp.h
159
bfd_vma base, min_base, relro_end, end,
pagesize
, maxpagesize;
member in struct:ldexp_control::__anon116364
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_test.c
148
int
pagesize
= sysconf(_SC_PAGESIZE);
local
150
for (i = 0; i < size; i +=
pagesize
)
Completed in 2049 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>