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_asc_upper
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
hex.h
18
extern const char
hex_asc_upper
[];
19
#define hex_asc_upper_lo(x)
hex_asc_upper
[((x) & 0x0f)]
20
#define hex_asc_upper_hi(x)
hex_asc_upper
[((x) & 0xf0) >> 4]
/kernel/linux/linux-5.10/lib/
H
A
D
hexdump.c
16
const char
hex_asc_upper
[] = "0123456789ABCDEF";
variable
17
EXPORT_SYMBOL(
hex_asc_upper
);
variable
H
A
D
vsprintf.c
490
tmp[i++] =
hex_asc_upper
[num] | locase;
in number()
498
tmp[i++] = (
hex_asc_upper
[((unsigned char)num) & mask] | locase);
in number()
/kernel/linux/linux-6.6/lib/
H
A
D
hexdump.c
16
const char
hex_asc_upper
[] = "0123456789ABCDEF";
variable
17
EXPORT_SYMBOL(
hex_asc_upper
);
variable
H
A
D
vsprintf.c
498
tmp[i++] =
hex_asc_upper
[num] | locase;
in number()
506
tmp[i++] = (
hex_asc_upper
[((unsigned char)num) & mask] | locase);
in number()
/kernel/linux/linux-5.10/include/linux/
H
A
D
kernel.h
483
extern const char
hex_asc_upper
[];
484
#define hex_asc_upper_lo(x)
hex_asc_upper
[((x) & 0x0f)]
485
#define hex_asc_upper_hi(x)
hex_asc_upper
[((x) & 0xf0) >> 4]
/kernel/linux/linux-5.10/drivers/net/can/
H
A
D
slcan.c
279
*endpos-- =
hex_asc_upper
[id & 0xf];
in slc_encaps()
/kernel/linux/linux-6.6/drivers/net/can/slcan/
H
A
D
slcan-core.c
509
*endpos-- =
hex_asc_upper
[id & 0xf];
in slcan_encaps()
Completed in 15 milliseconds