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
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
hex.h
7
extern const char
hex_asc
[];
8
#define hex_asc_lo(x)
hex_asc
[((x) & 0x0f)]
9
#define hex_asc_hi(x)
hex_asc
[((x) & 0xf0) >> 4]
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
pgm_check_info.c
14
const char
hex_asc
[] = "0123456789abcdef";
variable
21
*p-- =
hex_asc
[val & 0x0f];
in as_hex()
/kernel/linux/linux-5.10/lib/
H
A
D
hexdump.c
14
const char
hex_asc
[] = "0123456789abcdef";
variable
15
EXPORT_SYMBOL(
hex_asc
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
hexdump.c
14
const char
hex_asc
[] = "0123456789abcdef";
variable
15
EXPORT_SYMBOL(
hex_asc
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
kernel.h
472
extern const char
hex_asc
[];
473
#define hex_asc_lo(x)
hex_asc
[((x) & 0x0f)]
474
#define hex_asc_hi(x)
hex_asc
[((x) & 0xf0) >> 4]
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
pgm_check_info.c
9
const char
hex_asc
[] = "0123456789abcdef";
variable
/kernel/linux/linux-5.10/kernel/debug/
H
A
D
gdbstub.c
395
pkt[1] =
hex_asc
[(error / 10)];
in error_packet()
396
pkt[2] =
hex_asc
[(error % 10)];
in error_packet()
/kernel/linux/linux-6.6/kernel/debug/
H
A
D
gdbstub.c
392
pkt[1] =
hex_asc
[(error / 10)];
in error_packet()
393
pkt[2] =
hex_asc
[(error % 10)];
in error_packet()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-picolcd_debugfs.c
373
dst[j++] =
hex_asc
[(data[i] >> 4) & 0x0f];
in dump_buff_as_hex()
374
dst[j++] =
hex_asc
[data[i] & 0x0f];
in dump_buff_as_hex()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-picolcd_debugfs.c
373
dst[j++] =
hex_asc
[(data[i] >> 4) & 0x0f];
in dump_buff_as_hex()
374
dst[j++] =
hex_asc
[data[i] & 0x0f];
in dump_buff_as_hex()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
array.c
244
seq_putc(m,
hex_asc
[x]);
in render_sigset_t()
/kernel/linux/linux-5.10/fs/
H
A
D
seq_file.c
765
m->buf[m->count + i] =
hex_asc
[0xf & v];
in seq_put_hex_ll()
/kernel/linux/linux-6.6/fs/
H
A
D
seq_file.c
777
m->buf[m->count + i] =
hex_asc
[0xf & v];
in seq_put_hex_ll()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
array.c
243
seq_putc(m,
hex_asc
[x]);
in render_sigset_t()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
lock_dlm.c
249
*c-- =
hex_asc
[value & 0x0f];
in gfs2_reverse_hex()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
lock_dlm.c
247
*c-- =
hex_asc
[value & 0x0f];
in gfs2_reverse_hex()
Completed in 16 milliseconds