Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler.h23 #define __branch_check__(x, expect, is_constant) ({ \ macro
45 # define likely(x) (__branch_check__(x, 1, __builtin_constant_p(x)))
48 # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x)))
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h134 #define __branch_check__(x, expect) ({ \ macro
155 # define likely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 1))
158 # define unlikely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 0))
/OK3568_Linux_fs/u-boot/include/linux/
H A 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))