Searched refs:indexing (Results 1 – 25 of 43) sorted by relevance
12
378 synth->indexing.currindex++; in synth_insert_next_index()380 if (synth->indexing.currindex > in synth_insert_next_index()381 synth->indexing.highindex) in synth_insert_next_index()382 synth->indexing.currindex = in synth_insert_next_index()383 synth->indexing.lowindex; in synth_insert_next_index()386 out = synth->indexing.currindex * 10 + sent_num; in synth_insert_next_index()387 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index()398 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count()401 index_count = synth->indexing.currindex in spk_get_index_count()402 - synth->indexing.lowindex in spk_get_index_count()[all …]
110 .indexing = {
115 .indexing = {
114 .indexing = {
117 .indexing = {
130 .indexing = {
201 struct synth_indexing indexing; member
126 .indexing = {
141 .indexing = {
118 .indexing = {
127 .indexing = {
150 .indexing = {
237 .indexing = {
143 .indexing = {
10 a btree for indexing and the layout is optimized for SSDs.
70 enum cache_indexing indexing; member
133 * The GPIO controller base in the global pin indexing space is pin135 * in the global pin indexing space.
508 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()511 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()515 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
21 into the register, instead indexing begins at 1. The optional property
21 The number of bits in the key segment used for indexing into the25 The position (in the key) of the key segment used for indexing into
156 | |-- indexing161 The "indexing" will be 0 if it is a direct-mapped cache, and non-zero
153 What: /sys/devices/system/node/nodeX/memory_side_cache/indexY/indexing157 The caches associativity indexing: 0 for direct mapped,
189 interrupts, specified in order of their indexing by the SMMU.218 input IDs). This property is not valid for SMMUs using stream indexing, or595 /* SMMU with stream matching or stream indexing */
Completed in 32 milliseconds