Home
last modified time | relevance | path

Searched refs:blow (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/lib/
H A Ddeflate.c88 int click = bb->bitpos >> 3, blow, blen; in bitbuf_get() local
97 blow = bb->bitpos & 7; in bitbuf_get()
98 blen = 8-blow; in bitbuf_get()
100 result |= ((bb->buf[click] >> blow) & ((1<<blen)-1)) << offset; in bitbuf_get()
121 int click = bb->bitpos >> 3, blow, blen; in bitbuf_put() local
128 blow = bb->bitpos & 7; in bitbuf_put()
129 blen = 8-blow; in bitbuf_put()
131 bb->buf[click] |= data << blow; in bitbuf_put()
/third_party/libwebsockets/lib/secure-streams/cpp/
H A Dlss.cxx123 goto blow; in lss()
130 blow: in lss()

Completed in 2 milliseconds