Home
last modified time | relevance | path

Searched refs:data (Results 9901 - 9925 of 15981) sorted by relevance

1...<<391392393394395396397398399400>>...640

/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c204 VkDeviceSize size, uint32_t data) in vkCmdFillBuffer()
208 data); in vkCmdFillBuffer()
203 vkCmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vkCmdFillBuffer() argument
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_load_store_bitsize.c234 lower_load_store_bitsize(nir_builder *b, nir_instr *instr, void *data) in lower_load_store_bitsize() argument
236 struct v3d_compile *c = (struct v3d_compile *) data; in lower_load_store_bitsize()
/third_party/libwebsockets/plugins/
H A Dprotocol_post_demo.c69 file_upload_cb(void *data, const char *name, const char *filename, in file_upload_cb() argument
73 (struct per_session_data__post_demo *)data; in file_upload_cb()
198 /* let it parse the POST data */ in callback_post_demo()
205 /* call to inform no more payload data coming */ in callback_post_demo()
/third_party/ltp/lib/
H A Dtst_af_alg.c190 void tst_alg_sendmsg(int reqfd, const void *data, size_t datalen, in tst_alg_sendmsg() argument
194 .iov_base = (void *)data, in tst_alg_sendmsg()
/third_party/mesa3d/src/imagination/rogue/tools/
H A Doffline_compiler.c190 /* Input file data. */ in main()
270 printf("0x%02x, ", ctx->binary[opts.stage]->data[u]); in main()
282 bytes_written = fwrite(ctx->binary[opts.stage]->data, in main()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Diunknown.c212 /* data consists of a header and the actual data. avoiding 2 mallocs */ in NineUnknown_SetPrivateData()
222 /* here the pointer doesn't point to the data we want, so point at the in NineUnknown_SetPrivateData()
258 header = entry->data; in NineUnknown_GetPrivateData()
299 DBG("Freeing %p\n", entry->data); in NineUnknown_FreePrivateData()
/third_party/node/lib/internal/crypto/
H A Dcfrg.js332 function eddsaSignVerify(key, data, { name, context }, signature) {
352 data,
H A Dec.js284 function ecdsaSignVerify(key, data, { name, hash }, signature) {
300 data,
/third_party/node/lib/internal/
H A Dhistogram.js247 data: { handle },
318 data: { handle },
/third_party/node/lib/internal/webstreams/
H A Dutil.js88 function customInspect(depth, options, name, data) {
97 return `${name} ${inspect(data, opts)}`;
/third_party/node/lib/
H A Dv8.js315 // serialization. Because a) those may contain sensitive data and the user
399 const data = this.#profiler.stop();
401 return JSONParse(data);
/third_party/node/src/crypto/
H A Dcrypto_x509.h106 const std::shared_ptr<ManagedX509>& data) in X509CertificateTransferData()
107 : data_(data) {} in X509CertificateTransferData()
105 X509CertificateTransferData( const std::shared_ptr<ManagedX509>& data) X509CertificateTransferData() argument
/third_party/node/test/js-native-api/test_function/
H A Dtest_function.c85 static void finalize_function(napi_env env, void* data, void* hint) { in finalize_function() argument
86 napi_ref ref = data; in finalize_function()
/third_party/node/test/parallel/
H A Dtest-crypto-cipher-decipher.js235 const data = Buffer.from('test-crypto-cipher-decipher');
250 const encrypted = Buffer.concat([cipher.update(data), cipher.final()]);
H A Dtest-crypto.js90 /^Error: not enough data$/.test(err) &&
183 message: "The argument 'encoding' is invalid for data of length 1." +
300 hash.on('data', (data) => {
301 hashValue += data.toString('hex');
H A Dtest-repl-programmatic-history.js25 run(data) {
26 const _iter = data[Symbol.iterator]();
41 this.emit('data', `${action}\n`);
H A Dtest-repl-persistent-history.js27 run(data) {
28 const _iter = data[Symbol.iterator]();
43 this.emit('data', `${action}\n`);
H A Dtest-worker-message-port.js35 assert.strictEqual(message.data, 4);
44 port2.postMessage(message.data * 2);
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
H A Ditt_refcol_impl.c266 __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data) in __itt_metadata_add()
271 domain->nameA, count, get_metadata_elements(count, type, data)); in __itt_metadata_add()
265 __itt_metadata_add(const __itt_domain *domain, __itt_id id, __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data) __itt_metadata_add() argument
/third_party/node/src/
H A Djsvm_types.h147 * @brief Callback function pointer and data for user-provided native function which are to exposed to js via JSVM-API.
154 void* data; member
178 typedef bool(JSVM_CDECL* JSVM_OutputStream)(const char* data,
498 /** Optional startup snapshot data. */
500 /** Optional size of the startup snapshot data. */
518 /** The cached data version tag. */
542 /** The value that's retrieved by a get access of the property if the property is a data property. */
632 /** data will be utilized by the named property callbacks in this struct. */
635 /** data will be utilized by the indexed property callbacks in this struct. */
708 * @brief Cache data typ
[all...]
/third_party/node/src/quic/
H A Dtransportparams.cc151 reinterpret_cast<const sockaddr_in*>(address.data()); in SetPreferredAddress()
160 reinterpret_cast<const sockaddr_in6*>(address.data()); in SetPreferredAddress()
/third_party/node/src/tracing/
H A Dnode_trace_writer.cc18 flush_signal_.data = this; in InitializeOnThread()
27 exit_signal_.data = this; in InitializeOnThread()
153 // Wait until data associated with this request id has been written to disk. in Flush()
154 // This guarantees that data from all earlier requests have also been in Flush()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h155 /** Read data from an open file
158 * on EOF or error, otherwise the rest of the data will be
169 /** Write data to an open file
189 /** Possibly flush cached data
192 * request to sync dirty data.
196 * has cached dirty data, this is a good place to write back data
232 * If the datasync parameter is non-zero, then only the user data
233 * should be flushed, not the meta data.
288 * If the datasync parameter is non-zero, then only the user data
[all...]
/third_party/musl/src/network/
H A Dgetnameinfo.c136 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet, int plen) in dns_parse_callback() argument
140 data, c, 256) <= 0) in dns_parse_callback()
/third_party/nghttp2/src/
H A Dinflatehd.cc143 decode_hex(buf.data(), json_string_value(wire), inputlen); in inflate_hd()
147 auto p = buf.data(); in inflate_hd()
224 Reads JSON data from stdin and outputs inflated name/value pairs in in print_help()

Completed in 17 milliseconds

1...<<391392393394395396397398399400>>...640