Home
last modified time | relevance | path

Searched refs:data (Results 45001 - 45025 of 47610) sorted by relevance

1...<<1801180218031804180518061807180818091810>>...1905

/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.c285 Elf_Data *data; in find_module_name() local
306 data = elf_getdata(sec, NULL); in find_module_name()
307 if (!data || !data->d_buf) in find_module_name()
324 mod_name = strdup((char *)data->d_buf + name_offset); in find_module_name()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c1450 * @uinfo: pointer to get/store the data
1513 * @ucontrol: pointer to get/store the data
1540 * @ucontrol: pointer to get/store the data
1596 * @_tlv: TLV data
1620 * @tlv: TLV data to be stored, at least 4 elements
1622 * Set (static) TLV data for a virtual master volume using the AMP caps
1860 const char *suffix, map_follower_func_t func, void *data) in map_followers()
1880 err = func(codec, data, sctl); in map_followers()
1891 void *data, struct snd_kcontrol *sctl) in check_follower_present()
1971 void *data, struc in add_follower()
1859 map_followers(struct hda_codec *codec, const char * const *followers, const char *suffix, map_follower_func_t func, void *data) map_followers() argument
1890 check_follower_present(struct hda_codec *codec, void *data, struct snd_kcontrol *sctl) check_follower_present() argument
1970 add_follower(struct hda_codec *codec, void *data, struct snd_kcontrol *follower) add_follower() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c242 uint8_t *data_ptr; /* Ptr to the data buf/SG list */
350 * INQUIRY data.
355 /* Don't ask for full inquiry data (255b). */
447 struct mtx sc_umass_mtx; /* The mtx is used to prevent data read and write competition */
1228 umass_scsi_inquiry_data(struct umass_softc *sc, void *data, int len) in umass_scsi_inquiry_data() argument
1240 cur_i = (struct scsiresp_inquiry_s *)data; in umass_scsi_inquiry_data()
1393 * This field indicates the number of bytes of data that the host in umass_t_bbb_command_callback()
1396 * field is set to 0, the device will expect that no data will be in umass_t_bbb_command_callback()
1408 * 0 = data Out from host to device in umass_t_bbb_command_callback()
1409 * 1 = data I in umass_t_bbb_command_callback()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2259 unsigned *data = r600_buffer_map_sync_with_rings(&rctx->b, indirect_resource, in r600_draw_vbo() local
2261 if (data) { in r600_draw_vbo()
2262 data += indirect->offset / sizeof(unsigned); in r600_draw_vbo()
2263 start = data[2] * index_size; in r600_draw_vbo()
2264 count = data[0]; in r600_draw_vbo()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c287 * needed because now the MCS data is 64 bits instead of 32 or lower as is in populate_sampler_prog_key()
1073 if (var->data.location < FRAG_RESULT_DATA0) in anv_pipeline_link_fs()
1076 const unsigned rt = var->data.location - FRAG_RESULT_DATA0; in anv_pipeline_link_fs()
1212 fprintf(stream, "Inline shader constant data (start=%dB)", in anv_pipeline_add_executable()
1263 /* We pull the prog data and stats out of the anv_shader_bin because in anv_pipeline_add_executables()
2111 * client's per-instance data once for each view. in anv_graphics_pipeline_init()
3162 const char *data) in write_ir_text()
3166 size_t data_len = strlen(data) + 1; in write_ir_text()
3173 strncpy(ir->pData, data, ir->dataSize); in write_ir_text()
3161 write_ir_text(VkPipelineExecutableInternalRepresentationKHR* ir, const char *data) write_ir_text() argument
/third_party/node/deps/v8/src/ic/
H A Dic.cc29 #include "src/objects/data-handler-inl.h"
367 // Even though we don't change the feedback data, we still want to reset the in ConfigureVectorState()
1105 "getter needs to be reconfigured to data property"); in ComputeHandler()
2032 set_slow_stub_reason("special data property in prototype chain"); in ComputeHandler()
2439 // Site Tracking to do a better job of ensuring the data types are what in StoreElementPolymorphicHandlers()
2898 // fields and is used for defining data properties in object literals in RUNTIME_FUNCTION()
3303 PropertyCallbackArguments arguments(isolate, info->data(), *receiver, *holder, in RUNTIME_FUNCTION()
3327 PropertyCallbackArguments arguments(isolate, interceptor->data(), *receiver, in RUNTIME_FUNCTION()
3385 PropertyCallbackArguments arguments(isolate, interceptor->data(), *receiver, in RUNTIME_FUNCTION()
3416 PropertyCallbackArguments arguments(isolate, interceptor->data(), *receive in RUNTIME_FUNCTION()
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c128 * The data stream.
131 * The size of the table holding the data.
241 * The data stream.
244 * The size of the table holding the data.
494 /* make temporary copy of item variation data offsets; */ in ft_var_load_item_variation_store()
583 /* check some data consistency */ in ft_var_load_item_variation_store()
756 /* read map data one unsigned byte at a time, big endian */ in ft_var_load_delta_set_index_mapping()
759 FT_Byte data; in ft_var_load_delta_set_index_mapping() local
762 if ( FT_READ_BYTE( data ) ) in ft_var_load_delta_set_index_mapping()
765 mapData = ( mapData << 8 ) | data; in ft_var_load_delta_set_index_mapping()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1913 vector<deUint8> data; member
1938 DE_ASSERT(storage.data.empty() && storage.pointers.empty()); in initRefDataStorage()
1946 storage.data.resize(totalSize); in initRefDataStorage()
1950 deUint8* basePtr = storage.data.empty() ? DE_NULL : &storage.data[0]; in initRefDataStorage()
2104 RefDataStorage initialData; // Initial data stored in buffer. in iterate()
2645 // Read back ac_numPassed data. in execute()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c1697 if (!memcmp(pIE->data, WMM_PARA_OUI, 6)) /* WMM */ in OnAssocRsp()
2671 wps_ielen = (uint)pmlmepriv->wps_probe_resp_ie[1];/* to get ie data len */ in issue_probersp()
3315 /* Avoid the proprietary data rate (22Mbps) of Handlink WSG-4000 AP */ in issue_assocreq()
3356 if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) || in issue_assocreq()
3357 (!memcmp(pIE->data, WMM_OUI, 4)) || in issue_assocreq()
3358 (!memcmp(pIE->data, WPS_OUI, 4))) { in issue_assocreq()
3360 if ((!padapter->registrypriv.wifi_spec) && (!memcmp(pIE->data, WPS_OUI, 4))) { in issue_assocreq()
3370 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, vs_ie_length, pIE->data, &(pattrib->pktlen)); in issue_assocreq()
3375 pframe = rtw_set_ie(pframe, EID_WPA2, pIE->Length, pIE->data, &(pattrib->pktlen)); in issue_assocreq()
3380 memcpy(&(pmlmeinfo->HT_caps), pIE->data, sizeo in issue_assocreq()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_bpf.c74 __u8 data[MAX_DATA]; member
6490 * the same data. in generate_test_data()
6492 skb = populate_skb(test->data, test->test[sub].data_size); in generate_test_data()
6526 static void release_test_data(const struct bpf_test *test, void *data) in release_test_data() argument
6531 kfree_skb(data); in release_test_data()
6637 static int __run_one(const struct bpf_prog *fp, const void *data, in __run_one() argument
6647 ret = BPF_PROG_RUN(fp, data); in __run_one()
6663 void *data; in run_one() local
6678 data = generate_test_data(test, i); in run_one()
6679 if (!data in run_one()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c1421 if (!memcmp(pIE->data, WMM_PARA_OUI, 6)) /* WMM */ in OnAssocRsp()
2332 wps_ielen = (uint)pmlmepriv->wps_probe_resp_ie[1];/* to get ie data len */ in issue_probersp()
2926 /* Avoid the proprietary data rate (22Mbps) of Handlink WSG-4000 AP */ in issue_assocreq()
2958 if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) || in issue_assocreq()
2959 (!memcmp(pIE->data, WMM_OUI, 4)) || in issue_assocreq()
2960 (!memcmp(pIE->data, WPS_OUI, 4))) { in issue_assocreq()
2962 if ((!padapter->registrypriv.wifi_spec) && (!memcmp(pIE->data, WPS_OUI, 4))) { in issue_assocreq()
2972 pframe = rtw_set_ie(pframe, WLAN_EID_VENDOR_SPECIFIC, vs_ie_length, pIE->data, &(pattrib->pktlen)); in issue_assocreq()
2977 pframe = rtw_set_ie(pframe, WLAN_EID_RSN, pIE->length, pIE->data, &(pattrib->pktlen)); in issue_assocreq()
2982 memcpy(&(pmlmeinfo->HT_caps), pIE->data, sizeo in issue_assocreq()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java50 import ohos.global.icu.impl.data.ResourceReader;
51 import ohos.global.icu.impl.data.TokenIterator;
190 Object[][] data = new Object[][]{ in Test10419RoundingWith0FractionDigits()
201 for (Object[] item : data) { in Test10419RoundingWith0FractionDigits()
451 // the data are: in TestSpaceParsing()
656 // the data are: in TestDecimalFormatCurrencyParse()
764 // the data are: in TestCurrencyIsoPluralFormat()
3673 // data and only uses the one in DecimalFormatSymbols. in TestLenientSymbolParsing()
4471 for (String[] data : tests) { in TestAccountingCurrency()
4472 ULocale loc = new ULocale(data[ in TestAccountingCurrency()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java49 import com.ibm.icu.impl.data.ResourceReader;
50 import com.ibm.icu.impl.data.TokenIterator;
187 Object[][] data = new Object[][]{ in Test10419RoundingWith0FractionDigits()
198 for (Object[] item : data) { in Test10419RoundingWith0FractionDigits()
448 // the data are: in TestSpaceParsing()
653 // the data are: in TestDecimalFormatCurrencyParse()
761 // the data are: in TestCurrencyIsoPluralFormat()
3670 // data and only uses the one in DecimalFormatSymbols. in TestLenientSymbolParsing()
4471 for (String[] data : tests) { in TestAccountingCurrency()
4472 ULocale loc = new ULocale(data[ in TestAccountingCurrency()
[all...]
/third_party/python/Lib/test/
H A Ddatetimetester.py196 # carry no data), but they need to be picklable anyway else
1601 for data in tests:
1603 derived = loads(data, encoding='latin1')
2373 for data in tests:
2375 derived = loads(data, encoding='latin1')
3614 for i, (data, args) in enumerate(tests):
3618 derived = loads(data, encoding='latin1')
4019 for data in tests:
4021 derived = loads(data, encoding='latin1')
4022 self.assertEqual(derived, expected, repr(data))
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1076 vki.getPhysicalDeviceFragmentShadingRatesKHR(physicalDevice, &supportedFragmentShadingRateCount, supportedFragmentShadingRates.data()); in checkFragmentShadingRateRequirements()
1357 m_multisampleStateParams.pSampleMask = m_sampleMask.data(); in MultisampleTest()
1530 sampleMask.data(), // const VkSampleMask* pSampleMask; in getSampleMaskStateParams()
2405 multisampleParams.pSampleMask = sampleMask.data();
2416 multisampleParams.pSampleMask = sampleMask.data();
2933 enableSampleMask ? m_sampleMask.data() : DE_NULL, // const VkSampleMask* pSampleMask;
4184 attachments.data(), // const VkPipelineColorBlendAttachmentState* pAttachments;
5088 renderPassCreateInfo.pSubpasses = subpassesVector.data();
5307 deMemcpy(vertexAlloc.getHostPtr(), vertices.data(), vertexBufferSize);
5426 deMemcpy(bufferValues.data(), allo
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp223 //! Utility function for getting the name of a data type.
1083 deUint8* const data = new deUint8[sizeof(value)]; in bind() local
1085 deMemcpy(data, &value, sizeof(value)); in bind()
1086 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind()
1092 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() local
1094 return *reinterpret_cast<typename Traits<T>::IVal*>(data); in lookup()
6241 inputs.in0.data(), inputs.in1.data(), inputs.in2.data(), inputs.in3.data(),
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp478 return {StringRef(Strtab.data() + Record[0], Record[1]), Record.slice(2)}; in readNameFromStrtab()
2021 StringRef NameStr(ValueName.data(), ValueName.size()); in recordValue()
2211 BB->setName(StringRef(ValueName.data(), ValueName.size())); in parseValueSymbolTable()
3189 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord()
3303 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18])); in parseFunctionRecord()
3392 StringRef(Strtab.data() + Record[OpNum], Record[OpNum + 1])); in parseGlobalIndirectSymbolRecord()
3654 // Upgrade data layout string. in parseModule()
5697 Wpd.SingleImplName = {Strtab.data() + Record[Slot], in parseWholeProgramDevirtResolution()
5711 {Strtab.data() + Record[Slot], static_cast<size_t>(Record[Slot + 1])}); in parseTypeIdSummaryRecord()
5738 {Strtab.data() in parseTypeIdCompatibleVtableSummaryRecord()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1073 vki.getPhysicalDeviceFragmentShadingRatesKHR(physicalDevice, &supportedFragmentShadingRateCount, supportedFragmentShadingRates.data()); in checkFragmentShadingRateRequirements()
1337 m_multisampleStateParams.pSampleMask = m_sampleMask.data(); in MultisampleTest()
1513 sampleMask.data(), // const VkSampleMask* pSampleMask; in getSampleMaskStateParams()
2353 multisampleParams.pSampleMask = sampleMask.data();
2364 multisampleParams.pSampleMask = sampleMask.data();
2842 enableSampleMask ? m_sampleMask.data() : DE_NULL, // const VkSampleMask* pSampleMask;
4086 attachments.data(), // const VkPipelineColorBlendAttachmentState* pAttachments;
4817 renderPassCreateInfo.pSubpasses = subpassesVector.data();
5034 deMemcpy(vertexAlloc.getHostPtr(), vertices.data(), vertexBufferSize);
5153 deMemcpy(bufferValues.data(), allo
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp224 //! Utility function for getting the name of a data type.
1084 deUint8* const data = new deUint8[sizeof(value)]; in bind() local
1086 deMemcpy(data, &value, sizeof(value)); in bind()
1087 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind()
1093 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() local
1095 return *reinterpret_cast<typename Traits<T>::IVal*>(data); in lookup()
6230 inputs.in0.data(), inputs.in1.data(), inputs.in2.data(), inputs.in3.data(),
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c1382 * handshake, i.e., when the interface is ready for data in wpas_group_formation_completed()
1488 const u8 *data, size_t data_len, in wpas_p2p_send_action_tx_status()
1782 static void p2p_go_configured(void *ctx, void *data) in p2p_go_configured() argument
1785 struct p2p_go_neg_results *params = data; in p2p_go_configured()
1847 "P2P: Start group formation timeout of %d seconds until first data connection on GO", in p2p_go_configured()
3293 "data matching with invitation"); in wpas_invitation_result()
4016 * the feature capability data exceeds the string buffer size. in wpas_p2ps_get_feat_cap_str()
4437 * @global: Pointer to global data from wpa_supplicant_init()
4438 * @wpa_s: Pointer to wpa_supplicant data from wpa_supplicant_add_iface()
4632 * wpas_p2p_deinit - Deinitialize per-interface P2P data
1484 wpas_p2p_send_action_tx_status(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) wpas_p2p_send_action_tx_status() argument
7018 wpas_p2p_rx_action(struct wpa_supplicant *wpa_s, const u8 *da, const u8 *sa, const u8 *bssid, u8 category, const u8 *data, size_t len, int freq) wpas_p2p_rx_action() argument
8770 wpas_p2p_nfc_connection_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *data, int sel, int tag, int forced_freq) wpas_p2p_nfc_connection_handover() argument
8935 wpas_p2p_nfc_tag_process(struct wpa_supplicant *wpa_s, const struct wpabuf *data, int forced_freq) wpas_p2p_nfc_tag_process() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcore.c390 * - data reads do not include code reads (comparable to earlier tables)
391 * - data counts include speculative execution (except L1 write, dtlb, bpu)
774 * - data reads do not include code reads (comparable to earlier tables)
775 * - data counts include speculative execution (except L1 write, dtlb, bpu)
2587 struct perf_sample_data data; in handle_pmi_common() local
2636 x86_pmu.drain_pebs(regs, &data); in handle_pmi_common()
2691 perf_sample_data_init(&data, 0, event->hw.last_period); in handle_pmi_common()
2694 data.br_stack = &cpuc->lbr_stack; in handle_pmi_common()
2696 if (perf_event_overflow(event, &data, regs)) in handle_pmi_common()
4060 static void flip_smm_bit(void *data) in flip_smm_bit() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dcipher.c115 * catch SPU message headers and the response data.
120 * @chunksize: Number of bytes of response data expected
141 u32 datalen; /* Number of bytes of response data expected */ in spu_skcipher_rx_sg_create()
180 * headers and the request data.
185 * @chunksize: Number of bytes of request data
204 u32 datalen; /* Number of bytes of response data expected */ in spu_skcipher_tx_sg_create()
284 * data.
293 * to synchronize access to request data structures.
310 int chunk_start; /* Beginning of data for current SPU msg */ in handle_skcipher_req()
480 /* See how much data wa in handle_skcipher_resp()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c37 MODULE_PARM_DESC(rx_frag_size, "Size of a fragment that holds rcvd data.");
1007 busaddr = dma_map_single(dev, skb->data, len, DMA_TO_DEVICE); in be_xmit_enqueue()
1093 struct ethhdr *eh = (struct ethhdr *)skb->data; in be_ipv6_exthdr_check()
1097 struct ipv6hdr *ip6h = (struct ipv6hdr *)(skb->data + offset); in be_ipv6_exthdr_check()
1103 (struct ipv6_opt_hdr *)(skb->data + offset); in be_ipv6_exthdr_check()
1302 struct ethhdr *eh = (struct ethhdr *)(*skb)->data; in be_send_pkt_to_bmc()
2304 /* Throwaway the data in the Rx completion */
2334 /* Copy data in the first descriptor of this completion */ in skb_fill_rx_data()
2339 memcpy(skb->data, start, curr_frag_len); in skb_fill_rx_data()
2340 /* Complete packet has now been moved to data */ in skb_fill_rx_data()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c28 * The layout of data is defined by
37 * The data to be stored is divided into chunks using chunksize. Each device
91 static void * r10bio_pool_alloc(gfp_t gfp_flags, void *data) in r10bio_pool_alloc() argument
93 struct r10conf *conf = data; in r10bio_pool_alloc()
116 static void * r10buf_pool_alloc(gfp_t gfp_flags, void *data) in r10buf_pool_alloc() argument
118 struct r10conf *conf = data; in r10buf_pool_alloc()
160 * Allocate RESYNC_PAGES data pages and attach them in r10buf_pool_alloc()
210 static void r10buf_pool_free(void *__r10_bio, void *data) in r10buf_pool_free() argument
212 struct r10conf *conf = data; in r10buf_pool_free()
500 * such device for properly reading the data bac in raid10_end_write_request()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c369 * if there is no data transfer and if we are not in LPI state,
1443 "SKB addresses:\nskb\t\tskb data\tdma data\n"); in init_dma_rx_desc_rings()
2435 * @t: data pointer
3255 des = dma_map_single(priv->device, skb->data, skb_headlen(skb), in stmmac_tso_xmit()
3388 print_pkt(skb->data, skb_headlen(skb)); in stmmac_tso_xmit()
3576 print_pkt(skb->data, skb->len); in stmmac_xmit()
3599 des = dma_map_single(priv->device, skb->data, in stmmac_xmit()
3675 memmove(skb->data + VLAN_HLEN, veth, ETH_ALEN * 2); in stmmac_rx_vlan()
3726 * data in stmmac_rx_refill()
4640 unsigned char *data = (unsigned char *)&vid_le; stmmac_vid_crc32_le() local
[all...]

Completed in 165 milliseconds

1...<<1801180218031804180518061807180818091810>>...1905