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:bit32
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H
A
D
math_support.h
53
#define
bit32
(x) (bit16(x) | (bit16(x) >> 16))
macro
54
#define NEXT_POWER_OF_2(x) (
bit32
(x - 1) + 1)
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H
A
D
math_support.h
53
#define
bit32
(x) (bit16(x) | (bit16(x) >> 16))
macro
54
#define NEXT_POWER_OF_2(x) (
bit32
(x - 1) + 1)
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
symbol.h
251
bool
bit32
; /* whether the location is 32 bits? */
member
H
A
D
probe-file.c
708
return note->
bit32
?
in sdt_note__get_addr()
715
return note->
bit32
?
in sdt_note__get_ref_ctr_offset()
H
A
D
symbol-elf.c
2145
if (tmp->
bit32
)
in sdt_adjust_loc()
2161
if (tmp->
bit32
&& tmp->addr.a32[SDT_NOTE_IDX_REFCTR])
in sdt_adjust_refctr()
2260
tmp->
bit32
= true;
in populate_sdt_note()
2263
tmp->
bit32
= false;
in populate_sdt_note()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
symbol.h
247
bool
bit32
; /* whether the location is 32 bits? */
member
H
A
D
probe-file.c
743
return note->
bit32
?
in sdt_note__get_addr()
750
return note->
bit32
?
in sdt_note__get_ref_ctr_offset()
H
A
D
symbol-elf.c
2621
if (tmp->
bit32
)
in sdt_adjust_loc()
2637
if (tmp->
bit32
&& tmp->addr.a32[SDT_NOTE_IDX_REFCTR])
in sdt_adjust_refctr()
2736
tmp->
bit32
= true;
in populate_sdt_note()
2739
tmp->
bit32
= false;
in populate_sdt_note()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H
A
D
main.c
1788
bool
bit32
;
in b43legacy_write_initvals()
local
1797
bit32
= !!(offset & B43legacy_IV_32BIT);
in b43legacy_write_initvals()
1801
if (
bit32
) {
in b43legacy_write_initvals()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H
A
D
main.c
1788
bool
bit32
;
in b43legacy_write_initvals()
local
1797
bit32
= !!(offset & B43legacy_IV_32BIT);
in b43legacy_write_initvals()
1801
if (
bit32
) {
in b43legacy_write_initvals()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
main.c
2761
bool
bit32
;
in b43_write_initvals()
local
2770
bit32
= !!(offset & B43_IV_32BIT);
in b43_write_initvals()
2774
if (
bit32
) {
in b43_write_initvals()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
main.c
2762
bool
bit32
;
in b43_write_initvals()
local
2771
bit32
= !!(offset & B43_IV_32BIT);
in b43_write_initvals()
2775
if (
bit32
) {
in b43_write_initvals()
Completed in 37 milliseconds