Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 25 of 46) sorted by relevance

12

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_mindex.cc67 indices.indices_len = 0; in db_mindex()
68 indices.indices_val = NULL; in db_mindex()
101 indices.indices_len = how->numkeys(); in init()
106 indices.indices_val = new db_index[indices.indices_len]; in init()
107 if (indices.indices_val == NULL) { in init()
109 indices.indices_len = 0; in init()
114 for (i = 0; i < indices.indices_len; i++) { in init()
115 indices.indices_val[i].init(&(keys[i])); in init()
121 delete indices.indices_val; in init()
122 indices.indices_val = NULL; in init()
[all …]
H A Ddb_mindex_c.x71 db_index indices<>; /* indices[num_indices] */
118 % } indices; variable
/titanic_41/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen271 my ($indent, $toporef, $set, @indices) = @_;
286 && ($type eq "fanmodule") && ($#indices == 0)
287 && ($indices[0] == 1) && ($i == 3));
289 push @indices, $i;
321 printf($ref, @indices);
356 printf($ref, @indices);
384 printf($level->{label}, @indices);
413 printf($ref, @indices);
430 printf($ref, @indices);
449 process_topology($indent + 2, \@topo, $set, @indices);
[all …]
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl220 statline {Number of indices} $nindex
221 statline {Number of named indices} $manindex [percent $manindex $nindex]
222 statline {Automatically generated indices} $autoindex \
247 subreport {All tables and indices} 1
251 subreport {All indices} {is_index}
299 Number of indices
301 The total number of indices in the database.
303 Number of named indices
305 The number of indices created using an explicit CREATE INDEX statement.
307 Automatically generated indices
[all …]
H A Dreport1.txt4 The SQL database used for ACD contains 113 tables and indices implemented
6 within these tables and indices.
/titanic_41/usr/src/lib/libast/common/port/
H A Dlclib.h47 unsigned char indices[LC_territory_language_max];
H A Dlc.c718 n = tp->indices[i]; in lcmake()
789 (!ls->lc.territory || !(ls->lc.index = ls->lc.territory->indices[ls->language]))) in lcscan()
/titanic_41/usr/src/tools/stabs/
H A Dstabs.h108 struct element *indices; member
H A Dstabs.c653 (*rtdp)->data.ardef->indices = malloc(sizeof (struct element)); in arraydef()
654 (*rtdp)->data.ardef->indices->index_type = lookup(h); in arraydef()
662 (*rtdp)->data.ardef->indices->range_start = start; in arraydef()
663 (*rtdp)->data.ardef->indices->range_end = end; in arraydef()
H A Dgenassym.c275 items = ap->indices->range_end - ap->indices->range_start + 1; in print_array()
H A Dforth.c269 items = ap->indices->range_end - ap->indices->range_start + 1; in print_array()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dinsert.test140 # on a table that has indices. In particular we want to verify
141 # that the correct default values are inserted into the indices.
259 # Ticket #334: REPLACE statement corrupting indices.
H A Dindex.test76 # Try creating a bunch of indices on the same table
94 # Verify that all the indices go away when we drop the table.
162 # Do not allow indices to be added to sqlite_master
172 # Do not allow indices with duplicate names to be added
348 # is true in indices.
H A Dtemptable.test16 # This file implements tests for temporary tables and indices.
121 # Make sure indices on temporary tables are also temporary.
H A Dintpkey.test163 # Check to make sure indices work correctly with integer primary keys
253 # Create indices that include the integer primary key as one of their
H A Dversion.test94 # Add some triggers, views, and indices to the schema and make sure the
H A Dcopy.test103 # Try copying into a table that has one or more indices.
H A Dminmax.test150 # including empty tables with indices. Ticket #296.
H A Dmisc3.test105 # indices.
H A Dformat3.test228 # Build some new test data, this time with indices.
263 # small we can be assured that indices are being used properly.
H A Dwhere.test15 # focus of this file is testing the use of indices in WHERE clases.
55 # small we can be assured that indices are being used properly.
H A Dupdate.test306 # indices
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE8811 indices. For example, ${!name[@]} expands to the list of array
12 indices for variable name.
/titanic_41/usr/src/lib/libast/common/comp/
H A Dsetlocale.c117 ctry = lc->territory->indices[i]; in native_locale()
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vlog.S125 ! local storage indices

12