Go to file
Glenn Kasten 99ed22412d 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
2012-01-05 07:33:45 -08:00
cmds Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
include Add a new ui mode for "appliance" 2011-12-15 16:16:14 -08:00
libs Use the standard CC_LIKELY and CC_UNLIKELY macros 2012-01-05 07:33:45 -08:00
opengl Fix convert8To4, convert8To5 2011-12-09 14:06:07 -08:00
services/surfaceflinger Use the standard CC_LIKELY and CC_UNLIKELY macros 2012-01-05 07:33:45 -08:00
MODULE_LICENSE_APACHE2
NOTICE