Home
last modified time | relevance | path

Searched defs:bytecount (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcldutil.cc96 uint32 cld::BiHashV25(const char* word_ptr, int bytecount) { in BiHashV25()
156 uint32 QuadHashV25Mix(const char* word_ptr, int bytecount, uint32 prepost) { in QuadHashV25Mix()
184 uint32 cld::QuadHashV25(const char* word_ptr, int bytecount) { in QuadHashV25()
198 uint32 cld::QuadHashV25Underscore(const char* word_ptr, int bytecount) { in QuadHashV25Underscore()
225 uint64 OctaHash40Mix(const char* word_ptr, int bytecount, uint64 prepost) { in OctaHash40Mix()
338 uint64 cld::OctaHash40(const char* word_ptr, int bytecount) { in OctaHash40()
356 uint64 cld::OctaHash40underscore(const char* word_ptr, int bytecount) { in OctaHash40underscore()
696 int bytecount = word_end - word_ptr; in DoOctaScoreV3() local
Dcompact_lang_det_impl.cc1941 int bytecount = doc_tote->Value(0); in ExtractLangEtc() local
/external/lldb/tools/debugserver/source/
DDNBDataRef.cpp247 int bytecount = 0; in Get_ULEB128() local
280 int bytecount = 0; in Get_SLEB128() local
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-linux.c539 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount ) in read_ldt()
572 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode ) in write_ldt()
620 Int func, void* ptr, UInt bytecount ) in sys_modify_ldt()
/external/lldb/source/Core/
DDataExtractor.cpp1215 int bytecount = 0; in GetSLEB128() local
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h257 uint32_t bytecount; member