Home
last modified time | relevance | path

Searched refs:data (Results 4651 - 4675 of 16035) sorted by relevance

1...<<181182183184185186187188189190>>...642

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D7-2.c12 * to the mapped data by the calling process shall be visible only to the
46 char data[size]; in main() local
59 memset(data, 'a', size); in main()
60 if (write(fd, data, size) != size) { in main()
H A D1-1.c35 char data[len]; in main() local
49 memset(data, 'a', len); in main()
50 if (write(fd, data, len) != len) { in main()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-unit.h21 // Per-unit data, i.e. once per top-level function and once per inlined
25 static MaglevCompilationUnit* New(Zone* zone, MaglevCompilationInfo* data, in New() argument
27 return zone->New<MaglevCompilationUnit>(data, function); in New()
29 MaglevCompilationUnit(MaglevCompilationInfo* data,
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator-inl.h30 *reinterpret_cast<uint16_t*>(buffer_.data() + pc_) = word; in Emit16()
39 *reinterpret_cast<unsigned char*>(buffer_.data() + pc_) = word; in Emit8()
48 *reinterpret_cast<uint32_t*>(buffer_.data() + pc_) = word; in Emit32()
/third_party/mindspore/interfaces/kits/c/
H A Dtensor.h53 * @param type The data type of the tensor.
56 * @param data The data pointer that points to allocated memory.
62 size_t shape_num, const void *data, size_t data_len);
96 * @brief Set the data type for the tensor.
98 * @param type The data type of the tensor.
104 * @brief Obtain the data type of the tensor.
146 * @brief Obtain the data for the tensor.
148 * @param data A pointer to the data o
[all...]
/third_party/musl/libc-test/src/functional/
H A Dsearch_hsearch.c12 e = hsearch((ENTRY){.key = k, .data = (void*)v}, ENTER); \
17 #define get(k) hsearch((ENTRY){.key = k, .data = 0}, FIND)
19 #define getdata(e) ((intptr_t)(e)->data)
45 t_error("hsearch ENTER g 10 returned data %d, wanted 7\n", getdata(e)); in main()
48 t_error("hsearch ENTER g 10 returned data %d, wanted 7\n", getdata(e)); in main()
51 t_error("hsearch ENTER j 10 returned data %d, wanted 10\n", getdata(e)); in main()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_gentm.c44 t.data = (unsigned char *)str; in ASN1_GENERALIZEDTIME_set_string()
67 struct tm data; in ASN1_GENERALIZEDTIME_adj() local
69 ts = OPENSSL_gmtime(&t, &data); in ASN1_GENERALIZEDTIME_adj()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ia5.c38 memcpy(tmp, ia5->data, ia5->length); in i2s_ASN1_IA5STRING()
58 ebcdic2ascii(ia5->data, ia5->data, ia5->length); in s2i_ASN1_IA5STRING()
H A Dv3_utf8.c42 memcpy(tmp, utf8->data, utf8->length); in i2s_ASN1_UTF8STRING()
65 ebcdic2ascii(utf8->data, utf8->data, utf8->length); in s2i_ASN1_UTF8STRING()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbuffer.h36 # define BUF_memdup(data, size) OPENSSL_memdup(data, size)
44 char *data; member
H A Dblowfish.h51 const unsigned char *data);
52 OSSL_DEPRECATEDIN_3_0 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
53 OSSL_DEPRECATEDIN_3_0 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_rc4.c31 # define data(ctx) ((EVP_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx)) macro
84 RC4_set_key(&data(ctx)->ks, keylen, key); in rc4_init_key()
91 RC4(&data(ctx)->ks, inl, in, out); in rc4_cipher()
/third_party/python/Tools/scripts/
H A Dfixheader.py19 data = f.read()
20 if data[:2] != '/*':
41 f.write(data)
/third_party/openssl/crypto/evp/
H A De_rc4.c31 # define data(ctx) ((EVP_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx)) macro
84 RC4_set_key(&data(ctx)->ks, keylen, key); in rc4_init_key()
91 RC4(&data(ctx)->ks, inl, in, out); in rc4_cipher()
/third_party/openssl/crypto/asn1/
H A Da_gentm.c44 t.data = (unsigned char *)str; in ASN1_GENERALIZEDTIME_set_string()
67 struct tm data; in ASN1_GENERALIZEDTIME_adj() local
69 ts = OPENSSL_gmtime(&t, &data); in ASN1_GENERALIZEDTIME_adj()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalRenderingTestUtil.hpp110 void checkConditionalRenderingCapabilities (vkt::Context& context, const ConditionalData& data);
111 de::SharedPtr<Draw::Buffer> createConditionalRenderingBuffer (vkt::Context& context, const ConditionalData& data);
115 const ConditionalData& data);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalRenderingTestUtil.hpp110 void checkConditionalRenderingCapabilities (vkt::Context& context, const ConditionalData& data);
111 de::SharedPtr<Draw::Buffer> createConditionalRenderingBuffer (vkt::Context& context, const ConditionalData& data);
115 const ConditionalData& data);
/third_party/openssl/include/openssl/
H A Dbuffer.h36 # define BUF_memdup(data, size) OPENSSL_memdup(data, size)
44 char *data; member
H A Dblowfish.h51 const unsigned char *data);
52 OSSL_DEPRECATEDIN_3_0 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
53 OSSL_DEPRECATEDIN_3_0 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
/third_party/openssl/crypto/x509/
H A Dv3_utf8.c42 memcpy(tmp, utf8->data, utf8->length); in i2s_ASN1_UTF8STRING()
65 ebcdic2ascii(utf8->data, utf8->data, utf8->length); in s2i_ASN1_UTF8STRING()
H A Dv3_ia5.c38 memcpy(tmp, ia5->data, ia5->length); in i2s_ASN1_IA5STRING()
58 ebcdic2ascii(ia5->data, ia5->data, ia5->length); in s2i_ASN1_IA5STRING()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h33 # define BUF_memdup(data, size) OPENSSL_memdup(data, size)
40 char *data; member
/third_party/skia/tests/
H A DEncodedInfoTest.cpp28 auto data = SkEncodeBitmap(bm, SkEncodedImageFormat::kPNG, 100); in DEF_TEST() local
29 REPORTER_ASSERT(r, data); in DEF_TEST()
31 codec = SkCodec::MakeFromData(std::move(data)); in DEF_TEST()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DEagerStreamTest.java25 final byte[] data = {0, 0, 16, 42, 3}; in testEagerReading()
31 if (index < data.length) { in testEagerReading()
33 return data[index++]; in testEagerReading()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerInlineMemoryTransferService.cpp35 void SerializeDataUpdate(const void* data,
40 ASSERT(data != nullptr);
42 memcpy(serializePointer, data, size);

Completed in 11 milliseconds

1...<<181182183184185186187188189190>>...642