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 - 25
of
44
) sorted by relevance
1
2
/third_party/gn/src/base/
H
A
D
compiler_specific.h
42
#if !defined(
UNLIKELY
)
44
#define
UNLIKELY
(x) __builtin_expect(!!(x), 0)
macro
46
#define
UNLIKELY
(x) (x)
macro
48
#endif // !defined(
UNLIKELY
)
/third_party/node/src/
H
A
D
node_context_data.h
73
if (
UNLIKELY
(context.IsEmpty())) {
in IsNodeContext()
76
if (
UNLIKELY
(context->GetNumberOfEmbedderDataFields() <=
in IsNodeContext()
80
if (
UNLIKELY
(context->GetAlignedPointerFromEmbedderData(
in IsNodeContext()
H
A
D
node_realm-inl.h
12
if (
UNLIKELY
(!isolate->InContext())) return nullptr;
in GetCurrent()
18
if (
UNLIKELY
(!ContextEmbedderTag::IsNodeContext(context))) return nullptr;
in GetCurrent()
72
if (
UNLIKELY
(!ptr)) return nullptr;
in GetBindingData()
H
A
D
debug_utils-inl.h
140
if (!
UNLIKELY
(list->enabled(cat))) return;
in Debug()
147
if (!
UNLIKELY
(list->enabled(cat))) return;
in Debug()
197
if (!
UNLIKELY
(async_wrap->env()->enabled_debug_list()->enabled(cat))) return;
in Debug()
H
A
D
cares_wrap.cc
894
if (
UNLIKELY
(response->is_host))
in Parse()
1061
if (
UNLIKELY
(response->is_host))
in Parse()
1095
if (
UNLIKELY
(response->is_host))
in Parse()
1129
if (
UNLIKELY
(response->is_host))
in Parse()
1151
if (
UNLIKELY
(response->is_host))
in Parse()
1174
if (
UNLIKELY
(response->is_host))
in Parse()
1197
if (
UNLIKELY
(response->is_host))
in Parse()
1220
if (
UNLIKELY
(response->is_host))
in Parse()
1242
if (
UNLIKELY
(response->is_host))
in Parse()
1264
if (
UNLIKELY
(respons
in Parse()
[all...]
H
A
D
base_object.cc
29
if (
UNLIKELY
(has_pointer_data())) {
in ~BaseObject()
H
A
D
env-inl.h
98
if (
UNLIKELY
(js_execution_async_resources_.IsEmpty())) {
in js_execution_async_resources()
175
if (
UNLIKELY
(!isolate->InContext())) return nullptr;
in GetCurrent()
181
if (
UNLIKELY
(!ContextEmbedderTag::IsNodeContext(context))) {
in GetCurrent()
/third_party/node/src/crypto/
H
A
D
crypto_spkac.cc
45
if (
UNLIKELY
(!input.CheckSizeInt32()))
in VerifySpkac()
81
if (
UNLIKELY
(!input.CheckSizeInt32()))
in ExportPublicKey()
115
if (
UNLIKELY
(!input.CheckSizeInt32()))
in ExportChallenge()
H
A
D
crypto_hash.cc
151
if (
UNLIKELY
(size > INT_MAX))
in HashUpdate()
253
if (
UNLIKELY
(params->digest == nullptr)) {
in AdditionalConfig()
259
if (
UNLIKELY
(!data.CheckSizeInt32())) {
in AdditionalConfig()
269
if (
UNLIKELY
(args[offset + 2]->IsUint32())) {
in AdditionalConfig()
291
if (
UNLIKELY
(!ctx ||
in DeriveBits()
309
if (
UNLIKELY
(ret != 1))
in DeriveBits()
H
A
D
crypto_tls.cc
123
if (
UNLIKELY
(line_bf.IsEmpty()))
in KeylogCallback()
142
if (
UNLIKELY
(size > SecureContext::kMaxSessionSize))
in NewSessionCallback()
147
if (
UNLIKELY
(session.IsEmpty()))
in NewSessionCallback()
163
if (
UNLIKELY
(session_id.IsEmpty()))
in NewSessionCallback()
238
if (
UNLIKELY
(maybe_callback_result.IsEmpty())) {
in SelectALPNCallback()
306
if (
UNLIKELY
(obj.IsEmpty()))
in TLSExtStatusCallback()
608
if (
UNLIKELY
(has_active_write_issued_by_prev_listener_)) {
in EncOut()
686
if (
UNLIKELY
(has_active_write_issued_by_prev_listener_)) {
in OnStreamAfterWrite()
809
if (
UNLIKELY
(context.IsEmpty())) return;
in ClearOut()
813
if (
UNLIKELY
(messag
in ClearOut()
[all...]
H
A
D
crypto_pbkdf2.cc
70
if (
UNLIKELY
(!pass.CheckSizeInt32())) {
in AdditionalConfig()
75
if (
UNLIKELY
(!salt.CheckSizeInt32())) {
in AdditionalConfig()
H
A
D
crypto_hmac.cc
108
if (
UNLIKELY
(size > INT_MAX))
in HmacUpdate()
203
if (
UNLIKELY
(!data.CheckSizeInt32())) {
in AdditionalConfig()
213
if (
UNLIKELY
(!signature.CheckSizeInt32())) {
in AdditionalConfig()
H
A
D
crypto_hkdf.cc
72
if (
UNLIKELY
(!salt.CheckSizeInt32())) {
in AdditionalConfig()
76
if (
UNLIKELY
(!info.CheckSizeInt32())) {
in AdditionalConfig()
H
A
D
crypto_scrypt.cc
67
if (
UNLIKELY
(!pass.CheckSizeInt32())) {
in AdditionalConfig()
72
if (
UNLIKELY
(!salt.CheckSizeInt32())) {
in AdditionalConfig()
H
A
D
crypto_cipher.cc
537
if (
UNLIKELY
(key_buf.size() > INT_MAX))
in Init()
543
if (
UNLIKELY
(!iv_buf.CheckSizeInt32()))
in Init()
687
if (
UNLIKELY
(!auth_tag.CheckSizeInt32()))
in Init()
784
if (
UNLIKELY
(!buf.CheckSizeInt32()))
in Init()
856
if (
UNLIKELY
(size > INT_MAX))
in Init()
1052
if (
UNLIKELY
(!buf.CheckSizeInt32()))
in Init()
1095
if (
UNLIKELY
(!oaep_label.CheckSizeInt32()))
in Init()
H
A
D
crypto_dh.cc
269
if (
UNLIKELY
(!arg0.CheckSizeInt32()))
in New()
277
if (
UNLIKELY
(!arg1.CheckSizeInt32()))
in New()
397
if (
UNLIKELY
(!key_buf.CheckSizeInt32()))
in ComputeSecret()
453
if (
UNLIKELY
(!buf.CheckSizeInt32()))
in SetKey()
531
if (
UNLIKELY
(!input.CheckSizeInt32())) {
in AdditionalConfig()
H
A
D
crypto_sig.cc
381
if (
UNLIKELY
(size > INT_MAX))
in SignUpdate()
500
if (
UNLIKELY
(size > INT_MAX))
in VerifyUpdate()
551
if (
UNLIKELY
(!hbuf.CheckSizeInt32()))
in VerifyFinal()
639
if (
UNLIKELY
(!data.CheckSizeInt32())) {
in AdditionalConfig()
677
if (
UNLIKELY
(!signature.CheckSizeInt32())) {
in AdditionalConfig()
H
A
D
crypto_aes.cc
351
if (
UNLIKELY
(!iv.CheckSizeInt32())) {
in ValidateIV()
389
if (
UNLIKELY
(!tag_contents.CheckSizeInt32())) {
in ValidateAuthTag()
424
if (
UNLIKELY
(!additional.CheckSizeInt32())) {
in ValidateAdditionalData()
/third_party/python/Objects/
H
A
D
obmalloc.c
748
# define
UNLIKELY
(value) __builtin_expect((value), 0)
macro
751
# define
UNLIKELY
(value) (value)
macro
1792
if (
UNLIKELY
(pool->nextoffset <= pool->maxnextoffset)) {
in pymalloc_pool_extend()
1817
if (
UNLIKELY
(usable_arenas == NULL)) {
in allocate_from_new_pool()
1856
if (
UNLIKELY
(usable_arenas->nfreepools == 0)) {
in allocate_from_new_pool()
1951
if (
UNLIKELY
(running_on_valgrind == -1)) {
in pymalloc_alloc()
1954
if (
UNLIKELY
(running_on_valgrind)) {
in pymalloc_alloc()
1959
if (
UNLIKELY
(nbytes == 0)) {
in pymalloc_alloc()
1962
if (
UNLIKELY
(nbytes > SMALL_REQUEST_THRESHOLD)) {
in pymalloc_alloc()
1979
if (
UNLIKELY
((poo
in pymalloc_alloc()
[all...]
/third_party/node/src/permission/
H
A
D
permission.h
25
if (
UNLIKELY
(!(env)->permission()->is_granted(perm_, resource_))) { \
H
A
D
fs_permission.cc
221
if (
UNLIKELY
(per_process::enabled_debug_list.enabled(
in Insert()
/third_party/node/src/quic/
H
A
D
packet.cc
110
if (
UNLIKELY
(!GetConstructorTemplate(env)
in Create()
131
if (
UNLIKELY
(!GetConstructorTemplate(env())
in Clone()
/third_party/skia/src/core/
H
A
D
SkTraceEventCommon.h
203
#define
UNLIKELY
(exp) (__builtin_expect((exp) != 0, false))
macro
249
if (
UNLIKELY
(IsTagEnabled(HITRACE_TAG_GRAPHIC_AGP))) { \
/third_party/gn/src/gn/
H
A
D
escape.cc
62
if (
UNLIKELY
(buf_size > kStackStringBufferSize))
in StackOrHeapBuffer()
H
A
D
hash_table_base.h
479
if (
UNLIKELY
(count_ * 4 >= size_ * 3)) {
in UpdateAfterInsert()
Completed in 22 milliseconds
1
2