Searched refs:SETCASTPTR (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1463 #define SETCASTPTR(x,y) \ macro 1918 #define SETCASTPTR(x,y) \ macro 2050 #define SETCASTPTR(x,y) G(x,8) = (uint8_t *)(y) macro 2154 #define SETCASTPTR(x,y) G(x,16) = (uint16_t *)(y) macro 2258 #define SETCASTPTR(x,y) G(x,32) = (uint32_t *)(y) macro 6429 SETCASTPTR(q, dbuffer); /* Sets q8, q16, or q32, as appropriate. */ in process_data() 6489 SETCASTPTR(q, dbuffer + qoffset); in process_data() 7007 SETCASTPTR(r, rbuffer); /* Sets r8, r16, or r32, as appropriate. */ in process_data()
|