/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radv_radix_sort.c | 204 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 D | v3d_nir_lower_load_store_bitsize.c | 234 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 D | protocol_post_demo.c | 69 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 D | tst_af_alg.c | 190 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 D | offline_compiler.c | 190 /* 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 D | iunknown.c | 212 /* 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 D | cfrg.js | 332 function eddsaSignVerify(key, data, { name, context }, signature) { 352 data,
|
H A D | ec.js | 284 function ecdsaSignVerify(key, data, { name, hash }, signature) { 300 data,
|
/third_party/node/lib/internal/ |
H A D | histogram.js | 247 data: { handle }, 318 data: { handle },
|
/third_party/node/lib/internal/webstreams/ |
H A D | util.js | 88 function customInspect(depth, options, name, data) { 97 return `${name} ${inspect(data, opts)}`;
|
/third_party/node/lib/ |
H A D | v8.js | 315 // 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 D | crypto_x509.h | 106 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 D | test_function.c | 85 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 D | test-crypto-cipher-decipher.js | 235 const data = Buffer.from('test-crypto-cipher-decipher'); 250 const encrypted = Buffer.concat([cipher.update(data), cipher.final()]);
|
H A D | test-crypto.js | 90 /^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 D | test-repl-programmatic-history.js | 25 run(data) { 26 const _iter = data[Symbol.iterator](); 41 this.emit('data', `${action}\n`);
|
H A D | test-repl-persistent-history.js | 27 run(data) { 28 const _iter = data[Symbol.iterator](); 43 this.emit('data', `${action}\n`);
|
H A D | test-worker-message-port.js | 35 assert.strictEqual(message.data, 4); 44 port2.postMessage(message.data * 2);
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/ |
H A D | itt_refcol_impl.c | 266 __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 D | jsvm_types.h | 147 * @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 D | transportparams.cc | 151 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 D | node_trace_writer.cc | 18 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 D | fuse.h | 155 /** 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 D | getnameinfo.c | 136 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 D | inflatehd.cc | 143 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()
|