Home
last modified time | relevance | path

Searched refs:_unlikely_ (Results 1 – 10 of 10) sorted by relevance

/third_party/eudev/src/shared/
Dmempool.c50 if (_unlikely_(!mp->first_pool) || in mempool_alloc_tile()
51 _unlikely_(mp->first_pool->n_used >= mp->first_pool->n_tiles)) { in mempool_alloc_tile()
Dmacro.h36 #define _unlikely_(x) (__builtin_expect(!!(x),0)) macro
94 if (_unlikely_(!(expr))) \
176 if (_unlikely_(k <= 0)) in IOVEC_INCREMENT()
Dutil.h306 if (_unlikely_(b != 0 && a > ((size_t) -1) / b)) in malloc_multiply()
313 if (_unlikely_(b != 0 && a > ((size_t) -1) / b)) in realloc_multiply()
Dhashmap.c1091 if (_unlikely_(new_n_entries < entries_add)) in resize_buckets()
1104 if (_unlikely_(new_n_buckets < new_n_entries)) in resize_buckets()
1107 if (_unlikely_(new_n_buckets > UINT_MAX / (hi->entry_size + sizeof(dib_raw_t)))) in resize_buckets()
Dutil.c1334 if (_unlikely_(cached == 0)) in is_main_thread()
/third_party/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h21 #define _unlikely_(x) __builtin_expect(x,0) macro
24 #define _unlikely_(x) (x) macro
107 if(_unlikely_(i>64)){ in wyhash()
/third_party/node/doc/changelogs/
DCHANGELOG_V012.md202 …these functions so practical attacks via Node.js using this defect are _unlikely_ to be possible. …
DCHANGELOG_V010.md196 …these functions so practical attacks via Node.js using this defect are _unlikely_ to be possible. …
DCHANGELOG_V5.md537 …these functions so practical attacks via Node.js using this defect are _unlikely_ to be possible. …
DCHANGELOG_V4.md2346 …these functions so practical attacks via Node.js using this defect are _unlikely_ to be possible. …