Home
last modified time | relevance | path

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

/third_party/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()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c1273 ecma_length_t this_len = ecma_string_get_length (this_string_p); in ecma_builtin_string_prototype_object_substr() local
1276 uint32_t from = (uint32_t) ((start_num < 0) ? JERRY_MAX (this_len + start_num, 0) : start_num); in ecma_builtin_string_prototype_object_substr()
1278 if (from > this_len) in ecma_builtin_string_prototype_object_substr()
1280 from = this_len; in ecma_builtin_string_prototype_object_substr()
1284 ecma_number_t to_num = JERRY_MIN (JERRY_MAX (length_num, 0), this_len - from); in ecma_builtin_string_prototype_object_substr()
/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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]