Searched refs:bsf (Results 1 – 4 of 4) sorted by relevance
103 bsf %edx, %ecx /* Least significant 1 bit is index of null */
1834 bsf %rdx, %rdx /* find and store bit index in %rdx */
1931 bsf %rdx, %rcx /* Find byte with null char */
1564 static struct mtop bsf = { MTBSF, 2 }; in otape() local1568 if (ioctl(to, MTIOCTOP, &bsf) >= 0) in otape()