Lines Matching refs:CASTVAR
878 #define CAST8VAR(x) CASTVAR(uint8_t *, x)
900 #define CASTVAR(t,x) ( \ macro
1376 #define CASTVAR(t,x) ( \ macro
1755 #define CASTVAR(t,x) (t)G(x,8) macro
1850 #define CASTVAR(t,x) (t)G(x,16) macro
1945 #define CASTVAR(t,x) (t)G(x,32) macro
4109 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in show_pattern_info()
4131 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in show_pattern_info()
4161 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in serial_error()
4961 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in process_pattern()
5326 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5336 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5385 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5395 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5425 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5471 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5498 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5884 len = CASTVAR(uint8_t *, q) - dbuffer; /* Length in bytes */ in process_data()
6222 rlen = (CASTVAR(uint8_t *, r) - rbuffer)/code_unit_size; in process_data()
6235 PCHARSV(CASTVAR(void *, pbuffer), 0, msize, FALSE, outfile); in process_data()
6717 PCHARSV(CASTVAR(void *, pbuffer), 0, mlen, FALSE, outfile); in process_data()
7423 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, stdout);