Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/accessibility/speakup/
H A Dsynth.c296 synth->indexing.currindex++; in synth_insert_next_index()
298 if (synth->indexing.currindex > in synth_insert_next_index()
299 synth->indexing.highindex) in synth_insert_next_index()
300 synth->indexing.currindex = in synth_insert_next_index()
301 synth->indexing.lowindex; in synth_insert_next_index()
304 out = synth->indexing.currindex * 10 + sent_num; in synth_insert_next_index()
305 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index()
316 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count()
319 index_count = synth->indexing.currindex in spk_get_index_count()
320 - synth->indexing.lowindex in spk_get_index_count()
[all …]
H A Dspeakup_bns.c110 .indexing = {
H A Dspeakup_txprt.c115 .indexing = {
H A Dspeakup_acntsa.c114 .indexing = {
H A Dspeakup_spkout.c117 .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 = {
/openbmc/openbmc/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 \
/openbmc/linux/include/linux/
H A Dnode.h59 enum cache_indexing indexing; member
/openbmc/linux/drivers/md/bcache/
H A DKconfig9 a btree for indexing and the layout is optimized for SSDs.
/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c391 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()
394 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()
398 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,rza1-ports.yaml133 * The GPIO controller base in the global pin indexing space is pin
135 * in the global pin indexing space.
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Dmux.txt23 into the register, instead indexing begins at 1. The optional property
/openbmc/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
/openbmc/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
/openbmc/linux/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,
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Darm,smmu.yaml177 interrupts, specified in order of their indexing by the SMMU.
206 input IDs). This property is not valid for SMMUs using stream indexing, or
503 /* SMMU with stream matching or stream indexing */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7577.patch34 The overead happens when indexing MS_ADPCM_state.aCoeff[] array in

123