Searched defs:octal (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c761 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
772 bprintf(dhp, (octal != 0) ? "%s0%-11lo" : "%s0x%-10lx",
841 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
924 (octal != 0) ? "%s0%-11lo <" : "%s0x%-10lx <",
931 (octal != 0) ? "%s, %s0%-5lo <" :
939 (octal != 0) ? "%s, %s0%-6lo <" : "%s, %s0x%-5lx <",
1589 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
1605 bprintf(dhp, (octal != 0) ? "%s, 0%lo, %s" : "%s, 0x%lx, %s",
2370 int octal = dhp->dh_flags & DIS_OCTAL; local
2376 fmtstr = (octal !
2480 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
2511 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
[all...]

Completed in 29 milliseconds