Home
last modified time | relevance | path

Searched refs:other_len (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Daddr.rs116 let other_len = other.len() - offsetof_sun_path(); in eq()
117 self.unix.sun_path[..self_len].eq(&other.unix.sun_path[..other_len]) in eq()
127 let other_len = other.len() - offsetof_sun_path(); in partial_cmp()
128 self.unix.sun_path[..self_len].partial_cmp(&other.unix.sun_path[..other_len]) in partial_cmp()
136 let other_len = other.len() - offsetof_sun_path(); in cmp()
137 self.unix.sun_path[..self_len].cmp(&other.unix.sun_path[..other_len]) in cmp()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Daddr.rs216 let other_len = other.len() - offsetof_sun_path(); in eq()
217 self.unix.sun_path[..self_len].eq(&other.unix.sun_path[..other_len]) in eq()
229 let other_len = other.len() - offsetof_sun_path(); in partial_cmp()
230 self.unix.sun_path[..self_len].partial_cmp(&other.unix.sun_path[..other_len]) in partial_cmp()
239 let other_len = other.len() - offsetof_sun_path(); in cmp()
240 self.unix.sun_path[..self_len].cmp(&other.unix.sun_path[..other_len]) in cmp()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dx942kdf.c266 const unsigned char *other, size_t other_len, in x942kdf_hash_kdm()
277 || other_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()
306 || !EVP_DigestUpdate(ctx, other, other_len)) in x942kdf_hash_kdm()
264 x942kdf_hash_kdm(const EVP_MD *kdf_md, const unsigned char *z, size_t z_len, const unsigned char *other, size_t other_len, unsigned char *ctr, unsigned char *derived_key, size_t derived_key_len) x942kdf_hash_kdm() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dx942kdf.c266 const unsigned char *other, size_t other_len, in x942kdf_hash_kdm()
277 || other_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()
306 || !EVP_DigestUpdate(ctx, other, other_len)) in x942kdf_hash_kdm()
264 x942kdf_hash_kdm(const EVP_MD *kdf_md, const unsigned char *z, size_t z_len, const unsigned char *other, size_t other_len, unsigned char *ctr, unsigned char *derived_key, size_t derived_key_len) x942kdf_hash_kdm() argument
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2679 unsigned other_len = other.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 <()
2692 unsigned other_len = other.storage_.length_; in operator ==() local
2693 if (this_len != other_len) return false; in operator ==()
2933 unsigned other_len; in operator <() local
2937 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <()
2938 unsigned min_len = std::min(this_len, other_len); in operator <()
2942 return (this_len < other_len); in operator <()
2988 unsigned other_len; in operator ==() local
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2655 unsigned other_len = other.storage_.length_;
2656 unsigned min_len = std::min(this_len, other_len);
2660 return (this_len < other_len);
2668 unsigned other_len = other.storage_.length_;
2669 if (this_len != other_len) return false;
2901 unsigned other_len;
2905 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str);
2906 unsigned min_len = std::min(this_len, other_len);
2910 return (this_len < other_len);
2956 unsigned other_len;
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2655 unsigned other_len = other.storage_.length_;
2656 unsigned min_len = std::min(this_len, other_len);
2660 return (this_len < other_len);
2668 unsigned other_len = other.storage_.length_;
2669 if (this_len != other_len) return false;
2901 unsigned other_len;
2905 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str);
2906 unsigned min_len = std::min(this_len, other_len);
2910 return (this_len < other_len);
2956 unsigned other_len;
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2655 unsigned other_len = other.storage_.length_;
2656 unsigned min_len = std::min(this_len, other_len);
2660 return (this_len < other_len);
2668 unsigned other_len = other.storage_.length_;
2669 if (this_len != other_len) return false;
2901 unsigned other_len;
2905 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str);
2906 unsigned min_len = std::min(this_len, other_len);
2910 return (this_len < other_len);
2956 unsigned other_len;
[all...]
/third_party/python/Lib/
H A D_pydecimal.py5672 other_len = len(str(other.int))
5674 if other_len + other.exp - 1 < exp:
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs33605 let (self_len, other_len) = match &self.inner { in size_hint()
33612 (self_len.saturating_sub(other_len), Some(self_len)) in size_hint()
[all...]

Completed in 67 milliseconds