HomeSort by relevance Sort by last modified time
    Searched refs:distinct (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
sort.pm 128 is often faster for small arrays, and on arrays of a few distinct
  /onnv/onnv-gate/usr/src/common/openssl/crypto/
sparccpuid.S 44 ! V9-compliant, as V9 returns a distinct value of 0x99,
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
select.c 34 int isDistinct, /* true if the DISTINCT keyword is present */
410 int distinct, /* If >=0, make sure results are distinct */
418 int hasDistinct; /* True if the DISTINCT keyword is present */
426 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0;
444 /* If the DISTINCT keyword was present on the SELECT statement
454 sqliteVdbeAddOp(v, OP_Distinct, distinct, sqliteVdbeCurrentAddr(v)+3);
458 sqliteVdbeAddOp(v, OP_PutStrKey, distinct, 0);
2032 int distinct; \/* Table to use for the distinct set *\/ local
    [all...]
parse.y 306 oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y)
311 // The "distinct" nonterminal is true (1) if the DISTINCT keyword is
314 %type distinct {int}
315 distinct(A) ::= DISTINCT. {A = 1;}
316 distinct(A) ::= ALL. {A = 0;}
317 distinct(A) ::= . {A = 0;}
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
find2perl.PL 735 a distinct argument, so it may need to be surrounded by whitespace and/or
741 Group the given PREDICATES. The parentheses must be passed as distinct
865 a distinct argument, so it may need to be surrounded by whitespace and/or
873 a distinct argument, so it may need to be surrounded by whitespace and/or
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/private/
README.synch 102 but are distinct tuples and thus would not be synchronized with respect to
  /onnv/onnv-gate/usr/src/lib/libdhcputil/
README.inittab 34 hard-coded internal tables to providing published (but distinct)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
DosGlob.pm 454 Spaces in the argument delimit distinct patterns, so
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
Opcode.pm 105 The internal format is based on many distinct I<opcodes>.
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mms_db     [all...]

Completed in 1680 milliseconds