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:SIDTAB_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
avc_sidtab.c
27
return val & (
SIDTAB_SIZE
- 1);
in sidtab_hash()
35
(sizeof(struct sidtab_node *) *
SIDTAB_SIZE
);
in sidtab_init()
41
for (i = 0; i <
SIDTAB_SIZE
; i++)
in sidtab_init()
110
for (i = 0; i <
SIDTAB_SIZE
; i++) {
in sidtab_sid_stats()
128
SIDTAB_SIZE
, max_chain_len);
in sidtab_sid_stats()
139
for (i = 0; i <
SIDTAB_SIZE
; i++) {
in sidtab_destroy()
H
A
D
avc_sidtab.h
19
#define
SIDTAB_SIZE
SIDTAB_HASH_BUCKETS
macro
/third_party/selinux/libsepol/src/
H
A
D
sidtab.c
29
s->htable = calloc(
SIDTAB_SIZE
, sizeof(sidtab_ptr_t));
in sepol_sidtab_init()
122
for (i = 0; i <
SIDTAB_SIZE
; i++) {
in sepol_sidtab_map()
145
for (i = 0; i <
SIDTAB_SIZE
; i++) {
in sepol_sidtab_map_remove_on_error()
179
for (i = 0; i <
SIDTAB_SIZE
; i++) {
in sepol_sidtab_search_context()
233
for (i = 0; i <
SIDTAB_SIZE
; i++) {
in sepol_sidtab_hash_eval()
250
tag, h->nel, slots_used,
SIDTAB_SIZE
, max_chain_len);
in sepol_sidtab_hash_eval()
261
for (i = 0; i <
SIDTAB_SIZE
; i++) {
in sepol_sidtab_destroy()
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
sidtab.h
31
#define
SIDTAB_SIZE
SIDTAB_HASH_BUCKETS
macro
Completed in 2 milliseconds