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

  /external/cn-cbor/src/
cbor.h 114 #ifndef UNUSED_PARAM
115 #define UNUSED_PARAM(p) ((void)&(p))
cn-encoder.c 226 UNUSED_PARAM(depth);
289 UNUSED_PARAM(cb);
290 UNUSED_PARAM(depth);
  /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/curl/lib/vtls/
vtls.c 990 int Curl_none_shutdown(struct connectdata *conn UNUSED_PARAM,
991 int sockindex UNUSED_PARAM)
998 int Curl_none_check_cxn(struct connectdata *conn UNUSED_PARAM)
1004 CURLcode Curl_none_random(struct Curl_easy *data UNUSED_PARAM,
1005 unsigned char *entropy UNUSED_PARAM,
1006 size_t length UNUSED_PARAM)
1014 void Curl_none_close_all(struct Curl_easy *data UNUSED_PARAM)
1019 void Curl_none_session_free(void *ptr UNUSED_PARAM)
1024 bool Curl_none_data_pending(const struct connectdata *conn UNUSED_PARAM,
1025 int connindex UNUSED_PARAM)
    [all...]
polarssl.c 888 size_t sha256len UNUSED_PARAM)
895 CURLINFO info UNUSED_PARAM)
axtls.c 698 CURLINFO info UNUSED_PARAM)
mbedtls.c 1029 size_t sha256len UNUSED_PARAM)
1036 CURLINFO info UNUSED_PARAM)
cyassl.c 972 CURLINFO info UNUSED_PARAM)
schannel.c     [all...]
darwinssl.c     [all...]
gskit.c     [all...]
gtls.c     [all...]
nss.c     [all...]
  /device/google/contexthub/firmware/os/inc/
util.h 27 #define UNUSED_PARAM(param) (void) (param)
  /external/curl/lib/
krb5.c 76 int level UNUSED_PARAM,
77 struct connectdata *conn UNUSED_PARAM)
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);

Completed in 578 milliseconds