/third_party/gn/src/gn/ |
H A D | config_values_extractors.h | 41 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 D | swift_values.cc | 58 result->reserve(outputs.size()); in GetOutputsAsSourceFiles() 81 if (outputs.size() != 1) { in FillModuleOutputFile()
|
H A D | tokenizer.h | 76 bool CanIncrement() const { return cur_ < input_.size() - 1; } in CanIncrement() 88 bool at_end() const { return cur_ == input_.size(); } in at_end()
|
H A D | version.cc | 30 size_t minor_begin = major_end + kDot.size(); in FromString() 37 size_t patch_begin = minor_end + kDot.size(); in FromString()
|
H A D | ninja_outputs_writer_unittest.cc | 23 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 D | exrdsp.c | 46 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 D | vf_eq.c | 33 #define randomize_buffers(buf, size) \ 37 for (j = 0; j< size; j++) \
|
H A D | vf_threshold.c | 28 #define randomize_buffers(buf, size) \ 32 for (j = 0; j < size; j++) \
|
/third_party/ffmpeg/tools/ |
H A D | sofa2wavs.c | 65 int size = 8 * hrtf->N; in main() local 82 fwrite(&size, 4, 1, file); in main()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslTokenStream.cpp | 107 if (tokenStreamStack.size() == 0) in advanceToken() 111 if (tokenPosition.back() >= (int)tokenStreamStack.back()->size()) in advanceToken()
|
/third_party/glslang/SPIRV/CInterface/ |
H A D | spirv_c_interface.cpp | 103 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 D | escl_scan.c | 36 * \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 D | gphoto2.h | 84 int size; member 153 long size; member
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_utilities.cpp | 47 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 D | anyauthput.c | 70 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 D | ftpupload.c | 53 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 D | ftpuploadfrommem.c | 48 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 D | post-callback.c | 46 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 D | hash.h | 58 size_t size; member 85 #define Curl_hash_count(h) ((h)->size)
|
/third_party/benchmark/src/ |
H A D | counter.cc | 68 if (l.size() != r.size()) { in SameNames()
|
/third_party/benchmark/test/ |
H A D | spec_arg_test.cc | 25 assert(report.size() == 1); 88 assert(matched_functions.size() == 1); in main()
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-intel.h | 38 uint32_t size; member 57 uint32_t size; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUNotifier.java | 85 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 D | legacy.cpp | 16 * 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 D | hash.c | 71 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()
|