Searched defs:ARG1 (Results 1 – 4 of 4) sorted by relevance
/external/avahi/avahi-compat-howl/include/salt/ |
D | platform.h | 162 # define sw_memset(ARG1, ARG2, ARG3) memset((char*) ARG1, ARG2, ARG3) argument 163 # define sw_memcpy(ARG1, ARG2, ARG3) memmove((char*) ARG1, (char*) ARG2, ARG3) argument 164 # define sw_memcmp(ARG1, ARG2, ARG3) memcmp((char*) ARG1, ARG2, ARG3) argument 165 # define sw_strcasecmp(ARG1, ARG2) stricmp(ARG1, ARG2) argument 166 # define sw_strncasecmp(ARG1, ARG2) strnicmp(ARG1, ARG2) argument 167 # define sw_strcat(ARG1, ARG2) strcat(ARG1, ARG2) argument 168 # define sw_strncat(ARG1, ARG2) strncat(ARG1, ARG2) argument 169 # define sw_strchr(ARG1, ARG2) strchr(ARG1, ARG2) argument 170 # define sw_strcmp(ARG1, ARG2) strcmp(ARG1, ARG2) argument 171 # define sw_strncmp(ARG1, ARG2) strncmp(ARG1, ARG2) argument [all …]
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_types_n_macros.h | 314 #define ARG1 (arrghs->arg1) macro
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 2185 #define DEFINE_DERIVED3(CLASS, TRET, NAME, T0, ARG0, T1, ARG1, T2, ARG2, EXPANSION) \ argument 2202 #define DEFINE_DERIVED_FLOAT3(CLASS, NAME, ARG0, ARG1, ARG2, EXPANSION) \ argument
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2206 #define DEFINE_DERIVED3(CLASS, TRET, NAME, T0, ARG0, T1, ARG1, T2, ARG2, EXPANSION) \ argument 2223 #define DEFINE_DERIVED_FLOAT3(CLASS, NAME, ARG0, ARG1, ARG2, EXPANSION) \ argument
|