Home
last modified time | relevance | path

Searched +defs:header +defs:n +defs:words (Results 1 – 25 of 150) sorted by relevance

123456

/dports/news/newsx/newsx-1.6/more/
H A Dansi2knr.c417 int n; local
468 { static char *words[] = local
480 { static char *words[] = local
490 isonlist(buf,bufend,words) in isonlist() argument
509 convert1(buf, out, header, convert_varargs) in convert1() argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/R/
H A DDiagnostics.R27 words <- c( vector
38 header <- function(fmt, ...) { function
44 newlines <- function(n = 2L) { argument
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dcore_read.cpp48 std::vector<std::string> words; in ParseScript() local
61 int64_t n = atoi64(*w); in ParseScript() local
155 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc50 uint32 words = (bits + 31) >> 5; in BitsToWords() local
151 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k) in ExistenceFilter()
161 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k, in ExistenceFilter()
174 uint32 n, in CreateImmutableExietenceFilter()
185 const uint32 n = estimated_insertions; in CreateOptimal() local
312 bool ExistenceFilter::ReadHeader(const char *buf, Header* header) { in ReadHeader()
327 Header header; in Read() local
358 size_t n = 0; in Read() local
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc50 uint32 words = (bits + 31) >> 5; in BitsToWords() local
151 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k) in ExistenceFilter()
161 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k, in ExistenceFilter()
174 uint32 n, in CreateImmutableExietenceFilter()
185 const uint32 n = estimated_insertions; in CreateOptimal() local
312 bool ExistenceFilter::ReadHeader(const char *buf, Header* header) { in ReadHeader()
327 Header header; in Read() local
358 size_t n = 0; in Read() local
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc50 uint32 words = (bits + 31) >> 5; in BitsToWords() local
151 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k) in ExistenceFilter()
161 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k, in ExistenceFilter()
174 uint32 n, in CreateImmutableExietenceFilter()
185 const uint32 n = estimated_insertions; in CreateOptimal() local
312 bool ExistenceFilter::ReadHeader(const char *buf, Header* header) { in ReadHeader()
327 Header header; in Read() local
358 size_t n = 0; in Read() local
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc50 uint32 words = (bits + 31) >> 5; in BitsToWords() local
151 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k) in ExistenceFilter()
161 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k, in ExistenceFilter()
174 uint32 n, in CreateImmutableExietenceFilter()
185 const uint32 n = estimated_insertions; in CreateOptimal() local
312 bool ExistenceFilter::ReadHeader(const char *buf, Header* header) { in ReadHeader()
327 Header header; in Read() local
358 size_t n = 0; in Read() local
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc50 uint32 words = (bits + 31) >> 5; in BitsToWords() local
151 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k) in ExistenceFilter()
161 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k, in ExistenceFilter()
174 uint32 n, in CreateImmutableExietenceFilter()
185 const uint32 n = estimated_insertions; in CreateOptimal() local
312 bool ExistenceFilter::ReadHeader(const char *buf, Header* header) { in ReadHeader()
327 Header header; in Read() local
358 size_t n = 0; in Read() local
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc50 uint32 words = (bits + 31) >> 5; in BitsToWords() local
151 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k) in ExistenceFilter()
161 ExistenceFilter::ExistenceFilter(uint32 m, uint32 n, int k, in ExistenceFilter()
174 uint32 n, in CreateImmutableExietenceFilter()
185 const uint32 n = estimated_insertions; in CreateOptimal() local
312 bool ExistenceFilter::ReadHeader(const char *buf, Header* header) { in ReadHeader()
327 Header header; in Read() local
358 size_t n = 0; in Read() local
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/PreferenceWidgets/
H A DSpellCheckWidget.cpp52 QStringList header; in setUpTable() local
150 QStringList words = list.split("\n"); in addUserWords() local
294 QStringList words; in copyUserDict() local
372 int n = parts.count(); in readSettings() local
469 QStringList words; in loadUserDictionaryWordList() local
519 QStringList words = unique_words.values(); in saveUserDictionaryWordList() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/google/
H A Dbdict_writer.cc66 bool NthCharacterIs(const std::string& word, size_t n, char ch) { in NthCharacterIs()
84 size_t BuildTrie(const BDictWriter::WordList& words, in BuildTrie()
425 void BDictWriter::SetWords(const WordList& words) { in SetWords()
446 hunspell::BDict::Header* header = in GetBDict() local
489 hunspell::BDict::AffHeader* header = in SerializeAff() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/google/
H A Dbdict_writer.cc66 bool NthCharacterIs(const std::string& word, size_t n, char ch) { in NthCharacterIs()
84 size_t BuildTrie(const BDictWriter::WordList& words, in BuildTrie()
425 void BDictWriter::SetWords(const WordList& words) { in SetWords()
446 hunspell::BDict::Header* header = in GetBDict() local
489 hunspell::BDict::AffHeader* header = in SerializeAff() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dcore_read.cpp48 std::vector<std::string> words; in ParseScript() local
61 int64_t n = atoi64(*w); in ParseScript() local
201 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dcore_read.cpp48 std::vector<std::string> words; in ParseScript() local
61 int64_t n = atoi64(*w); in ParseScript() local
201 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dcore_read.cpp48 std::vector<std::string> words; in ParseScript() local
61 int64_t n = atoi64(*w); in ParseScript() local
201 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dcore_read.cpp59 std::vector<std::string> words; in ParseScript() local
72 int64_t n = atoi64(*w); in ParseScript() local
208 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dcore_read.cpp59 std::vector<std::string> words; in ParseScript() local
72 int64_t n = atoi64(*w); in ParseScript() local
208 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dcore_read.cpp59 std::vector<std::string> words; in ParseScript() local
72 int64_t n = atoi64(*w); in ParseScript() local
208 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dcore_read.cpp50 std::vector<std::string> words; in ParseScript() local
63 int64_t n = atoi64(*w); in ParseScript() local
149 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dcore_read.cpp50 std::vector<std::string> words; in ParseScript() local
63 int64_t n = atoi64(*w); in ParseScript() local
149 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dcore_read.cpp50 std::vector<std::string> words; in ParseScript() local
63 int64_t n = atoi64(*w); in ParseScript() local
149 bool DecodeHexBlockHeader(CBlockHeader& header, const std::string& hex_header) in DecodeHexBlockHeader()
/dports/deskutils/coolreader/coolreader-cr3.2.55/tinydict/
H A Dtinydict.cpp296 unsigned n = 0; in parseBase64() local
391 bool TinyDictIndexFile::find( const char * prefix, bool exactMatch, TinyDictWordList & words ) in find()
394 int n = list.find( prefix ); in find() local
497 bool TinyDictZStream::readChunk( unsigned n ) in readChunk()
577 unsigned n = start / chunkLength; in read() local
625 unsigned char header[10]; in open() local
766 unsigned char header[10]; in open() local
961 TinyDictWordList words; in main() local
987 TinyDictWordList * words = results.get(d); in main() local
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/commands/
H A DCmdNews.cpp115 Color header; in render() local
506 auto words = Context::getContext ().cli2.getWords (); in execute() local
545 …std::remove_if (items.begin (), items.end (), [&](const NewsItem& n){return n._major != major_item… in execute()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DGFFFormat.cpp92 bool validateHeader(QStringList words) { in validateHeader()
243 QStringList words = qstrbuf.split(QRegExp("\\s+")); in load() local
521 int n = TextUtils::skip(TextUtils::WHITES, data, size); in checkRawTextData() local
532 QString header(rawData); in checkRawTextData() local
597 QByteArray header("##gff-version\t3\n"); in storeDocument() local
724 QString GFFFormat::extractSeqObjectName(QString &fastaHeaderName, const QStringList &words, QSet<QS… in extractSeqObjectName()
/dports/audio/shntool/shntool-3.0.10/src/
H A Dmode_hash.c102 # define SWAP_MD5(n) \ argument
104 # define SWAP_SHA1(n) (n) argument
106 # define SWAP_MD5(n) (n) argument
107 # define SWAP_SHA1(n) \ argument
214 size_t n; in md5_stream() local
387 const md5_uint32 *words = buffer; in md5_process_block() local
668 size_t n; in sha1_stream() local
843 const md5_uint32 *words = buffer; in sha1_process_block() local
860 #define rol(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) in sha1_process_block() argument
1091 unsigned char *header; in generate_audio_hash_single() local
[all …]

123456