Home
last modified time | relevance | path

Searched refs:indexing (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/accessibility/speakup/
H A Dsynth.c378 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()
399 index_count = synth->indexing.currindex - (ind / 10); in spk_get_index_count()
401 index_count = synth->indexing.currindex in spk_get_index_count()
[all …]
H A Dspeakup_bns.c110 .indexing = {
H A Dspeakup_txprt.c115 .indexing = {
H A Dspeakup_spkout.c117 .indexing = {
H A Dspeakup_acntsa.c114 .indexing = {
H A Dspeakup_dummy.c130 .indexing = {
H A Dspk_types.h201 struct synth_indexing indexing; member
H A Dspeakup_audptr.c117 .indexing = {
H A Dspeakup_ltlk.c126 .indexing = {
H A Dspeakup_apollo.c126 .indexing = {
H A Dspeakup_decext.c141 .indexing = {
H A Dspeakup_keypc.c118 .indexing = {
H A Dspeakup_acntpc.c127 .indexing = {
H A Dspeakup_dectlk.c150 .indexing = {
H A Dspeakup_decpc.c237 .indexing = {
H A Dspeakup_dtlk.c143 .indexing = {
H A Dspeakup_soft.c151 .indexing = {
/linux/drivers/md/bcache/
H A DKconfig10 a btree for indexing and the layout is optimized for SSDs.
/linux/include/linux/
H A Dnode.h76 enum cache_indexing indexing; member
/linux/drivers/acpi/numa/
H A Dhmat.c517 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()
525 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()
529 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
/linux/Documentation/networking/
H A Dfib_trie.rst21 The number of bits in the key segment used for indexing into the
25 The position (in the key) of the key segment used for indexing into
/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst156 | |-- indexing
161 The "indexing" will be 0 if it is a direct-mapped cache, and non-zero
/linux/Documentation/filesystems/ext4/
H A Difork.rst8 regular files and directories will use it for file block indexing
/linux/Documentation/filesystems/
H A Dubifs.rst56 which requires full media scan. UBIFS maintains the FS indexing
/linux/arch/m68k/fpsp040/
H A Ddecbin.S86 | tables include the first 5 for ease of indexing.

12