Home
last modified time | relevance | path

Searched refs:BIG (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/dd/
H A Ddd.c60 #define BIG 0777777777777777777777LL macro
524 ibs = (unsigned)number(BIG); in main()
529 obs = (unsigned)number(BIG); in main()
534 cbs = (unsigned)number(BIG); in main()
539 bs = (unsigned)number(BIG); in main()
554 skip = number(BIG); in main()
559 iseekn = number(BIG); in main()
564 oseekn = number(BIG); in main()
569 oseekn = number(BIG); in main()
574 count = number(BIG); in main()
[all …]
/titanic_41/usr/src/cmd/vi/port/
H A Dprintf.c61 #define BIG 1000000000 /* largest power of 10 less than an unsigned long */ macro
317 value -= BIG; /* will eventually underflow */
320 while ((lval = value - BIG) >= 0) {
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c114 #define BIG LONG_MAX macro
244 sectorsize = number(BIG, in main()
334 fssize = number(BIG, "size"); in main()
1232 int64_t cut = BIG; in number()
/titanic_41/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err29 2BIG = Arg list too long
/titanic_41/usr/src/lib/libsqlite/test/
H A Dtable.test172 set v [catch {execsql {CREATE TABLE BIG(xyz foo)}} msg]
174 } {1 {table BIG already exists}}
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt159 IDNF, you are in *BIG* trouble.
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c473 #define BIG 0x7fffffffffffffffLL macro
3620 uint64_t cut = BIG / 10; /* limit to avoid overflow */ in number()
3642 if (n > (BIG / 1024)) in number()
3653 if (n > (BIG / t)) in number()
3706 return (BIG); in number()