Home
last modified time | relevance | path

Searched refs:indexing (Results 1 – 25 of 55) 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()
317 index_count = synth->indexing.currindex - (ind / 10); in spk_get_index_count()
319 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 Dspeakup_audptr.c117 .indexing = {
H A Dspk_types.h201 struct synth_indexing indexing; member
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 = {
/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/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/devicetree/bindings/clock/ti/
H A Dmux.txt23 into the register, instead indexing begins at 1. The optional property
/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/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/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