replicant-frameworks_native/libs
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
..
binder Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer 2011-12-15 04:37:22 +09:00
gui Use the standard CC_LIKELY and CC_UNLIKELY macros 2012-01-05 07:33:45 -08:00
surfaceflinger_client Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
ui Eliminate hw.keyboards system properties. 2011-11-15 18:00:10 -08:00
utils Add a basic hashtable data structure, with tests! 2011-11-22 17:12:22 -08:00