commit | f6b1678f8f508b447155a81b44e214475ab634a8 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Dec 15 09:51:17 2011 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Thu Jan 05 07:33:45 2012 -0800 |
tree | dabe2858dfed9133c6a270cd6b86877a9d3588b1 | |
parent | 94023fa6744e24f26f0aba1699ec278649bd66df [diff] |
Use the standard CC_LIKELY and CC_UNLIKELY macros Several source files privately defined macros LIKELY and UNLIKELY in terms of __builtin_expect. But <cutils/compiler.h> already has CC_LIKELY and CC_UNLIKELY which are intended for this purpose. So rename the private uses to use the standard names. In addition, AudioFlinger was relying on the macro expanding to extra ( ). Change-Id: I2494e087a0c0cac0ac998335f5e9c8ad02955873