Searched refs:i64c (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dpw_encrypt.c16 static int i64c(int i) function
43 *p++ = i64c(x >> 16);
44 *p++ = i64c(x >> 22);
57 *s++ = i64c(v);
H A Dpw_encrypt_des.c708 *s++ = i64c(v >> 18); /* bits 23..18 */
709 *s++ = i64c(v >> 12); /* bits 17..12 */
710 *s++ = i64c(v >> 6); /* bits 11..6 */
711 *s = i64c(v); /* bits 5..0 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dpw_encrypt.c16 static int i64c(int i) function
43 *p++ = i64c(x >> 16);
44 *p++ = i64c(x >> 22);
57 *s++ = i64c(v);
H A Dpw_encrypt_des.c708 *s++ = i64c(v >> 18); /* bits 23..18 */
709 *s++ = i64c(v >> 12); /* bits 17..12 */
710 *s++ = i64c(v >> 6); /* bits 11..6 */
711 *s = i64c(v); /* bits 5..0 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dpw_encrypt.c16 static int i64c(int i) function
43 *p++ = i64c(x >> 16);
44 *p++ = i64c(x >> 22);
57 *s++ = i64c(v);
H A Dpw_encrypt_des.c708 *s++ = i64c(v >> 18); /* bits 23..18 */
709 *s++ = i64c(v >> 12); /* bits 17..12 */
710 *s++ = i64c(v >> 6); /* bits 11..6 */
711 *s = i64c(v); /* bits 5..0 */

Completed in 122 milliseconds