Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 104) sorted by last modified time

12345

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c469 #error nvme driver needs porting for big-endian platforms
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src10746 # and the 615 is like a 610 with a big keyboard, and most of their other
15336 # Microterm does have a ROM exchange program- use it or lose big
18241 # this big white gap.
H A Dtermcap.src9504 # and the 615 is like a 610 with a big keyboard, and most of their other
13631 # Microterm does have a ROM exchange program- use it or lose big
16227 # this big white gap.
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c91 static int32_t number(long big, char *param);
1228 number(long big, char *param) in number() argument
1258 n = n * number(big, param); in number()
1289 if ((n > big) || (n < 0)) { in number()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib718 # @output: big loud notice if assertion failed
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica1186 # Instead, it began DST on Jun 14 at 00:01. This was big news:
H A Dafrica839 # traditional visiting of family, big lunches/dinners, etc.). So for this
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c238 static unsigned big = 0xffffffff; local
298 master_version = &big;
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S4565 ! HW is on and we're big enough. Do it.
6616 ! We're big enough and copy is on. Do it with HW.
6719 ! big copyin that will cause us to forgo the HW assisted copys
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.S42 ! %o3 is 0 for little endian, non-zero for big endian
110 ! %o3 is 0 for little endian, non-zero for big endian
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.S43 ! %o3 is 0 for little endian, non-zero for big endian
109 ! %o3 is 0 for little endian, non-zero for big endian
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S2380 ! HW is on and we're big enough. Do it.
3487 ! We're big enough and copy is on. Do it with HW.
3594 ! big copyin that will cause us to forgo the HW assisted copys
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan2.S222 bge,pn %icc,.big0 ! if |x| or |x/y| is big
H A D__vcos.S1378 bg,a,pt %icc,.MEDIUM ! branch to Medium range on big arg.
1398 bg,a,pt %icc,.MEDIUM ! branch to Medium range on big arg.
1418 bg,a,pt %icc,.MEDIUM ! brance to Medium range on big arg.
H A D__vatan.S202 /*2 */ sethi %hi(0x43600000),%o1 !big = 0x43600000,0
210 sub %o1,%o0,%o1 !(-) if intf > big
295 sethi %hi(0x43600000),%o1 !big = 0x43600000,0
302 /*30*/ sub %o1,%o0,%o1 !(-) if intf > big
375 sethi %hi(0x43600000),%o1 !big = 0x43600000,0
382 /*51*/ sub %o1,%o0,%o1 !(-) if intf > big
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S185 ble,pt %ncc, .dbmedl31 ! skip big loop if less than 32
490 ble,pt %ncc, .medw15 ! skip big loop if less than 16
566 ble,pt %ncc, .medl31 ! skip big loop if less than 32
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S159 ble,pt %ncc, .dbmedl31 ! skip big loop if less than 32
474 ble,pt %ncc, .medw15 ! skip big loop if less than 16
550 ble,pt %ncc, .medl31 ! skip big loop if less than 32
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/
H A DSuccinctStackTraceFormatter.java131 SuccinctStackTraceFormatter.printStackTrace(big()); in main()
134 public static final Throwable big() { in big() method in SuccinctStackTraceFormatter
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl254 runtest {A big INSERT after a big DELETE}
267 runtest {A big DELETE followed by many small INSERTs}
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtable.test143 {CREATE TABLE big(
188 execsql {DROP TABLE big}
H A Dselect1.test101 set long {This is a string that is too big to fit inside a NBFS buffer}
H A Dmisc1.test256 # If an integer is too big to be represented as a 32-bit machine integer,
H A Dbigrow.test21 # Make a big string that we can use for test data
96 # Try doing some indexing on big columns
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S79 / Convert in to big endian, eg. htons()
90 / Convert in to big endian, eg. htonl()
/illumos-gate/usr/src/cmd/tbl/
H A Dts.c28 prefix(char *small, char *big) in prefix() argument
31 while ((c= *small++) == *big++) in prefix()

12345