/third_party/python/Modules/ |
H A D | nismodule.c | 191 int len; in nis_match() local
|
H A D | _bz2module.c | 175 compress(BZ2Compressor *c, char *data, size_t len, int action) in compress() argument 493 decompress(BZ2Decompressor *d, char *data, size_t len, Py_ssize_t max_length) in decompress() argument [all...] |
H A D | binascii.c | 609 Py_ssize_t len; in binascii_crc_hqx_impl() local 742 internal_crc32(const unsigned char *bin_data, Py_ssize_t len, unsigned int crc) internal_crc32() argument 779 Py_ssize_t len = data->len; binascii_crc32_impl() local [all...] |
/third_party/python/Objects/ |
H A D | complexobject.c | 132 double vabs,len,at,phase; in _Py_c_pow() local 734 complex_from_string_inner(const char *s, Py_ssize_t len, void *type) in complex_from_string_inner() argument 861 Py_ssize_t len; in complex_subtype_from_string() local [all...] |
H A D | genericaliasobject.c | 128 Py_ssize_t len = PyTuple_GET_SIZE(alias->args); in ga_repr() local 172 tuple_index(PyObject *self, Py_ssize_t len, PyObject *item) in tuple_index() argument 183 tuple_add(PyObject *self, Py_ssize_t len, PyObject *item) in tuple_add() argument 214 Py_ssize_t len in _Py_make_parameters() local [all...] |
H A D | rangeobject.c | 770 long len; member 916 fast_range_iter(long start, long stop, long step, long len) fast_range_iter() argument 933 PyObject *len; global() member [all...] |
/third_party/python/Modules/_sqlite/clinic/ |
H A D | connection.c.h | 1042 Py_ssize_t len; in deserialize() local
|
/third_party/python/Objects/stringlib/ |
H A D | unicode_format.h | 683 Py_ssize_t len; in MarkupIterator_next() local
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser.cc | 111 int len = 1; in ConsumeKey() local 126 int len = 1; in ConsumeKeyPermissive() local 518 int len = EncodeAsUTF8Char(code, buf); ParseUnicodeEscape() local [all...] |
/third_party/python/Modules/_io/ |
H A D | winconsoleio.c | 513 _copyfrombuf(winconsoleio *self, char *buf, DWORD len) in _copyfrombuf() argument 542 DWORD len = min(maxlen - off, BUFSIZ); in read_console_w() local 630 readinto(winconsoleio *self, char *buf, Py_ssize_t len) in readinto() argument 737 Py_ssize_t len = readinto(self, buffer->buf, buffer->len); _io__WindowsConsoleIO_readinto_impl() local 775 DWORD bufsize, n, len = 0; _io__WindowsConsoleIO_readall_impl() local 957 DWORD len, wlen, orig_len, n = 0; _io__WindowsConsoleIO_write_impl() local [all...] |
H A D | stringio.c | 145 Py_ssize_t len; in realize() local 179 Py_ssize_t len; in write_str() local 350 Py_ssize_t len, consumed; _stringio_readline() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 645 size_t len = node->length - offset; in CopySuffix() local [all...] |
H A D | cord_rep_ring.cc | 329 CreateFromLeaf(CordRep* child, size_t offset, size_t len, size_t extra) CreateFromLeaf() argument 370 AddRing(CordRepRing* rep, CordRepRing* ring, size_t offset, size_t len) AddRing() argument 445 AppendLeaf(CordRepRing* rep, CordRep* child, size_t offset, size_t len) AppendLeaf() argument 480 PrependLeaf(CordRepRing* rep, CordRep* child, size_t offset, size_t len) PrependLeaf() argument 709 RemovePrefix(CordRepRing* rep, size_t len, size_t extra) RemovePrefix() argument 738 RemoveSuffix(CordRepRing* rep, size_t len, size_t extra) RemoveSuffix() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_ring_test.cc | 246 CordRepSubstring* MakeSubstring(size_t start, size_t len, CordRep* rep) { in MakeSubstring() argument [all...] |
H A D | cord_test.cc | 802 absl::Cord BigCord(size_t len, char v) { in BigCord() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_test.cc | 129 static void Fill(Container* v, int len, int offset = 0) { in Fill() argument 135 static IntVec Fill(int len, int offset = 0) { in Fill() argument 1752 auto len = inlined_size / 2; TEST() local 1762 auto len = inlined_size * 2; TEST() local [all...] |
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | debugger_bindings.cpp | 263 size_t len = SkBase64::Encode(pngData->data(), pngData->size(), nullptr); in getImageResource() local
|
/third_party/skia/include/third_party/skcms/ |
H A D | skcms.h | 233 static inline bool skcms_Parse(const void* buf, size_t len, skcms_ICCProfile* profile) { in skcms_Parse() argument
|
/third_party/skia/modules/skottie/src/ |
H A D | Skottie.cpp | 56 const auto len = vsnprintf(buff, sizeof(buff), fmt, va); in log() local
|
/third_party/selinux/libselinux/src/ |
H A D | matchpathcon.c | 269 int h, used, nel, len, longest; in matchpathcon_filespec_eval() local 388 size_t len = 0; in realpath_not_final() local [all...] |
H A D | label_file.h | 64 int len; member 71 size_t len; member 102 size_t len; in string_to_mode() local 160 int len; in spec_hasMetaChars() local 205 size_t len = sizeof(*spec_copy); sort_specs() local 352 size_t len; compile_regex() local 438 int items, len, rc; process_line() local [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | stack.rs | 195 pub fn len(&self) -> usize { in len() functions
|
H A D | hash.rs | 299 let mut len = ffi::EVP_MAX_MD_SIZE; in finish() variables 301 let mut len = ffi::EVP_MAX_MD_SIZE as u32; in finish() variables [all...] |
/third_party/rust/crates/nom/src/ |
H A D | traits.rs | 171 fn len(self) -> usize; in len() functions 202 fn len(self) -> usize { in len() functions 234 fn len(self) -> usize { in len() functions 265 fn len(self) -> usize { in len() functions 296 fn len(sel functions [all...] |
/third_party/selinux/checkpolicy/ |
H A D | checkpolicy.c | 1013 int family, len; in main() local
|