Home
last modified time | relevance | path

Searched refs:size (Results 24026 - 24050 of 56212) sorted by relevance

1...<<961962963964965966967968969970>>...2249

/third_party/gn/src/gn/
H A Dconfig_values_extractors.h41 return cur_index_ >= static_cast<int>(target_->configs().size()); in done()
94 for (size_t i = 0; i < values.size(); i++) { in RecursiveTargetConfigToStream()
H A Dswift_values.cc58 result->reserve(outputs.size()); in GetOutputsAsSourceFiles()
81 if (outputs.size() != 1) { in FillModuleOutputFile()
H A Dtokenizer.h76 bool CanIncrement() const { return cur_ < input_.size() - 1; } in CanIncrement()
88 bool at_end() const { return cur_ == input_.size(); } in at_end()
H A Dversion.cc30 size_t minor_begin = major_end + kDot.size(); in FromString()
37 size_t patch_begin = minor_end + kDot.size(); in FromString()
H A Dninja_outputs_writer_unittest.cc23 CHECK_EQ(static_cast<int>(data.size()), // Way smaller than INT_MAX. in WriteFile()
24 base::WriteFile(file, data.data(), data.size())); in WriteFile()
/third_party/ffmpeg/tests/checkasm/
H A Dexrdsp.c46 declare_func(void, uint8_t *dst, const uint8_t *src, ptrdiff_t size); in check_reorder_pixels()
64 declare_func(void, uint8_t *src, ptrdiff_t size); in check_predictor()
H A Dvf_eq.c33 #define randomize_buffers(buf, size) \
37 for (j = 0; j< size; j++) \
H A Dvf_threshold.c28 #define randomize_buffers(buf, size) \
32 for (j = 0; j < size; j++) \
/third_party/ffmpeg/tools/
H A Dsofa2wavs.c65 int size = 8 * hrtf->N; in main() local
82 fwrite(&size, 4, 1, file); in main()
/third_party/glslang/glslang/HLSL/
H A DhlslTokenStream.cpp107 if (tokenStreamStack.size() == 0) in advanceToken()
111 if (tokenPosition.back() >= (int)tokenStreamStack.back()->size()) in advanceToken()
/third_party/glslang/SPIRV/CInterface/
H A Dspirv_c_interface.cpp103 GLSLANG_EXPORT size_t glslang_program_SPIRV_get_size(glslang_program_t* program) { return program->spirv.size(); } in glslang_program_SPIRV_get_size()
107 memcpy(out, program->spirv.data(), program->spirv.size() * sizeof(unsigned int)); in glslang_program_SPIRV_get()
/third_party/backends/backend/escl/
H A Descl_scan.c36 * \fn static size_t write_callback(void *str, size_t size, size_t nmemb, void *userp)
42 write_callback(void *str, size_t size, size_t nmemb, void *userp) in write_callback() argument
45 size_t to_write = fwrite(str, size, nmemb, scanner->tmp); in write_callback()
/third_party/backends/backend/
H A Dgphoto2.h84 int size; member
153 long size; member
/third_party/backends/testsuite/backend/genesys/
H A Dtests_utilities.cpp47 result.resize(data.size(), 0); in test_utilities_compute_array_percentile_approx_single_line()
49 compute_array_percentile_approx(result.data(), data.data(), 1, data.size(), 0.5f); in test_utilities_compute_array_percentile_approx_single_line()
/third_party/curl/docs/examples/
H A Danyauthput.c70 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
74 nread = fread(ptr, size, nmemb, stream); in read_callback()
99 /* get the file size of the local file */ in main()
128 /* and give the size of the upload, this supports large file sizes in main()
H A Dftpupload.c53 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
59 size_t retcode = fread(ptr, size, nmemb, stream); in read_callback()
81 /* get the file size of the local file */ in main()
88 printf("Local file size: %lu bytes.\n", fsize); in main()
118 /* Set the size of the file to upload (optional). If you give a *_LARGE in main()
H A Dftpuploadfrommem.c48 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
51 size_t max = size*nmemb; in read_callback()
110 /* Set the expected upload size. */ in main()
H A Dpost-callback.c46 static size_t read_callback(char *dest, size_t size, size_t nmemb, void *userp) in read_callback() argument
49 size_t buffer_size = size*nmemb; in read_callback()
105 the size before starting the POST if you use chunked encoding. You in main()
108 specify the size in the request. in main()
120 /* Set the expected POST size. If you want to POST large amounts of data, in main()
/third_party/curl/lib/
H A Dhash.h58 size_t size; member
85 #define Curl_hash_count(h) ((h)->size)
/third_party/benchmark/src/
H A Dcounter.cc68 if (l.size() != r.size()) { in SameNames()
/third_party/benchmark/test/
H A Dspec_arg_test.cc25 assert(report.size() == 1);
88 assert(matched_functions.size() == 1); in main()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-intel.h38 uint32_t size; member
57 uint32_t size; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUNotifier.java85 if (listeners.size() == 0) { in removeListener()
108 notifyThread.queue(listeners.toArray(new EventListener[listeners.size()])); in notifyChanged()
/third_party/icu/icu4c/source/samples/legacy/
H A Dlegacy.cpp16 * tab size: 8 (not used)
31 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
32 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
/third_party/FreeBSD/sys/dev/random/
H A Dhash.c71 randomdev_hash_iterate(struct randomdev_hash *context, const void *data, size_t size) in randomdev_hash_iterate() argument
74 SHA256_Update(&context->sha, data, size); in randomdev_hash_iterate()

Completed in 30 milliseconds

1...<<961962963964965966967968969970>>...2249