Home
last modified time | relevance | path

Searched refs:size (Results 24176 - 24200 of 50546) sorted by relevance

1...<<961962963964965966967968969970>>...2022

/third_party/ffmpeg/libavformat/
H A Doggdec.h137 * by a single byte (not counted in size).
141 const uint8_t *buf, int size, int parse_picture);
148 * by a single byte (not counted in size).
152 const uint8_t *buf, int size);
H A Doggparseflac.c88 int size, ret; in old_flac_header() local
109 &data, &size, os->buf + os->pstart, os->psize, in old_flac_header()
/third_party/gn/src/base/json/
H A Dstring_escape.cc128 dest->reserve(dest->size() + str.size() + escapes_size); in EscapeJSONStringImpl()
/third_party/gn/src/gn/
H A Dfunction_filter_labels.cc28 if (args.size() != 2) { in RunFilterLabels()
45 patterns.reserve(args[1].list_value().size()); in RunFilterLabels()
H A Dfunction_get_target_outputs_unittest.cc36 ASSERT_EQ(1u, list.list_value().size()); in AssertSingleStringEquals()
45 ASSERT_EQ(2u, list.list_value().size()); in AssertTwoStringsEqual()
H A Dfunction_process_file_template_unittest.cc27 ASSERT_EQ(1u, result.list_value().size()); in TEST()
55 ASSERT_EQ(4u, result.list_value().size()); in TEST()
H A Dninja_generated_file_target_writer.cc55 CHECK(outputs_as_sources.size() == 1); in GenerateFile()
69 CHECK(target_->action_values().outputs().list().size() == 1U); in GenerateFile()
H A Dsource_file.h82 return value().size() >= 2 && value()[0] == '/' && value()[1] == '/'; in is_source_absolute()
97 return std::string_view(&value()[1], value().size() - 1); in SourceAbsoluteWithOneSlash()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_gblur.c29 #define randomize_buffers(buf, size) \
33 for (j = 0; j < size; j++) \
H A Dmotion.c30 static void fill_random(uint8_t *tab, int size) in fill_random() argument
33 for (i = 0; i < size; i++) { in fill_random()
H A Dllviddspenc.c31 #define randomize_buffers(buf, size) \
34 for (j = 0; j < size; j+=4) \
/third_party/ffmpeg/libavutil/
H A Dvulkan_shaderc.c25 size_t *size, const char *entrypoint, in shdc_shader_compile()
79 *size = shaderc_result_get_length(res); in shdc_shader_compile()
23 shdc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) shdc_shader_compile() argument
/third_party/astc-encoder/Test/
H A Dastc_test_image_dl.py65 if img.size[0] < img.size[1]:
/third_party/backends/backend/pixma/
H A Dpixma_common.h98 unsigned size; member
225 size: if >= 0, force to print 'size' bytes.
228 int size, int max);
/third_party/backends/backend/
H A Dhp4200.h97 int size; /* size of the buffer */ member
108 int size; /* size in bytes of the buffer space */ member
227 int image_line_size; /* line size in bytes without status bytes */
228 int scanner_line_size; /* line size in bytes including the
/third_party/curl/docs/examples/
H A Dchkspeed.c55 static size_t WriteCallback(void *ptr, size_t size, size_t nmemb, void *data) in WriteCallback() argument
58 so we only return the size we would have saved ... */ in WriteCallback()
61 return (size_t)(size * nmemb); in WriteCallback()
H A Dexternalsocket.c54 static size_t write_data(void *ptr, size_t size, size_t nmemb, void *stream) in write_data() argument
56 size_t written = fwrite(ptr, size, nmemb, (FILE *)stream); in write_data()
H A Dhtmltidy.c38 uint write_cb(char *in, uint size, uint nmemb, TidyBuffer *out) in write_cb() argument
41 r = size * nmemb; in write_cb()
H A Dsmooth-gtk-thread.c63 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream) in write_file() argument
65 return fwrite(ptr, size, nmemb, stream); in write_file()
/third_party/curl/lib/
H A Dmime.h32 #define ENCODING_BUFFER_SIZE 256 /* Encoding temp buffers size. */
77 size_t (*encodefunc)(char *buffer, size_t size, bool ateof,
79 curl_off_t (*sizefunc)(curl_mimepart *part); /* Encoded size. */
126 curl_off_t datasize; /* Expected data size. */
155 size_t Curl_mime_read(char *buffer, size_t size, size_t nitems,
/third_party/benchmark/src/
H A Dcsv_reporter.cc41 tmp.reserve(s.size() + 2); in CsvEscape()
113 Out << std::string(elements.size() - 3, ','); in PrintRunData()
H A Dreporter.cc52 if (info.caches.size() != 0) { in PrintBasicContext()
56 << (CInfo.size / 1024) << " KiB"; in PrintBasicContext()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGenderInfo.java166 if (genders.size() == 0) { in getListGender()
169 if (genders.size() == 1) { in getListGender()
/third_party/icu/icu4c/source/common/
H A Dcstring.h43 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
H A Dstringpiece.cpp97 int32_t len = x.size(); in operator ==()
98 if (len != y.size()) { in operator ==()

Completed in 29 milliseconds

1...<<961962963964965966967968969970>>...2022