| 143 | } |
| 144 | |
| 145 | static inline void write32s(frameItem* frame, const uint32_t* x, size_t n) { |
| 146 | for(; n; --n) simplicity_write32(frame, *(x++)); |
| 147 | } |
| 148 | |
| 149 | /* Read bytes from a Simplicity buffer of type (TWO^8)^<2^(n+1) into 'buf'. |
| 150 | * Set 'len' to the number of bytes read from the buffer. |
no outgoing calls