Searched refs:__lzo_unlikely (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | minilzo-inl.c | 1565 #if !defined(__lzo_likely) && !defined(__lzo_unlikely) 1568 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1571 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1574 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1582 #if defined(__lzo_unlikely) 1585 # define __lzo_unlikely(e) (e) macro 2079 # undef __lzo_unlikely 2083 # define __lzo_unlikely(e) (e) macro 3195 if __lzo_unlikely(ip >= ip_end) in do_compress() 3235 if __lzo_unlikely(ip >= ip_end) in do_compress() [all …]
|
D | lzodefs.h | 1541 #if !defined(__lzo_likely) && !defined(__lzo_unlikely) 1544 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1547 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1550 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1558 #if defined(__lzo_unlikely) 1561 # define __lzo_unlikely(e) (e) macro
|
/external/libvncserver/common/ |
D | lzodefs.h | 1540 #if !defined(__lzo_likely) && !defined(__lzo_unlikely) 1543 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1546 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1549 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1557 #if defined(__lzo_unlikely) 1560 # define __lzo_unlikely(e) (e) macro
|
D | minilzo.c | 1560 #if !defined(__lzo_likely) && !defined(__lzo_unlikely) 1563 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1566 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1569 # define __lzo_unlikely(e) (__builtin_expect(!!(e),0)) macro 1577 #if defined(__lzo_unlikely) 1580 # define __lzo_unlikely(e) (e) macro 2074 # undef __lzo_unlikely 2078 # define __lzo_unlikely(e) (e) macro 3017 if __lzo_unlikely(ip >= ip_end) in do_compress() 3151 if __lzo_unlikely(ip >= ip_end) in do_compress() [all …]
|