Home
last modified time | relevance | path

Searched refs:this_len (Results 1 – 12 of 12) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_value.cpp300 unsigned this_len = this->storage_.length_; in operator <() local
302 unsigned min_len = std::min<unsigned>(this_len, other_len); in operator <()
309 return (this_len < other_len); in operator <()
317 unsigned this_len = this->storage_.length_; in operator ==() local
319 if (this_len != other_len) in operator ==()
322 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==()
509 unsigned this_len; in operator <() local
513 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator <()
517 unsigned min_len = std::min<unsigned>(this_len, other_len); in operator <()
524 return (this_len < other_len); in operator <()
[all …]
/external/blktrace/btt/
Dmmap.c132 size_t this_len; in next_trace() local
141 this_len = convert_to_cpu(next_t, t, pdu); in next_trace()
142 cur += this_len; in next_trace()
/external/libfuse/lib/
Dbuffer.c125 size_t this_len = min_size(tmp.size, len); in fuse_buf_fd_to_fd() local
128 res = fuse_buf_read(&tmp, 0, src, src_off, this_len); in fuse_buf_fd_to_fd()
149 if (res < this_len) in fuse_buf_fd_to_fd()
/external/dtc/
Dfdtdump.c229 off_t this_len = endp - p; in main() local
230 if (valid_header(p, this_len)) in main()
/external/pdfium/core/fxcrt/
Dbytestring.cpp675 size_t this_len = m_pData->m_nDataLength; in Compare() local
677 size_t min_len = std::min(this_len, that_len); in Compare()
681 if (this_len == that_len) in Compare()
683 return this_len < that_len ? -1 : 1; in Compare()
Dwidestring.cpp986 size_t this_len = m_pData->m_nDataLength; in Compare() local
988 size_t min_len = std::min(this_len, that_len); in Compare()
992 if (this_len == that_len) in Compare()
994 return this_len < that_len ? -1 : 1; in Compare()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2654 unsigned this_len = this->storage_.length_; in operator <() local
2656 unsigned min_len = std::min(this_len, other_len); in operator <()
2660 return (this_len < other_len); in operator <()
2667 unsigned this_len = this->storage_.length_; in operator ==() local
2669 if (this_len != other_len) return false; in operator ==()
2670 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==()
2900 unsigned this_len; in operator <() local
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2906 unsigned min_len = std::min(this_len, other_len); in operator <()
2910 return (this_len < other_len); in operator <()
[all …]
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2678 unsigned this_len = this->storage_.length_; in operator <() local
2680 unsigned min_len = std::min(this_len, other_len); in operator <()
2684 return (this_len < other_len); in operator <()
2691 unsigned this_len = this->storage_.length_; in operator ==() local
2693 if (this_len != other_len) return false; in operator ==()
2694 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==()
2932 unsigned this_len; in operator <() local
2936 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2938 unsigned min_len = std::min(this_len, other_len); in operator <()
2942 return (this_len < other_len); in operator <()
[all …]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2654 unsigned this_len = this->storage_.length_; in operator <() local
2656 unsigned min_len = std::min(this_len, other_len); in operator <()
2660 return (this_len < other_len); in operator <()
2667 unsigned this_len = this->storage_.length_; in operator ==() local
2669 if (this_len != other_len) return false; in operator ==()
2670 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==()
2900 unsigned this_len; in operator <() local
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2906 unsigned min_len = std::min(this_len, other_len); in operator <()
2910 return (this_len < other_len); in operator <()
[all …]
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2654 unsigned this_len = this->storage_.length_; in operator <() local
2656 unsigned min_len = std::min(this_len, other_len); in operator <()
2660 return (this_len < other_len); in operator <()
2667 unsigned this_len = this->storage_.length_; in operator ==() local
2669 if (this_len != other_len) return false; in operator ==()
2670 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==()
2900 unsigned this_len; in operator <() local
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2906 unsigned min_len = std::min(this_len, other_len); in operator <()
2910 return (this_len < other_len); in operator <()
[all …]
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2654 unsigned this_len = this->storage_.length_; in operator <() local
2656 unsigned min_len = std::min(this_len, other_len); in operator <()
2660 return (this_len < other_len); in operator <()
2667 unsigned this_len = this->storage_.length_; in operator ==() local
2669 if (this_len != other_len) return false; in operator ==()
2670 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==()
2900 unsigned this_len; in operator <() local
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2906 unsigned min_len = std::min(this_len, other_len); in operator <()
2910 return (this_len < other_len); in operator <()
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1671 const size_t this_len = strlen(c_str()); in EndsWith() local
1673 return (this_len >= suffix_len) && in EndsWith()
1674 CStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWith()
1684 const size_t this_len = strlen(c_str()); in EndsWithCaseInsensitive() local
1686 return (this_len >= suffix_len) && in EndsWithCaseInsensitive()
1687 CaseInsensitiveCStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWithCaseInsensitive()