Searched refs:indexing (Results 1 – 25 of 67) sorted by relevance
123
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | synth.c | 294 synth->indexing.currindex++; in synth_insert_next_index() 296 if (synth->indexing.currindex > in synth_insert_next_index() 297 synth->indexing.highindex) in synth_insert_next_index() 298 synth->indexing.currindex = in synth_insert_next_index() 299 synth->indexing.lowindex; in synth_insert_next_index() 302 out = synth->indexing.currindex * 10 + sent_num; in synth_insert_next_index() 303 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index() 314 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count() 315 index_count = synth->indexing.currindex - (ind / 10); in spk_get_index_count() 317 index_count = synth->indexing.currindex in spk_get_index_count() [all …]
|
| H A D | speakup_txprt.c | 100 .indexing = {
|
| H A D | speakup_bns.c | 101 .indexing = {
|
| H A D | speakup_spkout.c | 106 .indexing = {
|
| H A D | speakup_acntsa.c | 104 .indexing = {
|
| H A D | speakup_dummy.c | 108 .indexing = {
|
| H A D | speakup_audptr.c | 108 .indexing = {
|
| H A D | speakup_ltlk.c | 115 .indexing = {
|
| H A D | spk_types.h | 200 struct synth_indexing indexing; member
|
| H A D | speakup_decext.c | 132 .indexing = {
|
| H A D | speakup_apollo.c | 113 .indexing = {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-whoosh_2.7.4.bb | 1 SUMMARY = "Fast, pure-Python full text indexing, search, and spell checking library." 3 Whoosh is a fast, featureful full-text indexing and searching library \
|
| /OK3568_Linux_fs/buildroot/package/python-whoosh/ |
| H A D | Config.in | 6 Whoosh is a fast, pure-Python full text indexing, search and
|
| /OK3568_Linux_fs/buildroot/package/pixz/ |
| H A D | Config.in | 8 Pixz (pronounced pixie) is a parallel, indexing version of xz.
|
| /OK3568_Linux_fs/buildroot/package/xapian/ |
| H A D | Config.in | 9 to easily add advanced indexing and search facilities to
|
| /OK3568_Linux_fs/buildroot/package/libspatialindex/ |
| H A D | Config.in | 9 indexing methods.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.12.3 | 30 - Fixed incorrect indexing of Mapbox tiles in the cache.
|
| H A D | changes-5.11.2 | 30 * [QTBUG-59665] Removed indexing of offline data from OSM plugin.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | node.h | 60 enum cache_indexing indexing; member
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | Kconfig | 8 a btree for indexing and the layout is optimized for SSDs.
|
| /OK3568_Linux_fs/kernel/drivers/acpi/numa/ |
| H A D | hmat.c | 392 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache() 395 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache() 399 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-devices-node | 153 What: /sys/devices/system/node/nodeX/memory_side_cache/indexY/indexing 157 The caches associativity indexing: 0 for direct mapped,
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | fib_trie.rst | 21 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/ |
| H A D | mux.txt | 23 into the register, instead indexing begins at 1. The optional property
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 157 | |-- indexing 162 The "indexing" will be 0 if it is a direct-mapped cache, and non-zero
|
123