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
defs:likely
(Results
26 - 42
of
42
) sorted by relevance
1
2
/third_party/icu/icu4c/source/common/
H
A
D
loclikelysubtags.cpp
513
const LSR &
likely
= lsrs[index];
local
528
const LSR &
likely
= lsrs[index];
variable
H
A
D
loclikely.cpp
1337
icu::CharString
likely
;
in uloc_isRightToLeft()
local
/third_party/node/deps/icu-small/source/common/
H
A
D
loclikely.cpp
755
icu::CharString
likely
;
in uloc_isRightToLeft()
local
H
A
D
loclikelysubtags.cpp
700
const LSR &
likely
= lsrs[index];
local
715
const LSR &
likely
= lsrs[index];
variable
/third_party/mesa3d/src/util/
H
A
D
macros.h
54
# define
likely
(x) __builtin_expect(!!(x), 1)
macro
57
# define
likely
(x) (x)
macro
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
loclikelysubtags.cpp
513
const LSR &
likely
= lsrs[index];
local
528
const LSR &
likely
= lsrs[index];
variable
H
A
D
loclikely.cpp
1332
icu::CharString
likely
;
in uloc_isRightToLeft()
local
/kernel/linux/linux-5.10/arch/mips/math-emu/
H
A
D
cp1emu.c
977
int
likely
, pc_inc;
in cop1Emulate()
local
/kernel/linux/linux-6.6/arch/mips/math-emu/
H
A
D
cp1emu.c
977
int
likely
, pc_inc;
in cop1Emulate()
local
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf_internal.h
36
#define
likely
(x) __builtin_expect(!!(x), 1)
macro
/third_party/optimized-routines/math/
H
A
D
math_config.h
75
# define
likely
(x) __builtin_expect (!!(x), 1)
macro
91
# define
likely
(x) (x)
macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf_internal.h
94
#define
likely
(x) __builtin_expect(!!(x), 1)
macro
/third_party/libbpf/src/
H
A
D
libbpf_internal.h
125
#define
likely
(x) __builtin_expect(!!(x), 1)
macro
/kernel/linux/linux-6.6/tools/tracing/latency/
H
A
D
latency-collector.c
72
#define
likely
(x) __builtin_expect(!!(x), 1)
macro
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsrecover.c
850
BOOL
likely
;
in likelyop()
local
2463
BOOL
likely
;
overlapshow()
local
[all...]
/third_party/lz4/lib/
H
A
D
lz4.c
175
#define
likely
(expr) expect((expr) != 0, 1)
macro
/third_party/sqlite/src/
H
A
D
sqlite3.c
13883
#define
likely
(X) (X)
macro
[all...]
Completed in 145 milliseconds
1
2