Home
last modified time | relevance | path

Searched refs:SER_REPEAT (Results 1 – 1 of 1) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dserialize.cpp321 #define SER_REPEAT 0xf5 // provides simple run-length coding macro
705 { write_opcode(SER_REPEAT, "repeat %" PRIu64, n); in write_opcode()
719 { write_opcode(SER_REPEAT, "repeat %" PRIu64, n); in write_opcode()
1459 case SER_REPEAT: in serial_read()