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:a_ll
(Results
1 - 18
of
18
) sorted by relevance
/third_party/musl/arch/aarch64/
H
A
D
atomic_arch.h
1
#define
a_ll
a_ll
macro
2
static inline int
a_ll
(volatile int *p)
in a_ll()
function
36
old =
a_ll
(p);
in a_cas()
/third_party/musl/arch/mipsn32/
H
A
D
atomic_arch.h
7
#define
a_ll
a_ll
macro
8
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/arch/sh/
H
A
D
atomic_arch.h
5
#define
a_ll
a_ll
macro
6
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/arch/loongarch64/
H
A
D
atomic_arch.h
1
#define
a_ll
a_ll
macro
2
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/arch/mips/
H
A
D
atomic_arch.h
7
#define
a_ll
a_ll
macro
8
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/arch/mips64/
H
A
D
atomic_arch.h
7
#define
a_ll
a_ll
macro
8
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/arch/powerpc/
H
A
D
atomic_arch.h
1
#define
a_ll
a_ll
macro
2
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
atomic.h
8
#ifdef
a_ll
24
do old =
a_ll
(p);
in a_cas()
37
do old =
a_ll
(p);
in a_swap()
50
do old =
a_ll
(p);
in a_fetch_add()
63
do old =
a_ll
(p);
in a_fetch_and()
76
do old =
a_ll
(p);
in a_fetch_or()
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
atomic.h
8
#ifdef
a_ll
24
do old =
a_ll
(p);
in a_cas()
37
do old =
a_ll
(p);
in a_swap()
50
do old =
a_ll
(p);
in a_fetch_add()
63
do old =
a_ll
(p);
in a_fetch_and()
76
do old =
a_ll
(p);
in a_fetch_or()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
atomic.h
8
#ifdef
a_ll
24
do old =
a_ll
(p);
in a_cas()
37
do old =
a_ll
(p);
in a_swap()
50
do old =
a_ll
(p);
in a_fetch_add()
63
do old =
a_ll
(p);
in a_fetch_and()
76
do old =
a_ll
(p);
in a_fetch_or()
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
atomic.h
8
#ifdef
a_ll
24
do old =
a_ll
(p);
in a_cas()
37
do old =
a_ll
(p);
in a_swap()
50
do old =
a_ll
(p);
in a_fetch_add()
63
do old =
a_ll
(p);
in a_fetch_and()
76
do old =
a_ll
(p);
in a_fetch_or()
/third_party/musl/src/hilog/linux/
H
A
D
hilog_adapter.c
104
#ifdef
a_ll
in CheckHilogValid()
105
socketFd =
a_ll
(&g_socketFd);
in CheckHilogValid()
121
#ifdef
a_ll
in RefreshHiLogSocketFd()
122
socketFd =
a_ll
(&g_socketFd);
in RefreshHiLogSocketFd()
150
#ifdef
a_ll
in SendMessage()
151
socketFd =
a_ll
(&g_socketFd);
in SendMessage()
/third_party/musl/src/internal/
H
A
D
atomic.h
8
#ifdef
a_ll
24
do old =
a_ll
(p);
in a_cas()
37
do old =
a_ll
(p);
in a_swap()
50
do old =
a_ll
(p);
in a_fetch_add()
63
do old =
a_ll
(p);
in a_fetch_and()
76
do old =
a_ll
(p);
in a_fetch_or()
/third_party/musl/arch/powerpc64/
H
A
D
atomic_arch.h
1
#define
a_ll
a_ll
macro
2
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
atomic_arch.h
14
#define
a_ll
a_ll
macro
15
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/porting/liteos_m/user/arch/arm/
H
A
D
atomic_arch.h
12
#define
a_ll
a_ll
macro
13
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/arch/arm/
H
A
D
atomic_arch.h
14
#define
a_ll
a_ll
macro
15
static inline int
a_ll
(volatile int *p)
in a_ll()
function
/third_party/musl/src/sigchain/linux/
H
A
D
sigchain.c
179
#ifdef
a_ll
in signal_chain_handler()
180
thread_list_lock_status =
a_ll
(&__thread_list_lock);
in signal_chain_handler()
Completed in 8 milliseconds