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:__STRING
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-lib/include/
H
A
D
global.h
54
#ifndef
__STRING
56
#define
__STRING
(x) #x
macro
90
__SND_DLSYM_VERSION(snd_dlsym_, name, version).dlsym_name =
__STRING
(name); \
98
#define SND_DLSYM_VERSION(version)
__STRING
(version)
/third_party/musl/porting/linux/user/include/sys/
H
A
D
cdefs.h
73
#define
__STRING
(x) #x
macro
102
#define __GLOBL(sym) __asm__(".globl "
__STRING
(sym))
103
#define __WEAK(sym) __asm__(".weak "
__STRING
(sym))
/third_party/musl/include/sys/linux/
H
A
D
cdefs.h
73
#define
__STRING
(x) #x
macro
102
#define __GLOBL(sym) __asm__(".globl "
__STRING
(sym))
103
#define __WEAK(sym) __asm__(".weak "
__STRING
(sym))
/third_party/FreeBSD/sys/sys/
H
A
D
cdefs.h
141
* concatenate double-quoted strings produced by the
__STRING
macro, but
144
* __XSTRING is like
__STRING
, but it expands any macros in its argument
151
#define
__STRING
(x) #x /* stringify without expanding x */
macro
152
#define __XSTRING(x)
__STRING
(x) /* expand x, then stringify */
168
#define
__STRING
(x) "x"
macro
/third_party/elfutils/tests/
H
A
D
run-dwarf-getmacros.sh
581
__STRING
(x) #x
606
__ASMNAME2(prefix,cname)
__STRING
(prefix) cname
/third_party/curl/docs/examples/
H
A
D
ephiperfifo.c
114
case code: s =
__STRING
(code)
H
A
D
hiperfifo.c
115
case code: s =
__STRING
(code)
Completed in 5 milliseconds