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:UNLIKELY
(Results
1 - 7
of
7
) sorted by relevance
/base/security/access_token/interfaces/innerkits/nativetoken/src/
H
A
D
nativetoken_klog.c
26
#ifndef
UNLIKELY
27
#define
UNLIKELY
(x) __builtin_expect(!!(x), 0)
macro
45
if (
UNLIKELY
(g_fd < 0)) {
in NativeTokenKmsg()
/base/security/selinux_adapter/framework/policycoreutils/src/
H
A
D
selinux_klog.c
27
#ifndef
UNLIKELY
28
#define
UNLIKELY
(x) __builtin_expect(!!(x), 0)
macro
55
if (
UNLIKELY
(g_fd < 0)) {
in SelinuxKmsg()
/base/hiviewdfx/faultloggerd/interfaces/common/
H
A
D
dfx_define.h
78
#ifndef
UNLIKELY
79
#define
UNLIKELY
(exp) (__builtin_expect(!!(exp), false))
macro
/base/startup/init/services/log/
H
A
D
init_log.h
80
#ifndef
UNLIKELY
81
#define
UNLIKELY
(x) __builtin_expect(!!(x), 0)
macro
H
A
D
init_log.c
78
if (
UNLIKELY
(g_fd < 0)) {
in LogToDmesg()
/base/startup/init/services/init/standard/
H
A
D
fd_holder_service.c
62
if (
UNLIKELY
(errInfo == NULL)) { // Should not happen.
in SendErrorInfo()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_accessors.cpp
90
if (
UNLIKELY
(stackTop < stackBottom)) {
in IsValidFrame()
Completed in 3 milliseconds