Searched refs:unlikely (Results 51 - 75 of 82) sorted by relevance

1234

/fuchsia/zircon/kernel/vm/
H A Dvm_object_paged.cpp692 if (unlikely(!InRange(offset, len, size_))) {
696 if (unlikely(len == 0)) {
744 if (unlikely(len == 0)) {
970 if (unlikely(len == 0)) {
977 if (unlikely(!InRange(offset, len, size_))) {
1003 if (unlikely(status == ZX_ERR_NEXT || status == ZX_ERR_STOP)) {
1014 if (unlikely(status == ZX_ERR_NEXT || status == ZX_ERR_STOP)) {
1075 if (unlikely(table_size > buffer_size)) {
1107 if (unlikely(len == 0)) {
1113 if (unlikely(!InRang
[all...]
H A Dpmm.cpp81 if (unlikely(count == 1 && alignment_log2 <= PAGE_SIZE_SHIFT)) {
H A Dpmm_node.cpp132 if (unlikely(count == 0)) {
140 if (unlikely(!page)) {
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp129 if (unlikely(x >= surface->width))
151 if (unlikely(x >= surface->width))
230 if (unlikely(x1 >= surface->width))
232 if (unlikely(x2 >= surface->width))
441 if (unlikely(ch > 127)) {
444 if (unlikely(x > (surface->width - font->width))) {
447 if (unlikely(y > (surface->height - font->height))) {
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c132 if (unlikely(x >= surface->width))
154 if (unlikely(x >= surface->width))
202 if (unlikely(ch > 127)) {
205 if (unlikely(x > (surface->width - font->width))) {
208 if (unlikely(y > (surface->height - font->height))) {
370 if (unlikely(x1 >= surface->width))
372 if (unlikely(x2 >= surface->width))
/fuchsia/zircon/system/ulib/perftest/
H A Drunner.cpp62 if (unlikely(next_idx_ >= end_of_run_idx_)) {
72 if (unlikely(next_idx_ != end_of_run_idx_)) {
104 if (unlikely(next_idx_ == timestamps_size_ - 1)) {
/fuchsia/zircon/system/ulib/trace-engine/
H A Dengine.cpp478 if (unlikely(count == 0u))
509 if (unlikely(previous == kBufferCounterIncrement)) {
551 if (unlikely(previous == kProlongedCounterIncrement)) {
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dckh.c259 * It is possible (though unlikely, given well behaved hashes) that the
270 if (unlikely(usize == 0 || usize > LARGE_MAXCLASS)) {
312 * It is possible (though unlikely, given well behaved hashes) that the
318 if (unlikely(usize == 0 || usize > LARGE_MAXCLASS))
395 if (unlikely(usize == 0 || usize > LARGE_MAXCLASS)) {
H A Dnstime.c169 if (unlikely(nstime_compare(&old_time, time) > 0)) {
H A Darena.c580 if (unlikely(!nstime_monotonic() && nstime_compare(&arena->decay.epoch,
1135 if (config_fill && unlikely(opt_junk_alloc)) {
1212 if (unlikely(opt_junk_alloc)) {
1215 } else if (unlikely(opt_zero))
1219 if (config_fill && unlikely(opt_junk_alloc)) {
1238 if (unlikely(arena == NULL))
1398 if (!junked && config_fill && unlikely(opt_junk_free))
1449 if (unlikely(size > LARGE_MAXCLASS))
1484 if (unlikely(usize == 0 || usize > LARGE_MAXCLASS))
1497 if (unlikely(usiz
[all...]
H A Dtcache.c302 if (unlikely(arena == NULL))
441 if (unlikely(arena == NULL))
/fuchsia/zircon/kernel/object/
H A Dexception.cpp209 if (unlikely(!thread)) {
/fuchsia/zircon/system/public/zircon/
H A Dcompiler.h14 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/fuchsia/zircon/third_party/ulib/ngunwind/src/aarch64/
H A DGstep.c56 if (unlikely (ret == -UNW_ESTOPUNWIND))
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dinput.c235 if (unlikely(parsefile->strpush)) {
247 if (unlikely(parsefile->nleft == EOF_NLEFT ||
H A Dmain.c108 if (unlikely(setjmp(jmploc.loc))) {
/fuchsia/zircon/system/ulib/trace/include/trace/
H A Devent_internal.h73 if (unlikely(TRACE_INTERNAL_CONTEXT)) { \
98 if (unlikely(TRACE_INTERNAL_CONTEXT)) { \
231 if (unlikely(TRACE_INTERNAL_CONTEXT)) { \
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dhash_inlines.h39 if (unlikely((uintptr_t)p & (sizeof(uint32_t)-1)) != 0) {
53 if (unlikely((uintptr_t)p & (sizeof(uint64_t)-1)) != 0) {
H A Dtsd_types.h333 if (init && unlikely(wrapper == NULL)) { \
462 if (init && unlikely(wrapper == NULL)) { \
/fuchsia/zircon/system/dev/input/hidctl/
H A Dhidctl.cpp269 if (unlikely(driver_get_log_flags() & DDK_LOG_TRACE)) {
/fuchsia/zircon/system/ulib/syslog/
H A Dfx_logger.cpp22 if (unlikely(tls_thread_koid == ZX_KOID_INVALID)) {
/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp525 if (unlikely(args == NULL)) {
531 if (unlikely(outbuf == NULL)) {
/fuchsia/zircon/kernel/kernel/
H A Dwait.cpp217 (unlikely(current_thread->signals & ~signal_mask))) {
/fuchsia/zircon/kernel/object/include/object/
H A Dprocess_dispatcher.h256 if (unlikely(vdso_code_address_ == 0)) {
/fuchsia/zircon/kernel/platform/pc/
H A Ddebug.cpp384 if (unlikely(!output_enabled))

Completed in 173 milliseconds

1234