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
refs:page_mask
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/
H
A
D
sljitWXExecAllocator.c
141
sljit_uw
page_mask
= (sljit_uw)get_page_alignment();
in sljit_update_wx_flags()
local
148
start &= ~
page_mask
;
in sljit_update_wx_flags()
149
end = (end +
page_mask
) & ~
page_mask
;
in sljit_update_wx_flags()
176
sljit_uw
page_mask
= (sljit_uw)get_page_alignment();
in sljit_free_exec()
local
178
SLJIT_ASSERT(!(start &
page_mask
));
in sljit_free_exec()
186
sljit_uw
page_mask
= (sljit_uw)get_page_alignment();
in sljit_update_wx_flags()
local
193
start &= ~
page_mask
;
in sljit_update_wx_flags()
194
end = (end +
page_mask
) & ~
page_mask
;
in sljit_update_wx_flags()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H
A
D
failure_signal_handler.cc
135
const size_t
page_mask
= getpagesize() - 1;
in SetupAlternateStackOnce()
local
137
const size_t
page_mask
= sysconf(_SC_PAGESIZE) - 1;
in SetupAlternateStackOnce()
140
(std::max<size_t>(SIGSTKSZ, 65536) +
page_mask
) & ~
page_mask
;
in SetupAlternateStackOnce()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H
A
D
mprotect04.c
186
uintptr_t
page_mask
= ~(page_sz - 1);
in get_func()
local
194
page_to_copy = (void *)((uintptr_t)opd->entry &
page_mask
);
in get_func()
198
page_to_copy = (void *)((uintptr_t)&exec_func &
page_mask
);
in get_func()
/third_party/ltp/testcases/cve/
H
A
D
stack_clash.c
51
static unsigned long
page_mask
;
variable
237
mapped_addr &=
page_mask
;
in do_child()
274
page_mask
= ~(page_size - 1);
in setup()
/third_party/ltp/testcases/kernel/fs/fsx-linux/
H
A
D
fsx-linux.c
92
int
page_mask
;
variable
669
pg_offset = offset &
page_mask
;
in domapread()
828
pg_offset = offset &
page_mask
;
in domapwrite()
1123
page_mask
= page_size - 1;
in main()
Completed in 5 milliseconds