Searched defs:CONVERT_COPY (Results  1 – 1 of 1) sorted by relevance
| /external/pcre/src/ | 
| D | pcre2test.c | 1099 #define CONVERT_COPY(a,b,c) \  macro 1676 #define CONVERT_COPY(a,b,c) \  macro 2122 #define CONVERT_COPY(a,b,c) memcpy(G(a,8),(char *)b, c)  macro 2233 #define CONVERT_COPY(a,b,c) memcpy(G(a,16),(char *)b, (c)*2)  macro 2342 #define CONVERT_COPY(a,b,c) memcpy(G(a,32),(char *)b, (c)*4)  macro
  |