OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUSED_PARAM
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/inc/
util.h
27
#define
UNUSED_PARAM
(param) (void) (param)
/device/google/contexthub/util/nanotool/
contexthub.cpp
31
#define
UNUSED_PARAM
(param) (void) (param)
618
UNUSED_PARAM
(sensor_type);
619
UNUSED_PARAM
(data);
624
UNUSED_PARAM
(sensor_type);
625
UNUSED_PARAM
(data);
631
UNUSED_PARAM
(sensor_type);
632
UNUSED_PARAM
(x);
633
UNUSED_PARAM
(y);
634
UNUSED_PARAM
(z);
640
UNUSED_PARAM
(sensor_type)
[
all
...]
/external/curl/lib/
krb5.c
79
int level
UNUSED_PARAM
,
80
struct connectdata *conn
UNUSED_PARAM
)
curl_setup.h
621
# define
UNUSED_PARAM
__attribute__((__unused__))
624
# define
UNUSED_PARAM
/*NOTHING*/
Completed in 185 milliseconds