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:expand_mult
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libcoap/include/coap3/
H
A
D
coap_uthash_internal.h
776
if ((_ha_head->count >= ((_ha_head->
expand_mult
+ 1U) * HASH_BKT_CAPACITY_THRESH)) \
857
if (_he_newbkt->count > _he_newbkt->
expand_mult
* (tbl)->ideal_chain_maxlen) { \
858
_he_newbkt->
expand_mult
++; \
1072
/*
expand_mult
is normally set to 0. In this situation, the max chain length
1075
* However, setting
expand_mult
to a non-zero value delays bucket expansion
1078
* (The multiplier is simply
expand_mult
+1). The whole idea of this
1084
unsigned
expand_mult
;
member
/third_party/libdrm/intel/
H
A
D
uthash.h
743
if ((head.count >= ((head.
expand_mult
+1U) * HASH_BKT_CAPACITY_THRESH)) \
815
_he_newbkt->
expand_mult
= _he_newbkt->count / \
1010
/*
expand_mult
is normally set to 0. In this situation, the max chain length
1013
* However, setting
expand_mult
to a non-zero value delays bucket expansion
1016
* (The multiplier is simply
expand_mult
+1). The whole idea of this
1022
unsigned
expand_mult
;
member
Completed in 5 milliseconds