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:MAPSIZE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
ebitmap.c
112
dst->highbit = prev->startbit +
MAPSIZE
;
in ebitmap_and()
162
dst->highbit = prev->startbit +
MAPSIZE
;
in ebitmap_xor()
177
for (cur_startbit = 0; cur_startbit < maxbit; cur_startbit +=
MAPSIZE
) {
in ebitmap_not()
188
if (maxbit - cur_startbit <
MAPSIZE
)
in ebitmap_not()
211
dst->highbit = prev->startbit +
MAPSIZE
;
in ebitmap_not()
365
if ((n->startbit +
MAPSIZE
) > bit) {
in ebitmap_get_bit()
380
uint32_t startbit = bit & ~(
MAPSIZE
- 1);
in ebitmap_set_bit()
381
uint32_t highbit = startbit +
MAPSIZE
;
in ebitmap_set_bit()
391
if ((n->startbit +
MAPSIZE
) > bit) {
in ebitmap_set_bit()
407
MAPSIZE
;
in ebitmap_set_bit()
[all...]
H
A
D
write.c
68
buf[0] = cpu_to_le32(
MAPSIZE
);
in ebitmap_write()
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
ebitmap.h
28
#define
MAPSIZE
(sizeof(MAPTYPE) * 8) /* number of bits in node bitmap */
macro
62
if ((bit == ((*n)->startbit +
MAPSIZE
- 1)) && (*n)->next) {
in ebitmap_next()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H
A
D
mmapstress09.c
67
* -s mapsize - mapsize (defaults to
MAPSIZE
)
76
#define
MAPSIZE
(64*1024) /* default mapsize set up by parent */
macro
103
int mapsize =
MAPSIZE
;
Completed in 5 milliseconds