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:__weak
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libbpf/src/
H
A
D
usdt.bpf.h
68
} __bpf_usdt_specs SEC(".maps")
__weak
;
75
} __bpf_usdt_ip_to_spec_id SEC(".maps")
__weak
;
94
__weak
__hidden
115
__weak
__hidden
198
__weak
__hidden
H
A
D
bpf_helpers.h
51
#ifndef
__weak
52
#define
__weak
__attribute__((weak))
macro
187
_Static_assert(!__builtin_constant_p(!!sym), #sym " should be marked as
__weak
"); \
302
extern int bpf_iter_num_new(struct bpf_iter_num *it, int start, int end)
__weak
__ksym;
303
extern int *bpf_iter_num_next(struct bpf_iter_num *it)
__weak
__ksym;
304
extern void bpf_iter_num_destroy(struct bpf_iter_num *it)
__weak
__ksym;
/third_party/FatFs/source/
H
A
D
diskio.c
17
#ifndef
__weak
18
#define
__weak
__attribute__((weak))
macro
235
__weak
DWORD get_fattime (void)
in get_fattime()
/third_party/skia/src/gpu/mtl/
H
A
D
GrMtlRenderCommandEncoder.h
248
__weak
id<MTLRenderPipelineState> fCurrentRenderPipelineState = nil;
249
__weak
id<MTLDepthStencilState> fCurrentDepthStencilState = nil;
250
__weak
id<MTLBuffer> fCurrentVertexBuffer[2 + GrMtlUniformHandler::kUniformBindingCount];
252
__weak
id<MTLBuffer> fCurrentFragmentBuffer[GrMtlUniformHandler::kUniformBindingCount];
254
__weak
id<MTLTexture> fCurrentTexture[GrSamplerState::kNumUniqueSamplers];
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
cmsis_compiler.h
272
#define __WEAK
__weak
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
492
__weak
|
6591
"weak" => "
__weak
"
6627
# Check for __attribute__ weak, or
__weak
declarations (may have link issues)
Completed in 10 milliseconds