Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc67 indices.indices_len = 0; in db_mindex()
68 indices.indices_val = NULL; in db_mindex()
106 indices.indices_val = new db_index[indices.indices_len]; in init()
109 indices.indices_len = 0; in init()
121 delete indices.indices_val; in init()
122 indices.indices_val = NULL; in init()
123 indices.indices_len = 0; in init()
276 if (indices.indices_len != 0 && indices.indices_val == NULL) { in satisfy_query_dbonly()
1076 if (indices.indices_val) { in reset()
1078 indices.indices_val = NULL; in reset()
[all …]
H A Ddb_mindex_c.x77 db_index indices<>; /* indices[num_indices] */
121 % } indices; variable
/illumos-gate/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 …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl217 statline {Number of indices} $nindex
218 statline {Number of named indices} $manindex [percent $manindex $nindex]
219 statline {Automatically generated indices} $autoindex \
244 subreport {All tables and indices} 1
248 subreport {All indices} {is_index}
296 Number of indices
298 The total number of indices in the database.
300 Number of named indices
302 The number of indices created using an explicit CREATE INDEX statement.
304 Automatically generated indices
[all …]
H A Dreport1.txt1 The SQL database used for ACD contains 113 tables and indices implemented
3 within these tables and indices.
/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c265 gint *indices, depth; in ast_get_iter() local
269 indices = gtk_tree_path_get_indices(path); in ast_get_iter()
273 node = ast_nth_child(node, indices[i]); in ast_get_iter()
H A Dsparse-llvm.c297 …LLVMValueRef indices[] = { LLVMConstInt(LLVMInt64Type(), 0, 0), LLVMConstInt(LLVMInt64Type(), 0, 0… in get_sym_value() local
305 result = LLVMConstGEP(data, indices, ARRAY_SIZE(indices)); in get_sym_value()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlclib.h47 unsigned char indices[LC_territory_language_max];
H A Dlc.c803 n = tp->indices[i]; in lcmake()
876 (!ls->lc.territory || !(ls->lc.index = ls->lc.territory->indices[ls->language]))) in lcscan()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dinsert.test138 # on a table that has indices. In particular we want to verify
139 # that the correct default values are inserted into the indices.
257 # Ticket #334: REPLACE statement corrupting indices.
H A Dindex.test74 # Try creating a bunch of indices on the same table
92 # Verify that all the indices go away when we drop the table.
160 # Do not allow indices to be added to sqlite_master
170 # Do not allow indices with duplicate names to be added
346 # is true in indices.
H A Dtemptable.test14 # This file implements tests for temporary tables and indices.
119 # Make sure indices on temporary tables are also temporary.
H A Dintpkey.test161 # Check to make sure indices work correctly with integer primary keys
251 # Create indices that include the integer primary key as one of their
H A Dversion.test92 # Add some triggers, views, and indices to the schema and make sure the
H A Dcopy.test101 # Try copying into a table that has one or more indices.
H A Dminmax.test148 # including empty tables with indices. Ticket #296.
H A Dmisc3.test103 # indices.
H A Dformat3.test226 # Build some new test data, this time with indices.
261 # small we can be assured that indices are being used properly.
H A Dwhere.test13 # focus of this file is testing the use of indices in WHERE clases.
53 # small we can be assured that indices are being used properly.
H A Dupdate.test304 # indices
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE8811 indices. For example, ${!name[@]} expands to the list of array
12 indices for variable name.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex537 …structures are allocated on host memory. The status block is an array of indices which are updated…
540 When one of the indices on a status block is updated (because some event occurred at the device), t…
543 The indices of the status blocks are referred to as \myindex{protocol indices} (abbreviated to \tex…
546 Multiple indices are used for L2 to differentiate between RX / TX and different class of service op…
622 \item Driver scans the protocol indices in the status block to determine the interrupt source.
627 …\item When Driver completes processing all the indices on the status block, it writes the producer…
821 …n Rx packets but Tx queues can utilize the same status blocks, using different protocol indices. \\
829 …Although VPORTs' and queues' indices are shared between all HW-function on the same engine, the re…
974 Notice that in most cases you can even use the same indices, since FW-indices are per-path. E.g., y…
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S125 ! local storage indices
H A D__vsincosf.S70 ! local storage indices
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c128 ctry = lc->territory->indices[i]; in native_locale()

12