Home
last modified time | relevance | path

Searched refs:data (Results 10351 - 10375 of 15795) sorted by relevance

1...<<411412413414415416417418419420>>...632

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexFormatTests.cpp30 std::vector<uint16_t> Float32ToFloat16(std::vector<float> data) { in Float32ToFloat16() argument
32 for (auto& element : data) { in Float32ToFloat16()
39 std::vector<destType> BitCast(std::vector<srcType> data) { in BitCast() argument
41 for (auto& element : data) { in BitCast()
386 device, vertex.data(), vertex.size() * sizeof(VertexType), wgpu::BufferUsage::Vertex); in DoVertexFormatTest()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.cpp259 submitInfo.pWaitSemaphores = AsVkArray(mRecordingContext.waitSemaphores.data()); in SubmitPendingCommands()
260 submitInfo.pWaitDstStageMask = dstStageMasks.data(); in SubmitPendingCommands()
265 submitInfo.pSignalSemaphores = AsVkArray(mRecordingContext.signalSemaphores.data()); in SubmitPendingCommands()
437 createInfo.pQueueCreateInfos = queuesToRequest.data(); in CreateDevice()
441 createInfo.ppEnabledExtensionNames = extensionNames.data(); in CreateDevice()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp193 OS.write(reinterpret_cast<char *>(FillData.data()), Size); in ZeroFillBytes()
199 OS.write(reinterpret_cast<char *>(FillData.data()), Size); in Fill()
238 OS.write(reinterpret_cast<const char *>(LC.PayloadBytes.data()), in writeLoadCommands()
272 // Zero Fill any data between the end of the last thing we wrote and the in writeSectionData()
276 "Wrote too much data somewhere, section offsets don't line up."); in writeSectionData()
308 // Fill section data with 0xDEADBEEF. in writeSectionData()
318 // Old PPC Object Files didn't have __LINKEDIT segments, the data was just in writeSectionData()
337 OS.write(Opcode.Symbol.data(), Opcode.Symbol.size()); in writeBindOpcodes()
463 OS.write(Str.data(), Str.size()); in writeStringTable()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp65 RuleBasedBreakIterator::RuleBasedBreakIterator(RBBIDataHeader* data, UErrorCode &status) in RuleBasedBreakIterator() argument
69 fData = new RBBIDataWrapper(data, status); // status checked in constructor in RuleBasedBreakIterator()
102 const RBBIDataHeader *data = (const RBBIDataHeader *)compiledRules; in RuleBasedBreakIterator() local
103 if (data->fLength > ruleLength) { in RuleBasedBreakIterator()
107 fData = new RBBIDataWrapper(data, RBBIDataWrapper::kDontAdopt, status); in RuleBasedBreakIterator()
127 // stored in an ICU data file.
524 * Intended for use with text data originating in Java (garbage collected) environments
525 * where the data may be moved in memory at arbitrary times.
1101 // for use by build system tools that save the data
/third_party/python/Lib/tomllib/
H A D_parser.py132 return out.data.dict
228 data: NestedDict
293 out.data.get_or_create_nest(key)
314 out.data.append_nest_to_list(key)
345 nest = out.data.get_or_create_nest(abs_key_parent)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_invitation.c175 const u8 *data, size_t len, int rx_freq) in p2p_process_invitation_req()
194 if (p2p_parse(data, len, &msg)) in p2p_process_invitation_req()
202 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1, in p2p_process_invitation_req()
395 * Store copy of invitation data to be used when processing TX status in p2p_process_invitation_req()
432 const u8 *data, size_t len) in p2p_process_invitation_resp()
456 if (p2p_parse(data, len, &msg)) { in p2p_process_invitation_resp()
174 p2p_process_invitation_req(struct p2p_data *p2p, const u8 *sa, const u8 *data, size_t len, int rx_freq) p2p_process_invitation_req() argument
431 p2p_process_invitation_resp(struct p2p_data *p2p, const u8 *sa, const u8 *data, size_t len) p2p_process_invitation_resp() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dibss_rsn.c79 static u8 * supp_alloc_eapol(void *ctx, u8 type, const void *data, in supp_alloc_eapol() argument
96 if (data) in supp_alloc_eapol()
97 os_memcpy(hdr + 1, data, data_len); in supp_alloc_eapol()
279 static int auth_send_eapol(void *ctx, const u8 *addr, const u8 *data, in auth_send_eapol() argument
290 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data, in auth_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_invitation.c182 const u8 *data, size_t len, int rx_freq) in p2p_process_invitation_req()
205 if (p2p_parse(data, len, &msg)) in p2p_process_invitation_req()
213 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1, in p2p_process_invitation_req()
444 * Store copy of invitation data to be used when processing TX status in p2p_process_invitation_req()
484 const u8 *data, size_t len) in p2p_process_invitation_resp()
508 if (p2p_parse(data, len, &msg)) { in p2p_process_invitation_resp()
181 p2p_process_invitation_req(struct p2p_data *p2p, const u8 *sa, const u8 *data, size_t len, int rx_freq) p2p_process_invitation_req() argument
483 p2p_process_invitation_resp(struct p2p_data *p2p, const u8 *sa, const u8 *data, size_t len) p2p_process_invitation_resp() argument
/third_party/ffmpeg/libavcodec/
H A Dh264_parse.h123 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps,
H A Dh2645_parse.h35 const uint8_t *data; member
39 * Size, in bits, of just the data, excluding the stop bit and any trailing
99 * If data == raw_data holds true for a NAL unit of the returned pkt, then
101 * the data is contained in the input buffer pointed to by buf.
102 * Otherwise, the unescaped data is part of the rbsp_buffer described by the
H A Dnvdec_mjpeg.c47 fdd = (FrameDecodeData*)cur_frame->private_ref->data; in nvdec_mjpeg_start_frame()
H A Dmpl2dec.c71 const char *ptr = avpkt->data; in mpl2_decode_frame()
H A Dsbc.h73 /* extra bits of precision for the synthesis filter input data */
77 * Enforce 16 byte alignment for the data, which is supposed to be used
117 uint8_t ff_sbc_crc8(const AVCRC *crc_ctx, const uint8_t *data, size_t len);
H A Dvdpau_internal.h40 return (uintptr_t)pic->data[3]; in ff_vdpau_get_surface_id()
H A Drealtextdec.c63 const char *ptr = avpkt->data; in realtext_decode_frame()
H A Dsubviewerdec.c54 const char *ptr = avpkt->data; in subviewer_decode_frame()
/third_party/elfutils/libelf/
H A Delf_getshdrnum.c65 *dst = 1 + elf->state.elf.scns_last->data[idx - 1].index; in __elf_getshdrnum_rdlock()
/third_party/ffmpeg/libavcodec/mips/
H A Didctdsp_mips.h36 void ff_j_rev_dct_msa(int16_t *data);
/third_party/curl/tests/libtest/
H A Dlib507.c88 i = msg->data.result; in test()
H A Dlib1552.c81 i = msg->data.result; in test()
/third_party/elfutils/libasm/
H A Dasm_newcomsym.c46 .data = {
/third_party/curl/tests/server/
H A Dutil.h28 char *data_to_hex(char *data, size_t len);
32 #define TEST_DATA_PATH "%s/data/test%ld"
36 /* global variable, where to find the 'data' dir */
/third_party/elfio/tests/elf_examples/
H A Dasm.s18 section .data
/third_party/ffmpeg/libavfilter/
H A Dqp_table.c42 par = (AVVideoEncParams*)sd->data; in ff_qp_table_extract()
H A Dcolorspacedsp.h61 * of intermediate RGB data. */
63 /* Convert intermediate RGB data (15bpp, internal format) into YUV data and
73 * (our internal data format) */
74 void (*multiply3x3)(int16_t *data[3], ptrdiff_t stride,

Completed in 22 milliseconds

1...<<411412413414415416417418419420>>...632