HomeSort by: relevance | last modified time | path
    Searched refs:unlikely (Results 1 - 25 of 767) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
assert.h 10 if (unlikely(config_debug && !(e))) { \
43 if (unlikely(config_debug && !(e))) { \
52 if (unlikely(!(c))) { \
tcache_inlines.h 54 if (unlikely(!tcache_success)) {
57 if (unlikely(arena == NULL)) {
60 if (unlikely(tcache_small_bin_disabled(binind, bin))) {
76 if (unlikely(zero)) {
97 if (unlikely(!tcache_success)) {
103 if (unlikely(arena == NULL)) {
114 if (unlikely(zero)) {
135 * Not marking the branch unlikely because this is past free_fastpath()
149 if (unlikely(!cache_bin_dalloc_easy(bin, ptr))) {
150 if (unlikely(tcache_small_bin_disabled(binind, bin)))
    [all...]
ticker.h 40 * if (unlikely(ticker->tick < 0)) {
68 if (unlikely(ticker->tick < 0)) {
86 if (unlikely(ticker->tick < 0)) {
164 if (unlikely(ticker->tick < 0)) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
assert.h 10 if (unlikely(config_debug && !(e))) { \
43 if (unlikely(config_debug && !(e))) { \
52 if (unlikely(!(c))) { \
tcache_inlines.h 54 if (unlikely(!tcache_success)) {
57 if (unlikely(arena == NULL)) {
60 if (unlikely(tcache_small_bin_disabled(binind, bin))) {
76 if (unlikely(zero)) {
97 if (unlikely(!tcache_success)) {
103 if (unlikely(arena == NULL)) {
114 if (unlikely(zero)) {
135 * Not marking the branch unlikely because this is past free_fastpath()
149 if (unlikely(!cache_bin_dalloc_easy(bin, ptr))) {
150 if (unlikely(tcache_small_bin_disabled(binind, bin)))
    [all...]
ticker.h 40 * if (unlikely(ticker->tick < 0)) {
68 if (unlikely(ticker->tick < 0)) {
86 if (unlikely(ticker->tick < 0)) {
164 if (unlikely(ticker->tick < 0)) {
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
assert.h 10 if (unlikely(config_debug && !(e))) { \
43 if (unlikely(config_debug && !(e))) { \
52 if (unlikely(!(c))) { \
tcache_inlines.h 36 if (unlikely(ticker_tick(&tcache->gc_ticker))) {
53 if (unlikely(!tcache_success)) {
56 if (unlikely(arena == NULL)) {
72 if (config_prof || (slow_path && config_fill) || unlikely(zero)) {
79 if (unlikely(opt_junk_alloc)) {
82 } else if (unlikely(opt_zero)) {
87 if (slow_path && config_fill && unlikely(opt_junk_alloc)) {
114 if (unlikely(!tcache_success)) {
120 if (unlikely(arena == NULL)) {
133 unlikely(zero))
    [all...]
cache_bin.h 91 if (unlikely(bin->ncached == 0)) {
107 if (unlikely(bin->ncached < bin->low_water)) {
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
assert.h 10 if (unlikely(config_debug && !(e))) { \
43 if (unlikely(config_debug && !(e))) { \
52 if (unlikely(!(c))) { \
tcache_inlines.h 36 if (unlikely(ticker_tick(&tcache->gc_ticker))) {
53 if (unlikely(!tcache_success)) {
56 if (unlikely(arena == NULL)) {
72 if (config_prof || (slow_path && config_fill) || unlikely(zero)) {
79 if (unlikely(opt_junk_alloc)) {
82 } else if (unlikely(opt_zero)) {
87 if (slow_path && config_fill && unlikely(opt_junk_alloc)) {
114 if (unlikely(!tcache_success)) {
120 if (unlikely(arena == NULL)) {
133 unlikely(zero))
    [all...]
cache_bin.h 91 if (unlikely(bin->ncached == 0)) {
107 if (unlikely(bin->ncached < bin->low_water)) {
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
  /src/external/bsd/nsd/dist/simdzone/src/
attributes.h 24 # define unlikely(params) (params) macro
69 # define unlikely(params) __builtin_expect(!!(params), 0) macro
72 # define unlikely(params) (params) macro
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
bessel_r10.c 60 if (unlikely (n2 < n1))
63 if (unlikely (compile_options.bounds_check)
71 if (unlikely (x == 0))
127 if (unlikely (n2 < n1))
130 if (unlikely (compile_options.bounds_check)
138 if (unlikely (x == 0))
166 if (unlikely (last2 == -GFC_REAL_10_INFINITY))
bessel_r16.c 64 if (unlikely (n2 < n1))
67 if (unlikely (compile_options.bounds_check)
75 if (unlikely (x == 0))
131 if (unlikely (n2 < n1))
134 if (unlikely (compile_options.bounds_check)
142 if (unlikely (x == 0))
170 if (unlikely (last2 == -GFC_REAL_16_INFINITY))
bessel_r17.c 64 if (unlikely (n2 < n1))
67 if (unlikely (compile_options.bounds_check)
75 if (unlikely (x == 0))
131 if (unlikely (n2 < n1))
134 if (unlikely (compile_options.bounds_check)
142 if (unlikely (x == 0))
170 if (unlikely (last2 == -GFC_REAL_17_INFINITY))
bessel_r4.c 60 if (unlikely (n2 < n1))
63 if (unlikely (compile_options.bounds_check)
71 if (unlikely (x == 0))
127 if (unlikely (n2 < n1))
130 if (unlikely (compile_options.bounds_check)
138 if (unlikely (x == 0))
166 if (unlikely (last2 == -GFC_REAL_4_INFINITY))
bessel_r8.c 60 if (unlikely (n2 < n1))
63 if (unlikely (compile_options.bounds_check)
71 if (unlikely (x == 0))
127 if (unlikely (n2 < n1))
130 if (unlikely (compile_options.bounds_check)
138 if (unlikely (x == 0))
166 if (unlikely (last2 == -GFC_REAL_8_INFINITY))
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_bo.c 105 if (unlikely(ret != 0))
111 if (unlikely(ret != 0))
154 if (unlikely(ret != 0))
160 if (unlikely(ret != 0))
238 if (unlikely(ret != 0))
243 if (unlikely(ret != 0))
297 if (unlikely(ret != 0))
301 if (unlikely(ret != 0))
442 if (unlikely(struct_size == 0)) {
557 if (unlikely(base == NULL)
    [all...]
vmwgfx_gmr.c 60 if (unlikely(cmd == NULL))
119 if (unlikely(cmd == NULL))
141 if (unlikely(!vmw_piter_next(&data_iter)))
144 if (unlikely(!(dev_priv->capabilities & SVGA_CAP_GMR2)))
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object_blt.c 97 if (unlikely(err))
119 if (unlikely(err))
146 if (unlikely(err))
168 if (unlikely(err))
172 if (unlikely(err))
177 if (unlikely(err))
186 if (unlikely(err))
193 if (unlikely(err))
296 if (unlikely(err))
335 if (unlikely(err)
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
name.h 55 if (unlikely(block.backslashes & mask))
59 if (unlikely(block.dots & 1llu))
67 if (unlikely(block.dots & (block.dots >> 1)))
101 if (unlikely(block.backslashes & mask)) {
124 if (unlikely(block.dots & ((block.dots >> 1) | carry)))
133 if (unlikely(count - label > 63))
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_vm.c 86 if (unlikely(err != 0)) {
142 if (unlikely(!dma_resv_trylock(bo->base.resv))) {
235 if (unlikely(ret != 0))
239 if (unlikely(err != 0))
242 if (unlikely(err != 0)) {
252 if (unlikely(page_offset >= bo->num_pages)) {
285 if (unlikely(!page && i == 0)) {
288 } else if (unlikely(!page)) {
312 if (unlikely((ret & VM_FAULT_ERROR))) {
320 if (unlikely(++page_offset >= page_last)
    [all...]

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>