Home
last modified time | relevance | path

Searched refs:LookupReverse (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/bit_reverse-0.1.7/src/
H A Dlookup.rs4 pub trait LookupReverse<T> { interface
28 impl LookupReverse<u8> for u8 {
35 impl LookupReverse<u16> for u16 {
45 impl LookupReverse<u32> for u32 {
57 impl LookupReverse<u64> for u64 {
73 impl LookupReverse<usize> for usize {
77 use LookupReverse; in swap_bits()
78 LookupReverse::swap_bits(self as u8) as usize in swap_bits()
84 use LookupReverse; in swap_bits()
91 use LookupReverse; in swap_bits()
[all …]
H A Dlib.rs52 pub use lookup::LookupReverse;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/bit_reverse-0.1.7/
H A DREADME.md22 For small sizes, <= 16 bits, `LookupReverse` is the fastest but it doesn't scale as well as
24 every size (assuming your cpu has a hardware byte swap instruction). `LookupReverse` needs more
31 computations. `LookupReverse` on the other hand statically allocates 256 u8s or 256 bytes to
32 do its computations. `LookupReverse`'s memory cost is shared by all of the types
33 'LookupReverse` supports.
/dports/x11/luit/luit-20210218/
H A Dother.c36 s->gbk.reverse = LookupReverse(s->gbk.mapping); in init_gbk()
190 s->sjis.x0208reverse = LookupReverse(s->sjis.x0208mapping); in init_sjis()
198 s->sjis.x0201reverse = LookupReverse(s->sjis.x0201mapping); in init_sjis()
282 s->hkscs.reverse = LookupReverse(s->hkscs.mapping); in init_hkscs()
358 s->gb18030.cs0_reverse = LookupReverse(s->gb18030.cs0_mapping); in init_gb18030()
366 s->gb18030.cs1_reverse = LookupReverse(s->gb18030.cs1_mapping); in init_gb18030()
H A Dluitconv.h127 #define LookupReverse(fontmap_ptr) \ macro
140 #define LookupReverse(fontmap_ptr) \ macro
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl.cc201 void DictionaryImpl::LookupReverse( in LookupReverse() function in mozc::dictionary::DictionaryImpl
213 dics_[i]->LookupReverse(str, conversion_request, &callback_with_filter); in LookupReverse()
H A Duser_dictionary_stub.h62 virtual void LookupReverse( in LookupReverse() function
H A Dsuffix_dictionary.h74 void LookupReverse(StringPiece str,
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl.cc201 void DictionaryImpl::LookupReverse( in LookupReverse() function in mozc::dictionary::DictionaryImpl
213 dics_[i]->LookupReverse(str, conversion_request, &callback_with_filter); in LookupReverse()
H A Duser_dictionary_stub.h62 virtual void LookupReverse( in LookupReverse() function
H A Dsuffix_dictionary.h74 void LookupReverse(StringPiece str,
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl.cc201 void DictionaryImpl::LookupReverse( in LookupReverse() function in mozc::dictionary::DictionaryImpl
213 dics_[i]->LookupReverse(str, conversion_request, &callback_with_filter); in LookupReverse()
H A Duser_dictionary_stub.h62 virtual void LookupReverse( in LookupReverse() function
H A Dsuffix_dictionary.h74 void LookupReverse(StringPiece str,
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl.cc201 void DictionaryImpl::LookupReverse( in LookupReverse() function in mozc::dictionary::DictionaryImpl
213 dics_[i]->LookupReverse(str, conversion_request, &callback_with_filter); in LookupReverse()
H A Duser_dictionary_stub.h62 virtual void LookupReverse( in LookupReverse() function
H A Dsuffix_dictionary.h74 void LookupReverse(StringPiece str,
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl.cc201 void DictionaryImpl::LookupReverse( in LookupReverse() function in mozc::dictionary::DictionaryImpl
213 dics_[i]->LookupReverse(str, conversion_request, &callback_with_filter); in LookupReverse()
H A Duser_dictionary_stub.h62 virtual void LookupReverse( in LookupReverse() function
H A Dsuffix_dictionary.h74 void LookupReverse(StringPiece str,
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl.cc201 void DictionaryImpl::LookupReverse( in LookupReverse() function in mozc::dictionary::DictionaryImpl
213 dics_[i]->LookupReverse(str, conversion_request, &callback_with_filter); in LookupReverse()
H A Duser_dictionary_stub.h62 virtual void LookupReverse( in LookupReverse() function
H A Dsuffix_dictionary.h74 void LookupReverse(StringPiece str,
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dvalue_dictionary.h67 virtual void LookupReverse(StringPiece str,
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dvalue_dictionary.h67 virtual void LookupReverse(StringPiece str,

12345