/third_party/lz4/ossfuzz/ |
H A D | fuzz_data_producer.h | 10 /* Struct used for maintaining the state of the data */ 13 /* Returns a data producer state struct. Use for producer initialization. */ 14 FUZZ_dataProducer_t *FUZZ_dataProducer_create(const uint8_t *data, size_t size); 16 /* Frees the data producer */ 19 /* Returns 32 bits from the end of data */ 35 /* Returns the size of the remaining bytes of data in the producer */
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_upload_mgr.h | 28 /* Helper utility for uploading user buffers & other data, and 114 * Allocate and write data to the upload buffer. 116 * Same as u_upload_alloc, but in addition to that, it copies "data" 123 const void *data,
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_alu.h | 72 struct rc_instruction *inst, void *data);
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
H A D | rc_test_helpers.h | 52 int parse_constant(unsigned *index, float *data, const char *const_str);
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | null_prov.c | 23 static int null_update(NULLMD_CTX *ctx, const void *data, size_t datalen) in null_update() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | md5_sha1.h | 30 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | poly1305.h | 33 unsigned char data[POLY1305_BLOCK_SIZE]; member
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | conftypes.h | 37 LHASH_OF(CONF_VALUE) *data; member
|
/third_party/node/deps/uv/src/win/ |
H A D | stream-inl.h | 45 handle->read_req.data = handle; in uv__stream_init()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | wrap_unsafe_ops_class.hpp | 64 Union data; member in WithUnion
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | derive-hash-template-def-float.rs | 12 pub data: T,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | SurfaceGL.h | 24 const gl::FramebufferState &data) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | PbufferSurfaceEGL.cpp | 36 mSurface = mEGL->createPbufferSurface(mConfig, nativeAttribs.data()); in initialize()
|
/third_party/skia/src/core/ |
H A D | SkDiscardableMemory.h | 43 * obtain a pointer to that memory using the data() method. 56 virtual void* data() = 0;
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | WaylandSurfaceKHR.hpp | 31 uint8_t *data; member
|
/third_party/openssl/include/crypto/ |
H A D | poly1305.h | 33 unsigned char data[POLY1305_BLOCK_SIZE]; member
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | whrlpool.h | 32 unsigned char data[WHIRLPOOL_BBLOCK / 8]; member
|
H A D | cmac.h | 32 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
|
/third_party/openssl/providers/implementations/digests/ |
H A D | null_prov.c | 23 static int null_update(NULLMD_CTX *ctx, const void *data, size_t datalen) in null_update() argument
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | md5_sha1.h | 30 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count);
|
/third_party/openssl/include/openssl/ |
H A D | conftypes.h | 37 LHASH_OF(CONF_VALUE) *data; member
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | extras.h | 69 WEBP_EXTERN int VP8EstimateQuality(const uint8_t* const data, size_t size);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | fpositer.h | 106 * Sets the data used by the iterator, and resets the position. 107 * Returns U_ILLEGAL_ARGUMENT_ERROR in status if the data is not valid 114 UVector32 *data; member in FieldPositionIterator
|
/third_party/skia/src/sksl/ |
H A D | SkSLMangler.cpp | 40 uniqueName = String::printf("_%d_%.*s", fCounter++, (int)baseName.size(), baseName.data()); in uniqueName()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | block_splitter.h | 39 const uint8_t* data,
|