HomeSort by relevance Sort by last modified time
    Searched defs:UNUSED_PARAM (Results 1 - 7 of 7) sorted by null

  /device/google/contexthub/firmware/os/inc/
util.h 27 #define UNUSED_PARAM(param) (void) (param)
  /device/google/contexthub/util/nanotool/
contexthub.cpp 31 #define UNUSED_PARAM(param) (void) (param)
619 UNUSED_PARAM(sensor_type);
620 UNUSED_PARAM(data);
625 UNUSED_PARAM(sensor_type);
626 UNUSED_PARAM(data);
632 UNUSED_PARAM(sensor_type);
633 UNUSED_PARAM(x);
634 UNUSED_PARAM(y);
635 UNUSED_PARAM(z);
641 UNUSED_PARAM(sensor_type)
    [all...]
  /external/cn-cbor/src/
cbor.h 114 #ifndef UNUSED_PARAM
115 #define UNUSED_PARAM(p) ((void)&(p))
  /external/curl/lib/
curl_setup.h 665 # define UNUSED_PARAM __attribute__((__unused__))
668 # define UNUSED_PARAM /*NOTHING*/
  /external/cn-cbor/test/
ctest.h 19 #ifndef UNUSED_PARAM
21 * \def UNUSED_PARAM(p);
25 # define UNUSED_PARAM(p) ((void)&(p))
301 UNUSED_PARAM(t);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2733 milliseconds