/third_party/gn/src/base/ |
D | compiler_specific.h | 50 #if !defined(LIKELY) 52 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 54 #define LIKELY(x) (x) macro
|
/third_party/cef/include/base/ |
D | cef_compiler_specific.h | 271 #if !defined(LIKELY) 273 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 275 #define LIKELY(x) (x) macro
|
/third_party/boost/libs/config/test/ |
D | CMakeLists.txt | 10 # IT IS HIGHLY LIKELY THAT THIS FILE WILL CHANGE WITHOUT NOTICE!!!
|
/third_party/boost/libs/config/ |
D | CMakeLists.txt | 11 # IT IS HIGHLY LIKELY THAT THIS FILE WILL CHANGE WITHOUT NOTICE!!!
|
/third_party/libffi/include/ |
D | ffi_common.h | 146 #define LIKELY(x) __builtin_expect(!!(x),1) macro
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2s-round.h | 26 #define LIKELY(x) __builtin_expect((x),1) macro
|
D | blake2b-round.h | 26 #define LIKELY(x) __builtin_expect((x),1) macro
|
/third_party/python/Objects/ |
D | obmalloc.c | 717 # define LIKELY(value) __builtin_expect((value), 1) macro 720 # define LIKELY(value) (value) macro 1805 if (LIKELY(pool != NULL)) { in allocate_from_new_pool() 1923 if (LIKELY(pool != pool->nextpool)) { in pymalloc_alloc() 1952 if (LIKELY(ptr != NULL)) { in _PyObject_Malloc() 1971 if (LIKELY(ptr != NULL)) { in _PyObject_Calloc() 2213 if (LIKELY(pool->ref.count != 0)) { in pymalloc_free()
|
/third_party/node/src/api/ |
D | environment.cc | 85 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/ |
D | http_parser.c | 71 # 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/ |
D | debug_utils-inl.h | 66 if (LIKELY(p == nullptr)) return format; in SPrintFImpl()
|
D | string_decoder.cc | 116 if (LIKELY(MissingBytes() == 0)) { in DecodeData()
|
D | util.h | 141 #define LIKELY(expr) __builtin_expect(!!(expr), 1) macro 145 #define LIKELY(expr) expr macro
|
D | node_http2.cc | 805 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()
|
D | env-inl.h | 217 if (LIKELY(offset < native_execution_async_resources_.size() && in pop_async_context() 1148 if (LIKELY(flag == SetConstructorFunctionFlag::SET_CLASS_NAME)) in SetConstructorFunction()
|
D | node_buffer.cc | 323 if (LIKELY(actual > 0)) { in New()
|
/third_party/libffi/ |
D | ChangeLog.old | 1294 * 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/mesa3d/docs/gallium/ |
D | tgsi.rst | 3775 Which shader stage will MOST LIKELY follow after this shader when the shader
|
/third_party/glib/ |
D | NEWS | 2306 - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 51302 typefind: Reduce URI typefinder from MAX to LIKELY 69599 The typefinder returns LIKELY for as little as one possible 69602 for purpose, so should just not return anything like LIKELY 78145 a LIKELY probability already after just two sync points, but 78156 the AAC loas typefinder's LIKELY probability after 89055 Only return LIKELY probability if we've seen an SPS, PPS and an 123609 of things it checks for. Even a LIKELY is probably not entirely 126467 returned from LIKELY to POSSIBLE for the frame header matchin code. 153464 gst-libs/gst/audio/gstringbuffer.c: Add some compiler G_(UN_)LIKELY help. 153470 Add some compiler G_(UN_)LIKELY help.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 108979 gst/gstinfo.*: Add some G_[UN]LIKELY. 108984 Add some G_[UN]LIKELY.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 115510 qtdemux: Another round of G_*LIKELY micro-optimisations.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 191598 faac: sprinkle some more G_(UN)LIKELY
|