Searched defs:bytecount (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
D | cldutil.cc | 96 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
|
D | compact_lang_det_impl.cc | 1941 int bytecount = doc_tote->Value(0); in ExtractLangEtc() local
|
/external/lldb/tools/debugserver/source/ |
D | DNBDataRef.cpp | 247 int bytecount = 0; in Get_ULEB128() local 280 int bytecount = 0; in Get_SLEB128() local
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-x86-linux.c | 539 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/ |
D | DataExtractor.cpp | 1215 int bytecount = 0; in GetSLEB128() local
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_structs.h | 257 uint32_t bytecount; member
|