Home
last modified time | relevance | path

Searched refs:data (Results 19251 - 19275 of 60672) sorted by relevance

1...<<771772773774775776777778779780>>...2427

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_pool.h75 pan_pool_upload_aligned(struct pan_pool *pool, const void *data, size_t sz, unsigned alignment) in pan_pool_upload_aligned() argument
78 memcpy(transfer.cpu, data, sz); in pan_pool_upload_aligned()
83 pan_pool_upload(struct pan_pool *pool, const void *data, size_t sz) in pan_pool_upload() argument
85 return pan_pool_upload_aligned(pool, data, sz, sz); in pan_pool_upload()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Ddatamap.h23 /** Holder of test data and settings. Allows addressing of items by name.
25 * and info data, names are keys in data. Currently, we return scalar strings
40 * @param key name of the data field.
41 * @return a string containing the data
47 * @param key name of the data field.
48 * @return an integer containing the data
54 * @param key name of the data field.
62 * @param key name of the data field.
71 * @param key name of the data fiel
[all...]
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl01.c42 events[0].data.fd = fd[0]; in setup()
43 events[1].data.fd = fd[1]; in setup()
44 events[2].data.fd = fd[1]; in setup()
65 if ((epvs[i].data.fd == fd) && (epvs[i].events == events)) in has_event()
/third_party/lwip/src/apps/snmp/
H A Dsnmp_pbuf_stream.c57 snmp_pbuf_stream_read(struct snmp_pbuf_stream *pbuf_stream, u8_t *data) in snmp_pbuf_stream_read() argument
63 if (pbuf_copy_partial(pbuf_stream->pbuf, data, 1, pbuf_stream->offset) == 0) { in snmp_pbuf_stream_read()
74 snmp_pbuf_stream_write(struct snmp_pbuf_stream *pbuf_stream, u8_t data) in snmp_pbuf_stream_write() argument
76 return snmp_pbuf_stream_writebuf(pbuf_stream, &data, 1); in snmp_pbuf_stream_write()
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_readerwriter.c33 static int data = 0; variable
37 printf("read the board, data=%d \n", data); in read_fun()
43 data = 100 * ID + ID; in write_fun()
44 printf("write the board, data=%d \n", data); in write_fun()
92 /* When ThID is equal to WRITE_NUM/2, sleep 2 second and let reader read the data */ in writer()
/third_party/node/deps/v8/src/handles/
H A Dlocal-handles.cc24 HandleScopeData* data = isolate->handle_scope_data(); in OpenMainThreadScope() local
26 prev_next_ = data->next; in OpenMainThreadScope()
27 prev_limit_ = data->limit; in OpenMainThreadScope()
28 data->level++; in OpenMainThreadScope()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer.c10 unsigned size, const void *data) in u_default_buffer_subdata()
38 memcpy(map, data, size); in u_default_buffer_subdata()
79 const void *data, in u_default_texture_subdata()
84 const uint8_t *src_data = data; in u_default_texture_subdata()
7 u_default_buffer_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned usage, unsigned offset, unsigned size, const void *data) u_default_buffer_subdata() argument
74 u_default_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) u_default_texture_subdata() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_nir.c69 is_not_xfb_output(nir_variable *var, void *data) in is_not_xfb_output() argument
71 if (var->data.mode != nir_var_shader_out) in is_not_xfb_output()
74 return !var->data.explicit_xfb_buffer && in is_not_xfb_output()
75 !var->data.explicit_xfb_stride; in is_not_xfb_output()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h112 struct rc_reader_data * data,
121 struct rc_reader_data * data,
129 typedef void (*rc_dataflow_mark_outputs_fn)(void * userdata, void * data,
130 void (*mark_fn)(void * data, unsigned int index, unsigned int mask));
/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h37 int bwrite_conv(BIO *bio, const char *data, size_t datal, size_t *written);
38 int bread_conv(BIO *bio, char *data, size_t datal, size_t *read);
78 int ossl_core_bio_read_ex(OSSL_CORE_BIO *cb, void *data, size_t dlen,
80 int ossl_core_bio_write_ex(OSSL_CORE_BIO *cb, const void *data, size_t dlen,
/third_party/node/deps/openssl/openssl/crypto/idea/
H A Di_skey.c26 kt = &(ks->data[0][0]); in IDEA_set_encrypt_key()
66 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
67 fp = &(ek->data[8][0]); in IDEA_set_decrypt_key()
80 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c94 int ossl_core_bio_read_ex(OSSL_CORE_BIO *cb, void *data, size_t dlen, in ossl_core_bio_read_ex() argument
97 return BIO_read_ex(cb->bio, data, dlen, readbytes); in ossl_core_bio_read_ex()
100 int ossl_core_bio_write_ex(OSSL_CORE_BIO *cb, const void *data, size_t dlen, in ossl_core_bio_write_ex() argument
103 return BIO_write_ex(cb->bio, data, dlen, written); in ossl_core_bio_write_ex()
/third_party/python/Lib/asyncio/
H A Dtransports.py30 Buffered data will be flushed asynchronously. No more data
31 will be received. After all buffered data is flushed, the
58 No data will be passed to the protocol's data_received()
108 def write(self, data):
109 """Write some data bytes to the transport.
111 This does not block; it buffers the data and arranges for it
117 """Write a list (or any iterable) of data bytes to the transport.
122 data = b''.join(list_of_data)
123 self.write(data)
[all...]
/third_party/openssl/crypto/idea/
H A Di_skey.c26 kt = &(ks->data[0][0]); in IDEA_set_encrypt_key()
66 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
67 fp = &(ek->data[8][0]); in IDEA_set_decrypt_key()
80 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/
H A DPostSubBuffer.cpp62 // Generate the geometry data
97 glUniformMatrix4fv(mMVPMatrixLoc, 1, GL_FALSE, mvpMatrix.data);
112 glVertexAttribPointer(mPositionLoc, 3, GL_FLOAT, GL_FALSE, 0, mCube.positions.data());
115 // Load the texcoord data
116 glVertexAttribPointer(mTexcoordLoc, 2, GL_FLOAT, GL_FALSE, 0, mCube.texcoords.data());
121 mCube.indices.data());
149 // Geometry data
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp25 DWORD executablePathLen = GetModuleFileNameA(module, executableFileBuf.data(), in GetPath()
27 return (executablePathLen > 0 ? std::string(executableFileBuf.data()) : ""); in GetPath()
57 DWORD result = GetCurrentDirectoryA(static_cast<DWORD>(pathBuf.size()), pathBuf.data()); in GetCWD()
62 return std::string(pathBuf.data()); in GetCWD()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp99 std::copy(mOrigData, mOrigData + mWrapData.size(), mWrapData.data()); in wrap()
100 map->pData = mWrapData.data(); in wrap()
111 std::copy(mWrapData.data(), mWrapData.data() + mWrapData.size(), mOrigData); in unwrap()
/third_party/skia/third_party/externals/angle2/samples/simple_instancing/
H A DSimpleInstancing.cpp143 glVertexAttribPointer(mPositionLoc, 3, GL_FLOAT, GL_FALSE, 0, mVertices.data());
147 glVertexAttribPointer(mTexCoordLoc, 2, GL_FLOAT, GL_FALSE, 0, mTexcoords.data());
151 glVertexAttribPointer(mInstancePosLoc, 3, GL_FLOAT, GL_FALSE, 0, mInstances.data());
166 GL_UNSIGNED_SHORT, mIndices.data(),
192 // Vertex data
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderBarrier.hpp71 virtual bool verifyXFBBuffer(const void* data) = 0;
111 bool verifyXFBBuffer(const void* data);
149 bool verifyXFBBuffer(const void* data);
193 bool verifyXFBBuffer(const void* data);
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_clear_color_test.cc95 std::string data; member
116 test_data.data; in TEST_P()
120 ASSERT_FALSE(r.IsSuccess()) << test_data.data; in TEST_P()
121 EXPECT_EQ(std::string("13: ") + test_data.error, r.Error()) << test_data.data; in TEST_P()
/third_party/openssl/test/
H A Dbio_core_test.c19 static int tst_bio_core_read_ex(OSSL_CORE_BIO *bio, char *data, size_t data_len, in tst_bio_core_read_ex() argument
22 return BIO_read_ex(bio->bio, data, data_len, bytes_read); in tst_bio_core_read_ex()
25 static int tst_bio_core_write_ex(OSSL_CORE_BIO *bio, const char *data, in tst_bio_core_write_ex() argument
28 return BIO_write_ex(bio->bio, data, data_len, written); in tst_bio_core_write_ex()
/third_party/openssl/include/internal/
H A Dbio.h37 int bwrite_conv(BIO *bio, const char *data, size_t datal, size_t *written);
38 int bread_conv(BIO *bio, char *data, size_t datal, size_t *read);
78 int ossl_core_bio_read_ex(OSSL_CORE_BIO *cb, void *data, size_t dlen,
80 int ossl_core_bio_write_ex(OSSL_CORE_BIO *cb, const void *data, size_t dlen,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationsets.h30 * from the base data.
41 * omit the rule string from data files.
46 : data(NULL), baseData(NULL), in TailoredSet()
70 /** Prefixes are reversed in the data structure. */
79 const CollationData *data; member in TailoredSet
97 : data(NULL), in ContractionsAndExpansions()
118 /** Prefixes are reversed in the data structure. */
127 const CollationData *data; member in ContractionsAndExpansions
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Ddatamap.h23 /** Holder of test data and settings. Allows addressing of items by name.
25 * and info data, names are keys in data. Currently, we return scalar strings
40 * @param key name of the data field.
41 * @return a string containing the data
47 * @param key name of the data field.
48 * @return an integer containing the data
54 * @param key name of the data field.
62 * @param key name of the data field.
71 * @param key name of the data fiel
[all...]
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddemux.h11 // Enables extraction of image and extended format data from WebP files.
13 // Code Example: Demuxing WebP data to extract all the frames, ICC profile
81 WEBP_DEMUX_PARSING_HEADER = 0, // Not enough data to parse full header.
83 // data may be available.
91 // Parses the full WebP file given by 'data'. For single images the WebP file
94 static WEBP_INLINE WebPDemuxer* WebPDemux(const WebPData* data) { in WebPDemux() argument
95 return WebPDemuxInternal(data, 0, NULL, WEBP_DEMUX_ABI_VERSION); in WebPDemux()
98 // Parses the possibly incomplete WebP file given by 'data'.
100 // Returns NULL in case of error or if there isn't enough data to start parsing;
102 // Note that WebPDemuxer keeps internal pointers to 'data' memor
106 WebPDemuxPartial( const WebPData* data, WebPDemuxState* state) WebPDemuxPartial() argument
[all...]

Completed in 32 milliseconds

1...<<771772773774775776777778779780>>...2427