HomeSort by relevance Sort by last modified time
    Searched refs:_CC (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Android.mk 103 _CC = $$(TARGET_CC)
  /external/libpcap/msdos/
ndis2.h 44 #define pascal _CC(_CALLEE_POPS_STACK & ~_REVERSE_PARMS) /* calling convention */
  /external/valgrind/callgrind/
global.h 181 typedef struct _CC CC;
851 #define CLG_MALLOC(_cc,x) CLG_(malloc)((_cc),x,__FUNCTION__)
854 #define CLG_MALLOC(_cc,x) VG_(malloc)((_cc),x)
  /ndk/build/core/
definitions.mk     [all...]
  /external/dhcpcd-6.8.2/
configure 258 for _CC in $_COMPILERS; do
259 _CC=$(_which "$HOSTCC$_CC")
260 if [ -x "$_CC" ]; then
261 CC=$_CC
267 for _CC in $_COMPILERS; do
268 _CC=$(_which "$_CC")
269 if [ -x "$_CC" ]; then
270 CC=$_CC
    [all...]

Completed in 129 milliseconds