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

/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dmach_install_mig.sh46 MACHINE_ARCH=`echo $ARCHS | cut -d' ' -f 1`
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c3176 unsigned int cut; local
3298 cut = htonl(random()) % (1 + high - low) + low;
3299 /* low <= cut <= high */
3300 for (tmp = cut; tmp <= high; ++(tmp)) {
3308 for (tmp = cut - 1; tmp >= low; --(tmp)) {

Completed in 28 milliseconds