Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/security/tee_client_api/
Dtee_client_api_linux_driver.c85 #define VAR_NOT_USED(variable) do{(void)(variable);}while(0); argument
/hardware/bsp/intel/peripheral/libupm/doxy/node/
Dxml2js.js673 _.each(_.filter(vars.children, function(variable) { argument
675 }), function(variable) { argument
/hardware/ti/omap4-aah/security/tee_client_api/
Dtee_client_api_linux_driver.c85 #define VAR_NOT_USED(variable) do{(void)(variable);}while(0); argument
/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c127 #define MD_VAR_NOT_USED(variable) do{(void)(variable);}while(0); argument
/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client.c146 #define MD_VAR_NOT_USED(variable) do{(void)(variable);}while(0); argument
/hardware/intel/common/libva/va/
Dva.c165 static bool va_checkMaximum(int value, char *variable) in va_checkMaximum()
174 static bool va_checkString(const char* value, char *variable) in va_checkString()