Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.c259 int shift = 0; in buffer_append_long_hex() local
264 shift++; in buffer_append_long_hex()
266 if (shift == 0) in buffer_append_long_hex()
267 shift++; in buffer_append_long_hex()
268 if (shift & 0x01) in buffer_append_long_hex()
269 shift++; in buffer_append_long_hex()
271 buffer_prepare_append(b, shift + 1); in buffer_append_long_hex()
275 b->used += shift; in buffer_append_long_hex()
277 shift <<= 2; in buffer_append_long_hex()
278 while (shift > 0) { in buffer_append_long_hex()
[all …]
/mOS-networking-stack/util/
H A Drss.c97 uint8_t shift = (idx % NBBY); in BuildKeyCache() local
101 bit = ((key[idx/NBBY] << shift) & 0x80) ? 1 : 0; in BuildKeyCache()
/mOS-networking-stack/core/src/
H A Dutil.c51 uint8_t shift = (idx % NBBY); in BuildKeyCache() local
55 bit = ((key[idx/NBBY] << shift) & 0x80) ? 1 : 0; in BuildKeyCache()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Daclocal.m4689 shift
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4674 shift