Searched refs:w_byte (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/sanei/ |
H A D | sanei_codec_bin.c | 85 sanei_w_array (w, &len, v, w->codec.w_byte, 1); in bin_w_string() 133 w->codec.w_byte = bin_w_byte; in sanei_codec_bin_init()
|
H A D | sanei_wire.c | 321 (*w->codec.w_byte) (w, v); in sanei_w_byte()
|
/third_party/python/Python/ |
H A D | marshal.c | 94 #define w_byte(c, p) do { \ macro 170 w_byte((char)( x & 0xff), p); in w_short() 171 w_byte((char)((x>> 8) & 0xff), p); in w_short() 177 w_byte((char)( x & 0xff), p); in w_long() 178 w_byte((char)((x>> 8) & 0xff), p); in w_long() 179 w_byte((char)((x>>16) & 0xff), p); in w_long() 180 w_byte((char)((x>>24) & 0xff), p); in w_long() 208 w_byte(Py_SAFE_DOWNCAST(n, Py_ssize_t, unsigned char), p); in w_short_pstring() 225 w_byte((t) | flag, (p)); \ 318 w_byte(TYPE_RE in w_ref() [all...] |
/third_party/backends/include/sane/ |
H A D | sanei_wire.h | 72 WireCodecFunc w_byte; member
|
Completed in 3 milliseconds