Home
last modified time | relevance | path

Searched defs:len (Results 14851 - 14875 of 22472) sorted by relevance

1...<<591592593594595596597598599600>>...899

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh312 size_t len = base64_len - pos; in finalize_png() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp590 int len; in ReadText() local
624 int len; in ReadText() local
989 size_t len = tag->size(); in StreamIn() local
1487 size_t len in StreamIn() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c202 mpd_ssize_t q, r, len; in mpd_qset_string() local
95 string_to_coeff(mpd_uint_t *data, const char *s, const char *dpoint, int r, size_t len) string_to_coeff() argument
1156 size_t n_fill, len, i, j; _mpd_add_pad() local
[all...]
/third_party/python/Modules/_io/
H A Dbytesio.c72 scan_eol(bytesio *self, Py_ssize_t len) in scan_eol() argument
193 Py_ssize_t len = buf.len; write_bytes() local
228 memcpy(PyBytes_AS_STRING(self->buf) + self->pos, buf.buf, len); write_bytes() local
567 Py_ssize_t len, n; _io_BytesIO_readinto_impl() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() argument
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() argument
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() argument
210 hash_17to32_bytes(const char *s, size_t len, uint64_t seed) hash_17to32_bytes() argument
219 hash_33to64_bytes(const char *s, size_t len, uint64_t seed) hash_33to64_bytes() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp649 size_t len = strlen(colorcode); in changeColor() local
662 size_t len = strlen(colorcode); in resetColor() local
675 size_t len = strlen(colorcode); in reverseColor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp1317 size_t len = sizeof(count); in computeHostNumPhysicalCores() local
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c497 uInt len; local
779 unsigned len; local
1213 unsigned len = strm->avail_in; global() local
1288 register int len; /* length of current match */ global() local
1454 register int len; /* length of current match */ global() local
1733 unsigned len, left, have, last = 0; global() local
1884 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last); global() local
[all...]
H A Ddeflate.h75 ush len; /* length of bit string */ member
H A Dtrees.c597 int len = tree[n].Len; local
[all...]
/third_party/skia/tools/
H A DToolUtils.cpp196 add_to_text_blob_w_len(SkTextBlobBuilder* builder, const char* text, size_t len, SkTextEncoding encoding, const SkFont& font, SkScalar x, SkScalar y) add_to_text_blob_w_len() argument
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp62 size_t len = ptr - start; in readlines() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp639 int32_t len; /* length of component (plus other stuff) we just fetched */ in uloc_getDisplayName() local
[all...]
H A Ducnvsel.cpp668 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument
679 static int16_t countOnes(uint32_t* mask, int32_t len) { in countOnes() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h189 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() argument
198 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() argument
203 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() argument
209 hash_17to32_bytes(const char *s, size_t len, uint64_t seed) hash_17to32_bytes() argument
218 hash_33to64_bytes(const char *s, size_t len, uint64_t seed) hash_33to64_bytes() argument
[all...]
/third_party/toybox/toys/other/
H A Dbzcat.c512 write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, int out_fd, char *outbuf, int len) write_bunzip_data() argument
604 start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, int len) start_bunzip() argument
678 int outfd = 1, rename = 0, len = strlen(name); do_bunzip2() local
[all...]
/third_party/toybox/toys/pending/
H A Dcrond.c231 int len = strcspn(line, " \t"); in parse_line() local
H A Ddiff.c79 int len; member
471 int len = strlen(toys.optargs[TT.dir_num]), ret = 0; skip() local
532 size_t len = 0; quote_filename() local
[all...]
H A Dmodprobe.c164 ssize_t len, nxtlen; in read_line() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc932 int len = 0; in AppendUTF8() local
960 static bool ReadHexDigits(const char* ptr, int len, uint32* result) { in ReadHexDigits() argument
1011 const int len = UnicodeLength(*p++); FetchUnicodePoint() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h575 size_t len, size; member
/third_party/python/PC/
H A Dpyshellext.cpp259 size_t len, count; in GetArguments() local
276 size_t len, count; in GetArguments() local
392 size_t len; in GetCurFile() local
424 size_t len; Load() local
[all...]
/third_party/python/Parser/
H A Dpegen.c27 Py_ssize_t len = strlen(str); in _PyPegen_byte_offset_to_character_offset() local
217 Py_ssize_t len = end - start; in _PyPegen_fill_token() local
/third_party/python/Python/
H A Dast_opt.c293 Py_ssize_t pos = *ppos, len = PyUnicode_GET_LENGTH(fmt); in simple_format_arg_parse() local
H A Dcodecs.c87 size_t len = strlen(string); in normalizestring() local
160 const Py_ssize_t len = PyList_Size(interp->codec_search_path); in _PyCodec_Lookup() local
701 Py_ssize_t start, end, i, len; in PyCodec_ReplaceErrors() local
[all...]

Completed in 36 milliseconds

1...<<591592593594595596597598599600>>...899