Home
last modified time | relevance | path

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

/external/avahi/avahi-compat-howl/include/salt/
Dplatform.h162 # 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/pcre/dist/sljit/
DsljitNativeSPARC_32.c36 #define ARG2(flags, src2) ((flags & SRC2_IMM) ? IMM(src2) : S2(src2)) macro
/external/valgrind/coregrind/m_syswrap/
Dpriv_types_n_macros.h315 #define ARG2 (arrghs->arg2) macro
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2206 #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
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2185 #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/mesa3d/src/mesa/x86/
Dassyntax.h376 #define ARG2(a, b) a,b macro