Searched refs:indexing (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/accessibility/speakup/
H A Dsynth.c296 synth->indexing.currindex++;
298 if (synth->indexing.currindex >
299 synth->indexing.highindex)
300 synth->indexing.currindex =
301 synth->indexing.lowindex;
304 out = synth->indexing.currindex * 10 + sent_num;
305 synth_printf(synth->indexing.command, out, out);
316 if ((ind / 10) <= synth->indexing.currindex)
317 index_count = synth->indexing.currindex - (ind / 10);
319 index_count = synth->indexing
[all...]
H A Dspeakup_dummy.c130 .indexing = {
H A Dspeakup_spkout.c117 .indexing = {
H A Dspeakup_txprt.c115 .indexing = {
H A Dspeakup_acntsa.c114 .indexing = {
H A Dspeakup_bns.c110 .indexing = {
H A Dspeakup_ltlk.c126 .indexing = {
H A Dspeakup_decext.c141 .indexing = {
H A Dspeakup_apollo.c126 .indexing = {
H A Dspeakup_audptr.c117 .indexing = {
H A Dspk_types.h201 struct synth_indexing indexing; member in struct:spk_synth
H A Dspeakup_dectlk.c150 .indexing = {
H A Dspeakup_keypc.c118 .indexing = {
H A Dspeakup_acntpc.c127 .indexing = {
H A Dspeakup_decpc.c237 .indexing = {
H A Dspeakup_soft.c151 .indexing = {
H A Dspeakup_dtlk.c143 .indexing = {
/linux-master/include/linux/
H A Dnode.h64 * @indexing: The ways memory blocks may be placed in cache
71 enum cache_indexing indexing; member in struct:node_cache_attrs
/linux-master/drivers/acpi/numa/
H A Dhmat.c508 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP;
511 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED;
515 tcache->cache_attrs.indexing = NODE_CACHE_OTHER;
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S86 | tables include the first 5 for ease of indexing.
/linux-master/drivers/base/
H A Dnode.c245 CACHE_ATTR(indexing, "%u")

Completed in 175 milliseconds