Home
last modified time | relevance | path

Searched refs:order (Results 76 – 100 of 544) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dnull.test142 select distinct b from t1 order by b;
151 select b from t1 union select c from t1 order by c;
H A Dwhere.test282 SELECT * FROM t1 WHERE rowid IN (1,2,3,1234) order by 1;
287 SELECT * FROM t1 WHERE rowid+0 IN (1,2,3,1234) order by 1;
292 SELECT * FROM t1 WHERE w IN (-1,1,2,3) order by 1;
297 SELECT * FROM t1 WHERE w+0 IN (-1,1,2,3) order by 1;
520 # Tests for reverse-order sorting.
/illumos-gate/usr/src/cmd/bnu/
H A DLimits34 # The fields are order insensitive, case sensitive, and the first
/illumos-gate/usr/src/common/crypto/ecc/
H A Decdecode.c140 CHECK_OK(hexString2SECItem(NULL, &params->order, in gf_populate_params()
141 curveParams->order, kmflag)); in gf_populate_params()
H A Decc_impl.h174 SECItem order; member
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-nvmetest.p5m49 file path=opt/nvme-tests/tests/ioctl/lock-order.32 mode=0555
50 file path=opt/nvme-tests/tests/ioctl/lock-order.64 mode=0555
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dkbd_layouts34 # order so that the kbd -s presents them in that way.
/illumos-gate/usr/src/cmd/vi/port/
H A DREAD_ME34 "[-T] [-S suffix]" in order to standardize
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S293 ! if low-order bit is 1, we will properly get an alignment fault here
496 ! if low-order bit is 1, we will properly get an alignment fault here
622 ! if low-order bit is 1, we will properly get an alignment fault here
738 ! if low-order bit is 1, we will properly get an alignment fault here
810 ! if low-order bit is 1, we will properly get an alignment fault here
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.S172 ! if low-order bit is 1, we will properly get an alignment fault here
371 ! if low-order bit is 1, we will properly get an alignment fault here
493 ! if low-order bit is 1, we will properly get an alignment fault here
605 ! if low-order bit is 1, we will properly get an alignment fault here
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcksum.c424 order(FTSENT* const* f1, FTSENT* const* f2) in order() function
496 state.sort = order; in b_cksum()
/illumos-gate/usr/src/lib/librstp/common/
H A DChangeLog24 - been moved; order of the initialization has been changed
/illumos-gate/usr/src/cmd/netfiles/
H A Dnss.dfl42 #functions. This is useful in case the order of addresses returned
/illumos-gate/usr/src/lib/libtermcap/common/
H A Dmapfile-vers36 # flag lets other libraries earlier in the link order provide the
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dhwmuldiv.S47 tst %o1 ! return with Z set if high order bits are zero
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_ev.c724 unsigned int order = 0; in pow2_ge() local
726 while ((1ul << order) < n) ++order; in pow2_ge()
727 return (1ul << (order)); in pow2_ge()
/illumos-gate/usr/src/lib/print/libprint/common/
H A DsunPrinter.oc.conf.txt73 printer-stacking-order-supported
H A DsunPrinter.at.conf.txt60 attribute printer-stacking-order-supported 1.3.18.0.2.4.1115 cis
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME52 array set to "fault.one" and "fault.two" (in that order) and expect
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c227 int bin = 0, order; in dt_aggregate_llquantizedsum() local
234 for (order = 0; order < low; order++) in dt_aggregate_llquantizedsum()
242 while (order <= high) { in dt_aggregate_llquantizedsum()
251 order++; in dt_aggregate_llquantizedsum()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c1277 static void free_pr_node(void *node, VISIT order, int level, void *cookie) { in free_pr_node() argument
1278 if (order == endorder || order == leaf) { in free_pr_node()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c483 uchar_t order = ELFDATA2MSB; in ctf_fdcreate_int() local
485 uchar_t order = ELFDATA2LSB; in ctf_fdcreate_int()
493 if (hdr.e32.e_ident[EI_DATA] != order) in ctf_fdcreate_int()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.msg73 is sufficient room, it will be added in order to satisfy this\n\
134 order to faciliate this operation.\n"
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch29 # devices. These directories will be searched in the order
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c164 be_sort(be_node_list_t **be_nodes, int order) in be_sort() argument
171 switch (order) { in be_sort()
193 order); in be_sort()

12345678910>>...22