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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c3089 * Respect the "octal" flag. "Small negative" is defined as "in the
3107 int octal = dis->d86_flags & DIS_F_OCTAL; local
3115 octal ? "-0%llo" : "-0x%llx", (-sv) & mask);
3120 octal ? "+0%llo" : "+0x%llx", usv & mask);
3123 octal ? "0%llo" : "0x%llx", usv & mask);

Completed in 20 milliseconds