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:XSTR
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/build/feature/
H
A
D
test-glibc.c
7
#define
XSTR
(s) STR(s)
macro
16
const char *version =
XSTR
(__GLIBC__) "."
XSTR
(__GLIBC_MINOR__);
in main()
/kernel/linux/linux-6.6/tools/build/feature/
H
A
D
test-glibc.c
7
#define
XSTR
(s) STR(s)
macro
16
const char *version =
XSTR
(__GLIBC__) "."
XSTR
(__GLIBC_MINOR__);
in main()
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
H
A
D
riscv_bits.h
83
#define STR(x)
XSTR
(x)
84
#define
XSTR
(x) #x
macro
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H
A
D
smm_test.c
33
#define
XSTR
(s) STR(s)
macro
52
asm volatile("in $"
XSTR
(SYNC_PORT)", %%al \n"
in sync_with_host()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
smm_test.c
29
#define
XSTR
(s) STR(s)
macro
48
asm volatile("in $"
XSTR
(SYNC_PORT)", %%al \n"
in sync_with_host()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
ftrace.c
52
#define
XSTR
(s) STR(s)
macro
65
"addi $r0, %1, #-"
XSTR
(MCOUNT_INSN_SIZE) "\n\t"
in _ftrace_caller()
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
arm_ssp_per_task_plugin.c
27
sym =
XSTR
(SET_SRC(body), 0);
in arm_pertask_ssp_rtl_execute()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H
A
D
arm_ssp_per_task_plugin.c
27
sym =
XSTR
(SET_SRC(body), 0);
in arm_pertask_ssp_rtl_execute()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
traps_misaligned.c
153
#define STR(x)
XSTR
(x)
154
#define
XSTR
(x) #x
macro
Completed in 4 milliseconds