Home
last modified time | relevance | path

Searched refs:bsf (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libc/amd64/gen/
H A Dstrlen.s103 bsf %edx, %ecx /* Least significant 1 bit is index of null */
H A Dstrcmp.s1834 bsf %rdx, %rdx /* find and store bit index in %rdx */
H A Dstrcpy.s1931 bsf %rdx, %rcx /* Find byte with null char */
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c1564 static struct mtop bsf = { MTBSF, 2 }; in otape() local
1568 if (ioctl(to, MTIOCTOP, &bsf) >= 0) in otape()