Home
last modified time | relevance | path

Searched defs:len1 (Results 51 - 73 of 73) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Dmpegtsenc.c144 int first, b, len1, left; in mpegts_write_section() local
H A Drtsp.c1158 int ret, len, len1; in ff_rtsp_skip_packet() local
H A Dasfdec_f.c532 int len1, len2, len3, len4, len5; in asf_read_content_desc() local
H A Dmpegts.c2211 int len1 = ff_mp4_read_descr(d->s, pb, &tag); in parse_mp4_descr() local
4046 int len1; avpriv_mpegts_parse_packet() local
[all...]
/third_party/backends/backend/
H A Dmagicolor.c436 mc_create_buffer(Magicolor_Scanner *s, unsigned char cmd_type, unsigned char cmd, unsigned char **buf, unsigned char* arg1, size_t len1, SANE_Status *status) mc_create_buffer() argument
466 mc_create_buffer2(Magicolor_Scanner *s, unsigned char cmd_type, unsigned char cmd, unsigned char **buf, unsigned char* arg1, size_t len1, unsigned char* arg2, size_t len2, SANE_Status *status) mc_create_buffer2() argument
[all...]
/third_party/curl/lib/
H A Dmime.c1727 size_t len1 = strlen(filename); in Curl_mime_contenttype() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdattst.c868 int32_t len1; in TestDateFormatCalendar() local
H A Dcreststn.c1560 int32_t len1=0; in TestConstruction1() local
H A Dcnumtst.c2229 int32_t len1, len2; in TestMaxInt() local
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c1290 size_t len1 = mask + 1 - masked_pos; in BrotliStoreUncompressedMetaBlock() local
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc343 TokensCompareInput(Handle<String> s1, int offset1, int len1, in TokensCompareInput() argument
437 int len1 = line_end1 - line_start1; global() variable
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c1290 size_t len1 = mask + 1 - masked_pos; in BrotliStoreUncompressedMetaBlock() local
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp6194 auto len1 = draw(true); in UNIX_ONLY_TEST() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh1088 unsigned len1; /* valueFormats[0].get_len() */ member
1163 unsigned int len1 = valueFormats[0].get_len (); in intersects() local
1181 unsigned int len1 = valueFormats[0].get_len (); in collect_glyphs() local
1192 unsigned len1 = valueFormats[0].get_len (); in collect_variation_indices() local
1213 unsigned int len1 = valueFormats[0].get_len (); in apply() local
1249 unsigned len1 = valueFormats[0].get_len (); subset() local
1280 unsigned int len1; /* valueFormats[0].get_len() */ global() member
1414 unsigned len1 = valueFormat[0].get_len (); compute_effective_value_formats() local
1447 unsigned int len1 = valueFormat[0].get_len (); sanitize() local
1518 unsigned len1 = valueFormat1.get_len (); collect_variation_indices() local
1554 unsigned int len1 = valueFormat1.get_len (); apply() local
1590 unsigned len1 = valueFormat1.get_len (); subset() local
1627 unsigned len1 = valueFormat1.get_len (); compute_effective_value_formats() local
1655 unsigned int len1 = valueFormat1.get_len (); sanitize() local
[all...]
/third_party/toybox/toys/pending/
H A Dip.c1404 int len1 = addr_ptr->nlmsg_len - NLMSG_LENGTH(sizeof(*addressInfo)); in ipaddr_print() local
/third_party/curl/lib/vtls/
H A Dopenssl.c4038 int len1 = 0, len2 = 0; in ossl_pkp_pin_peer_pubkey() local
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2080 unsigned len1 = glsl_get_vector_elements(v1->type->type); in vtn_handle_constant() local
/third_party/lzma/C/
H A DLzmaEnc.c2057 unsigned len1 = ReadMatchDistances(p, &p->numPairs); in GetOptimumFast() local
/third_party/ffmpeg/fftools/
H A Dffplay.c2438 int audio_size, len1; in sdl_audio_callback() local
2460 memcpy(stream, (uint8_t *)is->audio_buf + is->audio_buf_index, len1); in sdl_audio_callback() local
2464 SDL_MixAudioFormat(stream, (uint8_t *)is->audio_buf + is->audio_buf_index, AUDIO_S16SYS, len1, is->audio_volume); in sdl_audio_callback() local
[all...]
/third_party/toybox/generated/
H A Dglobals.h1097 int len1, len2; member
/third_party/python/Modules/
H A D_testcapimodule.c2052 Py_ssize_t len1, len2; in test_Z_code() local
/third_party/python/Objects/
H A Dunicodeobject.c9394 Py_ssize_t len1, len2, result; in any_find_slice() local
9624 Py_ssize_t len1, len2; PyUnicode_Count() local
10366 Py_ssize_t len1, len2; split() local
10458 Py_ssize_t len1, len2; rsplit() local
10544 anylib_find(int kind, PyObject *str1, const void *buf1, Py_ssize_t len1, PyObject *str2, const void *buf2, Py_ssize_t len2, Py_ssize_t offset) anylib_find() argument
10562 anylib_count(int kind, PyObject *sstr, const void* sbuf, Py_ssize_t slen, PyObject *str1, const void *buf1, Py_ssize_t len1, Py_ssize_t maxcount) anylib_count() argument
10617 Py_ssize_t len1 = PyUnicode_GET_LENGTH(str1); replace() local
11017 Py_ssize_t len1, len2, len; unicode_compare() local
11197 size_t len1 = (size_t)PyUnicode_GET_LENGTH(uni); PyUnicode_CompareWithASCIIString() local
11366 Py_ssize_t len1, len2; PyUnicode_Contains() local
11600 Py_ssize_t len1, len2, iresult; unicode_count() local
13197 Py_ssize_t len1, len2; PyUnicode_Partition() local
13249 Py_ssize_t len1, len2; PyUnicode_RPartition() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 107 milliseconds

123