Home
last modified time | relevance | path

Searched refs:data (Results 45151 - 45175 of 51914) sorted by relevance

1...<<1801180218031804180518061807180818091810>>...2077

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c1 // Protocol Buffers - Google's data interchange format
239 void RepeatedField_push_native(VALUE _self, void* data) { in RepeatedField_push_native() argument
247 memcpy(memory, data, element_size); in RepeatedField_push_native()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dmessage_test.py3 # Protocol Buffers - Google's data interchange format
471 data = generator.SerializeToString()
473 parsing_merge.ParseFromString(data)
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp197 // Once we stop producing explicit position data, there is no reason to in resolve()
223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(),
455 fShapeClusterBuffer.data(), in runBuffer()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp201 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Failed to draw with unaligned data"); in iterate()
546 std::vector<tcu::Vec4> data (m_drawCount); // !< some junk data to make sure buffer is really allocated in init()
550 gl.bufferData(GL_ARRAY_BUFFER, int(m_drawCount * sizeof(tcu::Vec4)), &data[0], GL_STATIC_DRAW); in init()
628 tcu::TestCaseGroup* const bufferRangeGroup = new tcu::TestCaseGroup(m_testCtx, "buffer_bounds", "Source data over buffer bounds"); in init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c437 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) || in issuer_match()
477 if (os_memcmp(rid->value.byKey->data, hash, in STACK_OF()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client_ocsp.c67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, in ocsp_hash_data() argument
70 const u8 *addr[1] = { data }; in ocsp_hash_data()
253 wpa_hexdump(MSG_DEBUG, "OCSP: CertStatus additional data", in tls_process_ocsp_single_response()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.cpp374 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data) in writeImage() argument
378 if (qpTestLog_writeImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE) in writeImage()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl_ocsp.c437 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) || in issuer_match()
477 if (os_memcmp(rid->value.byKey->data, hash, in STACK_OF()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client_ocsp.c67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, in ocsp_hash_data() argument
70 const u8 *addr[1] = { data }; in ocsp_hash_data()
248 wpa_hexdump(MSG_DEBUG, "OCSP: CertStatus additional data", in tls_process_ocsp_single_response()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.h69 // Pointer to a system copies of the data. Separate pointers for each uniform storage type.
147 bool usesBroadcast(const gl::State &data) const;
181 ProgramD3D(const gl::ProgramState &data, RendererD3D *renderer);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp655 // Write buffer data in uploadBuffer()
785 // Write buffer data in uploadImageAspect()
991 // Read buffer data in readImageAspect()
1238 vk.cmdCopyImage(*m_cmdBuffer, m_source.get(), m_params.src.image.operationLayout, m_destination.get(), m_params.dst.image.operationLayout, (deUint32)imageCopies.size(), imageCopies.data()); in iterate()
1253 imageCopies2KHR.data() // const VkImageCopy2KHR* pRegions; in iterate()
1685 vk.cmdCopyImage(*m_cmdBuffer, m_source.get(), m_params.src.image.operationLayout, m_destination.get(), m_params.dst.image.operationLayout, (deUint32)imageCopies.size(), imageCopies.data()); in iterate()
1700 imageCopies2KHR.data() // const VkImageCopy2KHR* pRegions; in iterate()
1777 // Get rid of that by expanding the data to floats and re-normalizing again. in checkResult()
2121 // Read buffer data in iterate()
2348 // Read buffer data in iterate()
3080 deUint32 data[4]; CompressedTextureForBlit() member
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c658 "PCIe cpl data queue"),
1718 * Mellanox further blinks the amber LED to indicate data packet
1918 static irqreturn_t qib_7220intr(int irq, void *data) in qib_7220intr() argument
1920 struct qib_devdata *dd = data; in qib_7220intr()
2605 * wait forpending timer, but don't clear .data (ppd)! in qib_7220_set_ib_cfg()
3372 u32 dcnt, u32 *data) in autoneg_7220_sendpkt()
3381 pbc = 7 + dcnt + 1; /* 7 dword header, dword data, icrc */ in autoneg_7220_sendpkt()
3392 qib_pio_copy(piobuf + 9, data, dcnt); in autoneg_7220_sendpkt()
3410 u32 dw, i, hcnt, dcnt, *data; in autoneg_7220_send() local
3440 data in autoneg_7220_send()
3371 autoneg_7220_sendpkt(struct qib_pportdata *ppd, u32 *hdr, u32 dcnt, u32 *data) autoneg_7220_sendpkt() argument
3861 sendctrl_hook(struct qib_devdata *dd, const struct diag_observer *op, u32 offs, u64 *data, u64 mask, int only_32) sendctrl_hook() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c137 * the endianness of the data (old entry is host endian while a new entry is
329 /* for older fw that doesn't populate link effect data */ in be_async_port_misconfig_event_process()
2290 u8 page_num, u32 off, u32 len, u8 *data) in be_cmd_read_port_transceiver_data()
2327 memcpy(data, resp->page_data + off, len); in be_cmd_read_port_transceiver_data()
2651 const u8 *p = fw->data; in get_fsec_info()
2654 while (p < (fw->data + fw->size)) { in get_fsec_info()
2835 status = be_check_flash_crc(adapter, fw->data, in be_flash_BEx()
2852 p = fw->data + filehdr_size + pflashcomp[i].offset + in be_flash_BEx()
2854 if (p + pflashcomp[i].size > fw->data + fw->size) in be_flash_BEx()
2962 status = be_check_flash_crc(adapter, fw->data, img_offse in be_flash_skyhawk()
2289 be_cmd_read_port_transceiver_data(struct be_adapter *adapter, u8 page_num, u32 off, u32 len, u8 *data) be_cmd_read_port_transceiver_data() argument
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dfloppy.c46 * FDC data overrun bug, added some preliminary stuff for vertical
234 static int set_dor(int fdc, char mask, char data);
361 | Maximum data rate supported by drive type
527 * not contain a 64k byte boundary crossing, or data will be
567 * information to interrupts. They are the data used for the current
663 unsigned char data; member
793 static int set_dor(int fdc, char mask, char data) in set_dor() argument
804 newdor = (olddor & mask) | data; in set_dor()
1143 output_log[output_log_pos].data = byte; in output_byte()
1203 /* Set perpendicular mode as required, based on data rat
1901 int data; start_motor() local
4767 floppy_async_init(void *data, async_cookie_t cookie) floppy_async_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/samsung/
H A Dclk-exynos5433.c5512 .data = &aud_cmu_info,
5515 .data = &cam0_cmu_info,
5518 .data = &cam1_cmu_info,
5521 .data = &disp_cmu_info,
5524 .data = &g2d_cmu_info,
5527 .data = &g3d_cmu_info,
5530 .data = &fsys_cmu_info,
5533 .data = &gscl_cmu_info,
5536 .data = &mfc_cmu_info,
5539 .data
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c137 * the endianness of the data (old entry is host endian while a new entry is
331 /* for older fw that doesn't populate link effect data */ in be_async_port_misconfig_event_process()
2291 u8 page_num, u32 off, u32 len, u8 *data) in be_cmd_read_port_transceiver_data()
2328 memcpy(data, resp->page_data + off, len); in be_cmd_read_port_transceiver_data()
2652 const u8 *p = fw->data; in get_fsec_info()
2655 while (p < (fw->data + fw->size)) { in get_fsec_info()
2836 status = be_check_flash_crc(adapter, fw->data, in be_flash_BEx()
2853 p = fw->data + filehdr_size + pflashcomp[i].offset + in be_flash_BEx()
2855 if (p + pflashcomp[i].size > fw->data + fw->size) in be_flash_BEx()
2963 status = be_check_flash_crc(adapter, fw->data, img_offse in be_flash_skyhawk()
2290 be_cmd_read_port_transceiver_data(struct be_adapter *adapter, u8 page_num, u32 off, u32 len, u8 *data) be_cmd_read_port_transceiver_data() argument
[all...]
/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1274 * re-programming the new data rate. in cdns_torrent_dp_configure_rate()
2626 struct clk_hw_onecell_data *data; in cdns_torrent_clk_register() local
2629 data = devm_kzalloc(dev, struct_size(data, hws, CDNS_TORRENT_OUTPUT_CLOCKS), GFP_KERNEL); in cdns_torrent_clk_register()
2630 if (!data) in cdns_torrent_clk_register()
2633 data->num = CDNS_TORRENT_OUTPUT_CLOCKS; in cdns_torrent_clk_register()
2634 cdns_phy->clk_hw_data = data; in cdns_torrent_clk_register()
2654 ret = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, data); in cdns_torrent_clk_register()
2736 const struct cdns_torrent_data *data; in cdns_torrent_phy_probe() local
2744 /* Get init data fo in cdns_torrent_phy_probe()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c658 "PCIe cpl data queue"),
1718 * Mellanox further blinks the amber LED to indicate data packet
1918 static irqreturn_t qib_7220intr(int irq, void *data) in qib_7220intr() argument
1920 struct qib_devdata *dd = data; in qib_7220intr()
2605 * wait forpending timer, but don't clear .data (ppd)! in qib_7220_set_ib_cfg()
3372 u32 dcnt, u32 *data) in autoneg_7220_sendpkt()
3381 pbc = 7 + dcnt + 1; /* 7 dword header, dword data, icrc */ in autoneg_7220_sendpkt()
3392 qib_pio_copy(piobuf + 9, data, dcnt); in autoneg_7220_sendpkt()
3410 u32 dw, i, hcnt, dcnt, *data; in autoneg_7220_send() local
3440 data in autoneg_7220_send()
3371 autoneg_7220_sendpkt(struct qib_pportdata *ppd, u32 *hdr, u32 dcnt, u32 *data) autoneg_7220_sendpkt() argument
3861 sendctrl_hook(struct qib_devdata *dd, const struct diag_observer *op, u32 offs, u64 *data, u64 mask, int only_32) sendctrl_hook() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dcfg.c966 memcpy(new->data, resp, resp_len); in ieee80211_set_probe_resp()
1002 memcpy(new->data, params->tmpl, params->tmpl_len); in ieee80211_set_fils_discovery()
1027 memcpy(new->data, params->tmpl, params->tmpl_len); in ieee80211_set_unsol_bcast_probe_resp()
1086 memcpy(pos + offset, src->elem[i].data, src->elem[i].len); in ieee80211_copy_mbssid_beacon()
1088 dst->elem[i].data = pos + offset; in ieee80211_copy_mbssid_beacon()
1103 memcpy(pos + offset, src->elem[i].data, src->elem[i].len); in ieee80211_copy_rnr_beacon()
1105 dst->elem[i].data = pos + offset; in ieee80211_copy_rnr_beacon()
3143 void *data, int len) in ieee80211_testmode_cmd()
3159 return local->ops->testmode_cmd(&local->hw, vif, data, len); in ieee80211_testmode_cmd()
3165 void *data, in in ieee80211_testmode_dump()
3141 ieee80211_testmode_cmd(struct wiphy *wiphy, struct wireless_dev *wdev, void *data, int len) ieee80211_testmode_cmd() argument
3162 ieee80211_testmode_dump(struct wiphy *wiphy, struct sk_buff *skb, struct netlink_callback *cb, void *data, int len) ieee80211_testmode_dump() argument
4111 ieee80211_set_rekey_data(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_gtk_rekey_data *data) ieee80211_set_rekey_data() argument
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_user.c2354 c.data.byid = p->index; in xfrm_get_policy()
2381 c.data.proto = p->proto; in xfrm_flush_sa()
2423 id->flags = c->data.aevent; in build_aevent()
2498 c.data.aevent = p->flags; in xfrm_get_ae()
2560 c.data.aevent = XFRM_AE_CU; in xfrm_new_ae()
2588 c.data.type = type; in xfrm_flush_policy()
2924 /* copy data from selector, dir, and type to the pol_id */ in build_migrate()
3205 ue->hard = (c->data.hard != 0) ? 1 : 0; in build_expire()
3273 p->proto = c->data.proto; in xfrm_notify_sa_flush()
3483 u8 *data, in in xfrm_compile_policy()
3482 xfrm_compile_policy(struct sock *sk, int opt, u8 *data, int len, int *dir) xfrm_compile_policy() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c187 memset(frame->data[0], 0, frame->height * frame->linesize[0]); in sub2video_get_blank_frame()
210 src = r->data[0]; in sub2video_copy_rect()
211 pal = (uint32_t *)r->data[1]; in sub2video_copy_rect()
228 av_assert1(frame->data[0]); in sub2video_push_ref()
271 dst = frame->data [0]; in sub2video_update()
1060 pkt->data = subtitle_out; in do_subtitle_out()
1753 "Finishing stream %d:%d without any data written to it.\n", in flush_encoders()
1965 (ifilter->hw_frames_ctx && ifilter->hw_frames_ctx->data != frame->hw_frames_ctx->data)) in ifilter_send_frame()
1969 if (!ifilter->displaymatrix || memcmp(sd->data, ifilte in ifilter_send_frame()
[all...]
/third_party/backends/backend/
H A Dartec_eplus48u.c1041 SANE_Byte * data, SANE_Word size) in artec48u_download_firmware()
1058 block = data + addr; in artec48u_download_firmware()
1062 memcpy (download_buf, data + addr, bytes_left); in artec48u_download_firmware()
1593 SANE_Word size, SANE_Byte * data) in artec48u_device_memory_write()
1598 XDBG ((8, "%s: dev=%p, addr=0x%x, size=0x%x, data=%p\n", in artec48u_device_memory_write()
1599 function_name, (void *) dev, addr, size, (void *) data)); in artec48u_device_memory_write()
1603 memory_write_value, addr, size, data); in artec48u_device_memory_write()
1616 SANE_Word addr, SANE_Word size, SANE_Byte * data) in artec48u_device_memory_read()
1621 XDBG ((8, "%s: dev=%p, addr=0x%x, size=0x%x, data=%p\n", in artec48u_device_memory_read()
1622 function_name, (void *) dev, addr, size, (void *) data)); in artec48u_device_memory_read()
1040 artec48u_download_firmware(Artec48U_Device * dev, SANE_Byte * data, SANE_Word size) artec48u_download_firmware() argument
1591 artec48u_device_memory_write(Artec48U_Device * dev, SANE_Word addr, SANE_Word size, SANE_Byte * data) artec48u_device_memory_write() argument
1615 artec48u_device_memory_read(Artec48U_Device * dev, SANE_Word addr, SANE_Word size, SANE_Byte * data) artec48u_device_memory_read() argument
3378 reader_process(void * data) reader_process() argument
4305 sane_read(SANE_Handle handle, SANE_Byte * data, SANE_Int max_length, SANE_Int * length) sane_read() argument
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c386 u_int8_t data[1]; member
400 u_int8_t data[1]; member
431 void *pdata; /* platform-specific data */
518 static PVOID aspi_buf = 0; /* Big data buffer locked by driver. */
683 PSRBlock->flags = SRB_Read | SRB_Post; /* data transfer, posting */ in open_aspi()
688 PSRBlock->u.cmd.data_ptr = NULL; /* pointer to data buffer */ in open_aspi()
706 PSRBlock->flags = SRB_Read | SRB_Post; /* data transfer, posting */ in open_aspi()
711 PSRBlock->u.cmd.data_ptr = NULL; /* pointer to data buffer */ in open_aspi()
724 /* write data */ in open_aspi()
1097 /* Now map the data are in sanei_scsi_open_extended()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc45 #include "src/objects/embedder-data-array-inl.h"
138 // Basic block profiling data for builtins is stored in the JS heap rather in BuildInternal()
139 // than in separately-allocated C++ objects. Allocate that data now if in BuildInternal()
145 // Add the on-heap data to a global list, which keeps it alive and allows in BuildInternal()
530 // TODO(v8): consider initializing embedded data array with Smi::zero(). in NewEmbedderDataArray()
645 // Internalized strings are created in the old generation (data space).
813 return NewStringFromTwoByte(string->data(), static_cast<int>(string->size()), in NewStringFromTwoByte()
1441 Handle<Foreign> data) { in NewCallbackTask()
1446 microtask.set_data(*data, SKIP_WRITE_BARRIER); in NewCallbackTask()
1711 Handle<String> name, Handle<WasmExportedFunctionData> data) { in NewSharedFunctionInfoForWasmExportedFunction()
1440 NewCallbackTask(Handle<Foreign> callback, Handle<Foreign> data) NewCallbackTask() argument
1710 NewSharedFunctionInfoForWasmExportedFunction( Handle<String> name, Handle<WasmExportedFunctionData> data) NewSharedFunctionInfoForWasmExportedFunction() argument
1715 NewSharedFunctionInfoForWasmJSFunction( Handle<String> name, Handle<WasmJSFunctionData> data) NewSharedFunctionInfoForWasmJSFunction() argument
1720 NewSharedFunctionInfoForWasmOnFulfilled( Handle<WasmOnFulfilledData> data) NewSharedFunctionInfoForWasmOnFulfilled() argument
1725 NewSharedFunctionInfoForWasmCapiFunction( Handle<WasmCapiFunctionData> data) NewSharedFunctionInfoForWasmCapiFunction() argument
3573 SetRegExpAtomData(Handle<JSRegExp> regexp, Handle<String> source, JSRegExp::Flags flags, Handle<Object> data) SetRegExpAtomData() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp20 // [SECTION] Default font data (ProggyClean.ttf)
112 #pragma GCC diagnostic ignored "-Wtype-limits" // warning: comparison is always true due to limited range of data type [-Wtype-limits]
351 // Const data in ImDrawListSharedData()
1613 void* data = ImFileLoadToMemory(filename, "rb", &data_size, 0); in AddFontFromFileTTF() local
1614 if (!data) in AddFontFromFileTTF()
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1742 unsigned char* data = pixels + x + y * stride; in ImFontAtlasBuildMultiplyRectAlpha8() local
1743 for (int j = h; j > 0; j--, data += stride) in ImFontAtlasBuildMultiplyRectAlpha8()
1745 data[i] = table[data[ in ImFontAtlasBuildMultiplyRectAlpha8()
3084 stb__match(const unsigned char *data, unsigned int length) stb__match() argument
3093 stb__lit(const unsigned char *data, unsigned int length) stb__lit() argument
[all...]

Completed in 114 milliseconds

1...<<1801180218031804180518061807180818091810>>...2077