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:UT_hash_bucket
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libcoap/include/coap3/
H
A
D
coap_uthash_internal.h
224
(head)->hh.tbl->buckets = (
UT_hash_bucket
*)uthash_malloc( \
225
HASH_INITIAL_NUM_BUCKETS * sizeof(struct
UT_hash_bucket
)); \
232
HASH_INITIAL_NUM_BUCKETS * sizeof(struct
UT_hash_bucket
)); \
237
HASH_INITIAL_NUM_BUCKETS*sizeof(struct
UT_hash_bucket
)); \
457
(head)->hh.tbl->num_buckets * sizeof(struct
UT_hash_bucket
)); \
768
UT_hash_bucket
*_ha_head = &(head); \
790
UT_hash_bucket
*_hd_head = &(head); \
837
UT_hash_bucket
*_he_new_buckets, *_he_newbkt; \
838
_he_new_buckets = (
UT_hash_bucket
*)uthash_malloc( \
839
sizeof(struct
UT_hash_bucket
) * (tb
1068
typedef struct
UT_hash_bucket
{
global()
struct
1086
}
UT_hash_bucket
;
global()
typedef
[all...]
/third_party/libdrm/intel/
H
A
D
uthash.h
182
(head)->hh.tbl->buckets = (
UT_hash_bucket
*)uthash_malloc( \
183
HASH_INITIAL_NUM_BUCKETS*sizeof(struct
UT_hash_bucket
)); \
186
HASH_INITIAL_NUM_BUCKETS*sizeof(struct
UT_hash_bucket
)); \
342
(head)->hh.tbl->num_buckets*sizeof(struct
UT_hash_bucket
) ); \
796
UT_hash_bucket
*_he_new_buckets, *_he_newbkt; \
797
_he_new_buckets = (
UT_hash_bucket
*)uthash_malloc( \
798
2UL * tbl->num_buckets * sizeof(struct
UT_hash_bucket
)); \
801
2UL * tbl->num_buckets * sizeof(struct
UT_hash_bucket
)); \
826
uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct
UT_hash_bucket
) ); \
978
(head)->hh.tbl->num_buckets*sizeof(struct
UT_hash_bucket
)); \
1006
typedef struct
UT_hash_bucket
{
global()
struct
1024
}
UT_hash_bucket
;
global()
typedef
[all...]
Completed in 5 milliseconds