Searched refs:wrap (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/tools/seL4/cmake-tool/helpers/
H A Dmake-uimage51 ELF executable and wrap the object in a chain-loadable payload for use
/seL4-camkes-master/projects/camkes-tool/tools/
H A Dtpp136 ls = textwrap.wrap(l, 80,
/seL4-camkes-master/projects/lwip/src/apps/mqtt/
H A Dmqtt.c237 u8_t wrap = 0; local
253 wrap = (mqtt_ringbuf_len(rb) > ringbuf_lin_len);
255 err = altcp_write(tpcb, mqtt_ringbuf_get_ptr(rb), send_len, TCP_WRITE_FLAG_COPY | (wrap ? TCP_WRITE_FLAG_MORE : 0));
256 if ((err == ERR_OK) && wrap) {

Completed in 45 milliseconds