Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dcompiler.h113 #define __branch_check__(x, expect) ({ \ macro
134 # define likely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 1))
137 # define unlikely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 0))