Home
last modified time | relevance | path

Searched refs:key_offsets (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dkeyhelp.c17 static u_short key_offsets[MAXFUNCS], key_data[MAXKEYS]; variable
57 memset(key_offsets, 0, sizeof(key_offsets)); in build_key_data()
72 key_offsets[i] = offset; in build_key_data()
91 offset = key_offsets[ch1]; in build_key_data()
197 if (key_offsets[func] == 0) { in spk_handle_help()
201 p_keys = key_data + key_offsets[func]; in spk_handle_help()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dkeyhelp.c17 static u_short key_offsets[MAXFUNCS], key_data[MAXKEYS]; variable
57 memset(key_offsets, 0, sizeof(key_offsets)); in build_key_data()
72 key_offsets[i] = offset; in build_key_data()
91 offset = key_offsets[ch1]; in build_key_data()
197 if (key_offsets[func] == 0) { in spk_handle_help()
201 p_keys = key_data + key_offsets[func]; in spk_handle_help()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dkeyhelp.c17 static u_short key_offsets[MAXFUNCS], key_data[MAXKEYS]; variable
57 memset(key_offsets, 0, sizeof(key_offsets)); in build_key_data()
72 key_offsets[i] = offset; in build_key_data()
91 offset = key_offsets[ch1]; in build_key_data()
197 if (key_offsets[func] == 0) { in spk_handle_help()
201 p_keys = key_data + key_offsets[func]; in spk_handle_help()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbisam.cpp912 Uint4 * key_offsets((Uint4*)m_IndexLease.GetFileDataPtr(begin_offset)); in x_LoadPage() local
915 Uint4 key_off1 = SeqDB_GetStdOrd(& key_offsets[0]); in x_LoadPage()
916 Uint4 key_off2 = SeqDB_GetStdOrd(& key_offsets[SampleNum2 - SampleNum1]); in x_LoadPage()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbisam.cpp912 Uint4 * key_offsets((Uint4*)m_IndexLease.GetFileDataPtr(begin_offset)); in x_LoadPage() local
915 Uint4 key_off1 = SeqDB_GetStdOrd(& key_offsets[0]); in x_LoadPage()
916 Uint4 key_off2 = SeqDB_GetStdOrd(& key_offsets[SampleNum2 - SampleNum1]); in x_LoadPage()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/include/jellyfish/
H A Dlarge_hash_array.hpp67 typedef struct offset_t::key key_offsets; typedef in jellyfish::large_hash::array_base
786 const key_offsets& key_o = o->key; in get_key_at_id()
888 const key_offsets& lkey = lo->key; in resolve_val_rec()
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Dlarge_hash_array.hpp59 typedef struct offset_t::key key_offsets; typedef in jellyfish::large_hash::array_base
794 const key_offsets& key_o = o->key; in get_key_at_id()
896 const key_offsets& lkey = lo->key; in resolve_val_rec()
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDFAcroFormDocumentHelper.cc659 auto const& key_offsets = rn_iter.second; in ResourceReplacer() local
660 for (auto const& ko_iter: key_offsets) in ResourceReplacer()