Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 21 of 21) sorted by relevance

/third_party/gn/src/base/
Dcompiler_specific.h208 #if !defined(LIKELY)
210 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
212 #define LIKELY(x) (x) macro
/third_party/boost/libs/config/test/
DCMakeLists.txt10 # IT IS HIGHLY LIKELY THAT THIS FILE WILL CHANGE WITHOUT NOTICE!!!
/third_party/boost/libs/config/
DCMakeLists.txt11 # IT IS HIGHLY LIKELY THAT THIS FILE WILL CHANGE WITHOUT NOTICE!!!
/third_party/libffi/include/
Dffi_common.h146 #define LIKELY(x) __builtin_expect(!!(x),1) macro
/third_party/python/Modules/_blake2/impl/
Dblake2s-round.h26 #define LIKELY(x) __builtin_expect((x),1) macro
Dblake2b-round.h26 #define LIKELY(x) __builtin_expect((x),1) macro
/third_party/python/Objects/
Dobmalloc.c717 # define LIKELY(value) __builtin_expect((value), 1) macro
720 # define LIKELY(value) (value) macro
1494 if (LIKELY(pool != NULL)) { in allocate_from_new_pool()
1612 if (LIKELY(pool != pool->nextpool)) { in pymalloc_alloc()
1641 if (LIKELY(ptr != NULL)) { in _PyObject_Malloc()
1660 if (LIKELY(ptr != NULL)) { in _PyObject_Calloc()
1897 if (LIKELY(pool->ref.count != 0)) { in pymalloc_free()
/third_party/node/src/api/
Denvironment.cc85 if (LIKELY(ret != nullptr)) in Allocate()
92 if (LIKELY(ret != nullptr)) in AllocateUninitialized()
100 if (LIKELY(ret != nullptr) || UNLIKELY(size == 0)) in Reallocate()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c71 # define LIKELY(X) __builtin_expect(!!(X), 1) macro
74 # define LIKELY(X) (X) macro
84 if (LIKELY(settings->on_##FOR)) { \
110 if (LIKELY(settings->on_##FOR)) { \
715 if (LIKELY(ch == CR || ch == LF)) in http_parser_execute()
/third_party/node/src/
Ddebug_utils-inl.h66 if (LIKELY(p == nullptr)) return format; in SPrintFImpl()
Dstring_decoder.cc116 if (LIKELY(MissingBytes() == 0)) { in DecodeData()
Dutil.h141 #define LIKELY(expr) __builtin_expect(!!(expr), 1) macro
145 #define LIKELY(expr) expr macro
Dnode_http2.cc805 if (LIKELY(!stream)) { in OnBeginHeadersCallback()
1070 if (LIKELY(buf.base == nullptr)) in OnDataChunkReceived()
1554 if (LIKELY(stream)) in ClearOutgoing()
1743 if (LIKELY(*ret > 0)) in SubmitRequest()
1771 if (LIKELY(stream_buf_offset_ == 0)) { in OnStreamRead()
Denv-inl.h217 if (LIKELY(offset < native_execution_async_resources_.size() && in pop_async_context()
1148 if (LIKELY(flag == SetConstructorFunctionFlag::SET_CLASS_NAME)) in SetConstructorFunction()
Dnode_buffer.cc323 if (LIKELY(actual > 0)) { in New()
/third_party/libffi/
DChangeLog.old1294 * include/ffi_common.h (LIKELY, UNLIKELY): Fix definitions.
1450 * include/ffi_common.h (UNLIKELY, LIKELY): Define.
1451 * src/x86/ffi64.c (UNLIKELY, LIKELY): Remove definition.
1452 * src/prep_cif.c (UNLIKELY, LIKELY): Remove definition.
1501 * src/x86/ffi64.c (UNLIKELY, LIKELY): Define.
1503 * src/prep_cif.c (UNLIKELY, LIKELY): Define.
/third_party/glib/
DNEWS2306 - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
/third_party/gstreamer/gstplugins_base/
DChangeLog38290 typefind: Reduce URI typefinder from MAX to LIKELY
56587 The typefinder returns LIKELY for as little as one possible
56590 for purpose, so should just not return anything like LIKELY
65134 a LIKELY probability already after just two sync points, but
65145 the AAC loas typefinder's LIKELY probability after
76044 Only return LIKELY probability if we've seen an SPS, PPS and an
110598 of things it checks for. Even a LIKELY is probably not entirely
113456 returned from LIKELY to POSSIBLE for the frame header matchin code.
140453 gst-libs/gst/audio/gstringbuffer.c: Add some compiler G_(UN_)LIKELY help.
140459 Add some compiler G_(UN_)LIKELY help.
/third_party/gstreamer/gstreamer/
DChangeLog100724 gst/gstinfo.*: Add some G_[UN]LIKELY.
100729 Add some G_[UN]LIKELY.
/third_party/gstreamer/gstplugins_good/
DChangeLog101410 qtdemux: Another round of G_*LIKELY micro-optimisations.
/third_party/gstreamer/gstplugins_bad/
DChangeLog152013 faac: sprinkle some more G_(UN)LIKELY