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:hex_str
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H
A
D
atags_to_fdt.c
103
static void
hex_str
(char *out, uint32_t value)
in hex_str()
function
205
hex_str
(serno, atag->u.serialnr.high);
in atags_to_fdt()
206
hex_str
(serno+8, atag->u.serialnr.low);
in atags_to_fdt()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H
A
D
atags_to_fdt.c
104
static void
hex_str
(char *out, uint32_t value)
in hex_str()
function
206
hex_str
(serno, atag->u.serialnr.high);
in atags_to_fdt()
207
hex_str
(serno+8, atag->u.serialnr.low);
in atags_to_fdt()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H
A
D
dce_aux.c
650
char
hex_str
[128] = {0};
in dce_aux_log_payload()
local
651
char *hex_str_ptr = &
hex_str
[0];
in dce_aux_log_payload()
652
uint32_t hex_str_remaining = sizeof(
hex_str
);
in dce_aux_log_payload()
684
hex_str
,
in dce_aux_log_payload()
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_transport.c
1206
static const char
hex_str
[] = "0123456789abcdef";
in transport_set_vpd_ident()
local
1218
hex_str
[vpd->device_identifier_type];
in transport_set_vpd_ident()
1221
hex_str
[(page_83[i] & 0xf0) >> 4];
in transport_set_vpd_ident()
1223
hex_str
[page_83[i] & 0x0f];
in transport_set_vpd_ident()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_transport.c
1289
static const char
hex_str
[] = "0123456789abcdef";
in transport_set_vpd_ident()
local
1301
hex_str
[vpd->device_identifier_type];
in transport_set_vpd_ident()
1304
hex_str
[(page_83[i] & 0xf0) >> 4];
in transport_set_vpd_ident()
1306
hex_str
[page_83[i] & 0x0f];
in transport_set_vpd_ident()
Completed in 17 milliseconds