Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:pagesize
(Results
1 - 25
of
70
) sorted by relevance
1
2
3
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
H
A
D
aligned_alloc.c
26
int
pagesize
= getpagesize();
in aligned_alloc_0100()
local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
H
A
D
cpuset_memory_pressure.c
48
long int
pagesize
= getpagesize();
in main()
local
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
H
A
D
fsconfig03.c
34
long
pagesize
;
in run()
local
/third_party/ltp/testcases/kernel/syscalls/futex/
H
A
D
futex_wait04.c
30
size_t
pagesize
= getpagesize();
in run()
local
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H
A
D
mprotect05.c
22
static unsigned long
pagesize
;
variable
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H
A
D
setsockopt09.c
37
static unsigned int
pagesize
;
variable
H
A
D
setsockopt07.c
32
static unsigned int
pagesize
;
variable
H
A
D
setsockopt06.c
29
static unsigned int
pagesize
;
variable
/third_party/toybox/toys/other/
H
A
D
mkswap.c
25
int fd = xopen(*toys.optargs, O_RDWR),
pagesize
= sysconf(_SC_PAGE_SIZE);
in mkswap_main()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
direct_mmap.h
85
static int
pagesize
= 0;
variable
/test/xts/hats/kernel/syscalls/mem/mprotect/
H
A
D
MprotectApiTest.cpp
71
int
pagesize
;
in HWTEST_F()
local
100
int
pagesize
;
in HWTEST_F()
local
129
int
pagesize
;
HWTEST_F()
local
157
int
pagesize
;
HWTEST_F()
local
189
int
pagesize
;
HWTEST_F()
local
221
int
pagesize
;
HWTEST_F()
local
[all...]
/third_party/elfutils/lib/
H
A
D
crc32_file.c
56
const size_t
pagesize
= sysconf (_SC_PAGESIZE);
in crc32_file()
local
/third_party/ltp/testcases/kernel/controllers/memcg/control/
H
A
D
mem_process.c
56
int
pagesize
= getpagesize();
in touch_memory()
local
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H
A
D
memcg_process_stress.c
35
int
pagesize
;
in sigusr_handler()
local
/third_party/ltp/testcases/kernel/mem/mmapstress/
H
A
D
mmapstress08.c
65
long
pagesize
= sysconf(_SC_PAGE_SIZE);
in main()
local
H
A
D
mmapstress06.c
65
size_t
pagesize
= sysconf(_SC_PAGE_SIZE);
in main()
local
H
A
D
mmapstress03.c
72
size_t
pagesize
= (size_t) sysconf(_SC_PAGE_SIZE);
in main()
local
165
do_test(void* brk_max, long
pagesize
)
do_test()
argument
[all...]
H
A
D
mmapstress05.c
106
size_t
pagesize
= (size_t) sysconf(_SC_PAGE_SIZE);
in main()
local
[all...]
H
A
D
mmapstress02.c
83
size_t
pagesize
= sysconf(_SC_PAGE_SIZE);
in main()
local
[all...]
/third_party/ltp/testcases/kernel/syscalls/msync/
H
A
D
msync04.c
19
static long
pagesize
;
variable
/third_party/ltp/testcases/kernel/syscalls/sendto/
H
A
D
sendto03.c
128
size_t blocksize = 0x800000,
pagesize
= SAFE_SYSCONF(_SC_PAGESIZE);
in check_vnet_hdr()
local
/third_party/ltp/testcases/kernel/mem/vma/
H
A
D
vma02.c
54
static unsigned long
pagesize
;
variable
[all...]
/third_party/ltp/testcases/kernel/mem/cpuset/
H
A
D
cpuset01.c
97
long
pagesize
;
in mem_hog()
local
/third_party/ltp/testcases/kernel/mem/mem/
H
A
D
mem02.c
67
int i,
pagesize
, size = 0;
in get_pagesize_order()
local
/third_party/ltp/testcases/kernel/syscalls/madvise/
H
A
D
madvise02.c
52
static long
pagesize
;
variable
Completed in 7 milliseconds
1
2
3