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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dcrypt_make_salt.c5 * i64c was also put here, this is the only function that uses it.
13 static int i64c(int i) function
40 *p++ = i64c(x >> 16);
41 *p++ = i64c(x >> 22);

Completed in 105 milliseconds