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:dib_raw_t
(Results
1 - 1
of
1
) sorted by relevance
/third_party/eudev/src/shared/
H
A
D
hashmap.c
133
typedef uint8_t
dib_raw_t
;
typedef
134
#define DIB_RAW_OVERFLOW ((
dib_raw_t
)0xfdU) /* indicates DIB value is greater than representable */
135
#define DIB_RAW_REHASH ((
dib_raw_t
)0xfeU) /* entry yet to be rehashed during in-place resize */
136
#define DIB_RAW_FREE ((
dib_raw_t
)0xffU) /* a free bucket */
195
(sizeof(struct direct_storage) / (sizeof(entry_t) + sizeof(
dib_raw_t
)))
436
static
dib_raw_t
*dib_raw_ptr(HashmapBase *h) {
in dib_raw_ptr()
437
return (
dib_raw_t
*)
in dib_raw_ptr()
446
static unsigned bucket_calculate_dib(HashmapBase *h, unsigned idx,
dib_raw_t
raw_dib) {
in bucket_calculate_dib()
474
dib_raw_t
*dibs;
in skip_free_buckets()
551
dib_raw_t
raw_di
in base_remove_entry()
[all...]
Completed in 2 milliseconds