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:hashValue
(Results
1 - 8
of
8
) sorted by relevance
/drivers/hdf_core/framework/utils/src/
H
A
D
hdf_cstring.c
18
uint32_t
hashValue
= 0;
in HdfStringMakeHashKey()
local
21
hashValue
=
hashValue
* seed + (*key++);
in HdfStringMakeHashKey()
23
return (
hashValue
& 0x7FFFFFFF) | mask;
in HdfStringMakeHashKey()
H
A
D
hdf_map.c
37
uint32_t
hashValue
= 0;
in MapHash()
local
40
hashValue
=
hashValue
* HASH_SEED + (*hashKey++);
in MapHash()
43
return (
hashValue
& 0x7FFFFFFF);
in MapHash()
/drivers/hdf_core/interfaces/inner_api/utils/
H
A
D
device_resource_if.h
72
uint32_t
hashValue
; /**< Unique ID of a node */
member
387
* <b>
hashValue
</b> when the device resource source file is compiled (for example, the compilation tool of the HCS
388
* source file is hc-gen). For details about the <b>
hashValue
</b>, see {@link struct DeviceResourceNode}.
389
* When you obtain a tree node using the node-type attribute, you obtain the <b>
hashValue
</b> through the node-type
390
* attribute first, and then traverse the tree to obtain the tree node corresponding to the <b>
hashValue
</b>.
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
codec_component_manager_service.cpp
45
resourceNode_.
hashValue
= 0;
in CodecComponentManagerService()
H
A
D
codec_component_config.cpp
85
node_.
hashValue
= 0;
in CodecComponentConfig()
/drivers/hdf_core/framework/utils/src/hcs_parser/
H
A
D
hcs_generate_tree.c
37
newNode->
hashValue
= (uint32_t)offset + sizeof(struct HbcHeader);
in CreateTreeNode()
H
A
D
hcs_tree_if.c
416
if (curNode->
hashValue
== attrValue) {
in HcsGetNodeByRefAttr()
/drivers/peripheral/codec/image/config/
H
A
D
codec_image_config.cpp
47
node_.
hashValue
= 0;
in CodecImageConfig()
Completed in 5 milliseconds