Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dsynth.c294 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 Dspeakup_txprt.c100 .indexing = {
H A Dspeakup_bns.c101 .indexing = {
H A Dspeakup_spkout.c106 .indexing = {
H A Dspeakup_acntsa.c104 .indexing = {
H A Dspeakup_dummy.c108 .indexing = {
H A Dspeakup_audptr.c108 .indexing = {
H A Dspeakup_ltlk.c115 .indexing = {
H A Dspk_types.h200 struct synth_indexing indexing; member
H A Dspeakup_decext.c132 .indexing = {
H A Dspeakup_apollo.c113 .indexing = {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-whoosh_2.7.4.bb1 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 DConfig.in6 Whoosh is a fast, pure-Python full text indexing, search and
/OK3568_Linux_fs/buildroot/package/pixz/
H A DConfig.in8 Pixz (pronounced pixie) is a parallel, indexing version of xz.
/OK3568_Linux_fs/buildroot/package/xapian/
H A DConfig.in9 to easily add advanced indexing and search facilities to
/OK3568_Linux_fs/buildroot/package/libspatialindex/
H A DConfig.in9 indexing methods.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.12.330 - Fixed incorrect indexing of Mapbox tiles in the cache.
H A Dchanges-5.11.230 * [QTBUG-59665] Removed indexing of offline data from OSM plugin.
/OK3568_Linux_fs/kernel/include/linux/
H A Dnode.h60 enum cache_indexing indexing; member
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A DKconfig8 a btree for indexing and the layout is optimized for SSDs.
/OK3568_Linux_fs/kernel/drivers/acpi/numa/
H A Dhmat.c392 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 Dsysfs-devices-node153 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 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/
H A Dmux.txt23 into the register, instead indexing begins at 1. The optional property
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnumaperf.rst157 | |-- indexing
162 The "indexing" will be 0 if it is a direct-mapped cache, and non-zero

123