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:zeros
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
bcmutils.h
992
int
zeros
;
in bcm_count_leading_zeros()
local
993
__asm__ volatile("clz %0, %1 \n" : "=r" (
zeros
) : "r" (u32arg));
in bcm_count_leading_zeros()
994
return
zeros
;
in bcm_count_leading_zeros()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
2500
* respective stack slots. If all the stack values are known to be
zeros
, then
2514
int
zeros
= 0;
in mark_reg_stack_read()
local
2523
zeros
++;
in mark_reg_stack_read()
2525
if (
zeros
== max_off - min_off) {
in mark_reg_stack_read()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
4489
-fno-signed-
zeros
) ;;
4682
_flags_filter='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-
zeros
'
6929
check_optflags -fno-signed-
zeros
6953
# 10006: ignoring unknown option -fno-signed-
zeros
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_pcie.c
6766
uint32
zeros
= 0;
in dhdpcie_bus_download_state()
local
6768
(uint8*)&
zeros
, 4) < 0) {
in dhdpcie_bus_download_state()
H
A
D
dhd_sdio.c
4598
uint32
zeros
= 0;
in dhdsdio_download_state()
local
4600
(uint8*)&
zeros
, 4) < 0) {
in dhdsdio_download_state()
6077
/* All
zeros
means readahead info was bad */
in dhdsdio_readframes()
6079
DHD_INFO(("%s (nextlen): read
zeros
in HW header???\n",
in dhdsdio_readframes()
6303
/* All
zeros
means no more frames */
in dhdsdio_readframes()
Completed in 47 milliseconds