/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpsRenderPass.h | 49 void onDrawIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } 50 void onDrawIndexedIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); }
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.h | 69 std::size_t index; 80 size_t mTotalTokensInContexts;
|
H A D | Preprocessor.cpp | 60 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init() 107 void Preprocessor::setMaxTokenSize(size_t maxTokenSize) in setMaxTokenSize()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Buffer.h | 43 size_t size() const { return mSize; } in size() 58 size_t mSize;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueryPool.hpp | 92 static size_t ComputeRequiredAllocationSize(const VkQueryPoolCreateInfo *pCreateInfo); 94 VkResult getResults(uint32_t firstQuery, uint32_t queryCount, size_t dataSize,
|
H A D | VkRenderPass.hpp | 31 static size_t ComputeRequiredAllocationSize(const VkRenderPassCreateInfo *pCreateInfo); 32 static size_t ComputeRequiredAllocationSize(const VkRenderPassCreateInfo2KHR *pCreateInfo);
|
/third_party/openssl/ssl/ |
H A D | d1_srtp.c | 43 SRTP_PROTECTION_PROFILE **pptr, size_t len) in find_profile_by_name() 78 if (!find_profile_by_name(ptr, &p, col ? (size_t)(col - ptr) in ssl_ctx_make_profiles()
|
/third_party/openssl/fuzz/ |
H A D | bignum.c | 30 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() 33 size_t l1 = 0, l2 = 0, l3 = 0; in FuzzerTestOneInput()
|
H A D | client.c | 56 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() 87 OPENSSL_assert((size_t)BIO_write(in, buf, len) == len); in FuzzerTestOneInput()
|
/third_party/openssl/include/internal/ |
H A D | property.h | 92 size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx, 94 size_t bufsize);
|
/third_party/openssl/crypto/x509/ |
H A D | pcy_local.h | 115 size_t node_count; 117 size_t node_maximum;
|
/third_party/openssl/demos/digest/ |
H A D | BIO_f_md.c | 45 size_t readct, writect; in main() 46 size_t digest_size; in main()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_desx_hw.c | 28 const unsigned char *key, size_t keylen) in cipher_hw_desx_cbc_initkey() 51 const unsigned char *in, size_t inl) in cipher_hw_desx_cbc()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vxworks.c | 121 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() 125 size_t bytes_needed; in ossl_pool_acquire_entropy()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | build_module.cpp | 52 const size_t size) { in BuildModule() 59 const size_t size, in BuildModule()
|
H A D | dead_variable_elimination.cpp | 40 size_t count = 0; in Process() 98 size_t& count = reference_count_[initializer_id]; in DeleteVariable()
|
H A D | eliminate_dead_constant_pass.cpp | 35 std::unordered_map<Instruction*, size_t> use_counts; in Process() 39 size_t count = 0; in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | build_module.cpp | 52 const size_t size) { in BuildModule() 59 const size_t size, in BuildModule()
|
H A D | dead_variable_elimination.cpp | 40 size_t count = 0; in Process() 98 size_t& count = reference_count_[initializer_id]; in DeleteVariable()
|
H A D | eliminate_dead_constant_pass.cpp | 35 std::unordered_map<Instruction*, size_t> use_counts; in Process() 39 size_t count = 0; in Process()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jchuff.h | 27 size_t put_buffer; /* current bit accumulation buffer */ 34 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | digest_auth_example.c | 41 const char *upload_data, size_t *upload_data_size, void **ptr) in ahc_echo() 95 size_t off; in main()
|
H A D | fileserver_example.c | 33 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() 55 size_t *upload_data_size, void **ptr) in ahc_echo()
|
H A D | https_fileserver_example.c | 99 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() 122 size_t *upload_data_size, void **ptr) in http_ahc()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | io_raw.c | 95 size_t size) in SPDYF_raw_recv() 124 size_t size) in SPDYF_raw_send()
|