Searched refs:SETCASTPTR (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1309 #define SETCASTPTR(x,y) \ macro 1715 #define SETCASTPTR(x,y) \ macro 1838 #define SETCASTPTR(x,y) G(x,8) = (uint8_t *)(y) macro 1933 #define SETCASTPTR(x,y) G(x,16) = (uint16_t *)(y) macro 2028 #define SETCASTPTR(x,y) G(x,32) = (uint32_t *)(y) macro 5622 SETCASTPTR(q, dbuffer); /* Sets q8, q16, or q32, as appropriate. */ in process_data() 5680 SETCASTPTR(q, dbuffer + qoffset); in process_data() 6138 SETCASTPTR(r, rbuffer); /* Sets r8, r16, or r32, as appropriate. */ in process_data()
|