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:hash_result
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavutil/tests/
H
A
D
murmur3.c
28
uint8_t
hash_result
[16] = {0};
in main()
local
43
av_murmur3_final(ctx,
hash_result
);
in main()
46
printf("result: 0x%"PRIx64" 0x%"PRIx64"\n", AV_RL64(
hash_result
), AV_RL64(
hash_result
+ 8));
in main()
48
return AV_RL32(
hash_result
) != 0x6384ba69;
in main()
54
av_murmur3_final(ctx,
hash_result
);
in main()
56
return
hash_result
[0];
in main()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
pxa168_eth.c
394
u32
hash_result
;
in hash_function()
local
414
hash_result
= (addr0 << 9) | (addr1 ^ addr2 ^ addr3);
in hash_function()
415
hash_result
=
hash_result
& 0x07ff;
in hash_function()
416
return
hash_result
;
in hash_function()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
pxa168_eth.c
394
u32
hash_result
;
in hash_function()
local
414
hash_result
= (addr0 << 9) | (addr1 ^ addr2 ^ addr3);
in hash_function()
415
hash_result
=
hash_result
& 0x07ff;
in hash_function()
416
return
hash_result
;
in hash_function()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic_defs.h
5317
u32
hash_result
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic_defs.h
5317
u32
hash_result
;
member
Completed in 49 milliseconds