Home
last modified time | relevance | path

Searched refs:data (Results 16526 - 16550 of 17044) sorted by relevance

1...<<661662663664665666667668669670>>...682

/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc1144 // Prefer constant pool if data is likely to be patched. in UseMovImmediateLoad()
1257 // The immediate encoding format is composed of 8 bits of data and 4 in AddrMode1()
2961 // Type of data to read from or write to VFP register.
5193 // Some internal data structures overflow for very large buffers, in GrowBuffer()
5204 // Copy the data. in GrowBuffer()
5226 void Assembler::db(uint8_t data) { in db() argument
5227 // db is used to write raw data. The constant pool should be emitted or in db()
5231 *reinterpret_cast<uint8_t*>(pc_) = data; in db()
5235 void Assembler::dd(uint32_t data, RelocInfo::Mode rmode) { in dd() argument
5236 // dd is used to write raw data in dd()
5245 base::WriteUnalignedValue(reinterpret_cast<Address>(pc_), data); dd() local
5263 RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) RecordRelocInfo() argument
5266 RelocInfo rinfo(reinterpret_cast<Address>(pc_), rmode, data, Code()); RecordRelocInfo() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc455 "Copying data properties"); in SetOrCopyDataProperties()
1210 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in GetPropertyWithInterceptorInternal()
1243 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in GetPropertyAttributesWithInterceptorInternal()
1292 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in SetPropertyWithInterceptorInternal()
1326 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in DefinePropertyWithInterceptorInternal()
1445 // 2c i. If O is not undefined, create an own data property named P of in ValidateAndApplyPropertyDescriptor()
1547 // from a data property to an accessor property. Preserve the existing in ValidateAndApplyPropertyDescriptor()
1554 // from an accessor property to a data property. Preserve the existing in ValidateAndApplyPropertyDescriptor()
1798 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in GetPropertyDescriptorWithInterceptor()
1855 // 5. If X is a data propert in GetOwnPropertyDescriptor()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1154 // Emit various pieces of data attached to a module. in writeModuleInfo()
2126 // FIXME: Only store metadata for declarations here, and move data for global in writeModuleMetadata()
3048 /// Write a GlobalValue VST to the module. The purpose of this data structure is
4217 Vals[Pos / 4] = support::endian::read32be(Hash.data() + Pos); in writeModuleHash()
4414 {Symtab.data(), Symtab.size()}); in writeSymtab()
4423 StrtabBuilder.write((uint8_t *)Strtab.data()); in writeStrtab()
4426 {Strtab.data(), Strtab.size()}); in writeStrtab()
4746 ArrayRef<uint8_t>((const uint8_t *)OS.str().data(), OS.str().size()); in EmbedBitcodeInModule()
4773 ArrayRef<uint8_t> CmdData(const_cast<uint8_t *>(CmdArgs->data()), in EmbedBitcodeInModule()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h182 // A literal is a 32-bit or 64-bit piece of data stored in the instruction
456 // and data that has already been emitted into the buffer.
1279 // Load double-word with pointer authentication, using data key A and a
1283 // Load double-word with pointer authentication, using data key B and a
2186 // System data cache operation.
7105 // Emit 32 bits of data into the instruction stream.
7106 void dc32(uint32_t data) { dc(data); }
7108 // Emit 64 bits of data into the instruction stream.
7109 void dc64(uint64_t data) { d
[all...]
/third_party/typescript/lib/
H A Dtypescript.js2035 * ordered data for UI presentation. Characters with multiple unicode representations may
6131 function generateDjb2Hash(data) {
6133 for (var i = 0; i < data.length; i++) {
6134 acc = ((acc << 5) + acc) + data.charCodeAt(i);
7047 sys.writeFile = function (path, data, writeBom) {
7048 return ts.writeFileEnsuringDirectories(path, data, !!writeBom, function (path, data, writeByteOrderMark) { return originalWriteFile.call(sys, path, data, writeByteOrderMark); }, function (path) { return sys.createDirectory(path); }, function (path) { return sys.directoryExists(path); });
7412 function writeFile(fileName, data, writeByteOrderMark) {
7416 data
[all...]
H A DtypescriptServices.js2035 * ordered data for UI presentation. Characters with multiple unicode representations may
6131 function generateDjb2Hash(data) {
6133 for (var i = 0; i < data.length; i++) {
6134 acc = ((acc << 5) + acc) + data.charCodeAt(i);
7047 sys.writeFile = function (path, data, writeBom) {
7048 return ts.writeFileEnsuringDirectories(path, data, !!writeBom, function (path, data, writeByteOrderMark) { return originalWriteFile.call(sys, path, data, writeByteOrderMark); }, function (path) { return sys.createDirectory(path); }, function (path) { return sys.directoryExists(path); });
7412 function writeFile(fileName, data, writeByteOrderMark) {
7416 data
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1045 const Byte *data, size_t dataSize)
1067 if (sig.Size() <= dataSize && TestSignature(data, sig, sig.Size()))
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp77 void *data);
364 void *data) in mem_vectorize_callback()
360 mem_vectorize_callback( unsigned align_mul, unsigned align_offset, unsigned bit_size, unsigned num_components, nir_intrinsic_instr *low, nir_intrinsic_instr *high, void *data) mem_vectorize_callback() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp121 * floats. The offsets for these data types must be 64-bit in brw_reg_from_fs_reg()
420 /* Check runtime bit to detect if we have to send AA data or not */ in generate_fb_write()
433 /* Don't send AA data */ in generate_fb_write()
1640 /* Our surface is set up as floats, regardless of what actual data is in generate_varying_pull_constant_load_gfx4()
1721 * the destination data type must be Word (W). in generate_pack_half_2x16_split()
2631 fs_generator::add_const_data(void *data, unsigned size) in add_const_data() argument
2636 prog_data->const_data_offset = brw_append_data(p, data, size, 32); in add_const_data()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c347 This method doesn't read data from the bit reader, BUT drops the amount of
440 /* Decodes the next Huffman code using data prepared by PreloadSymbol.
1408 If we know the data size is small, do not allocate more ring buffer
1920 if (BROTLI_PREDICT_FALSE(!words->data)) { in ProcessCommandsInternal()
1924 const uint8_t* word = &words->data[offset]; in ProcessCommandsInternal()
2062 to complete decoding; all input data MUST be consumed by decoder, so
2067 - when result is "success" decoder MUST return all unused data back to input
2074 /* Ensure that |total_out| is set, even if no data will ever be pushed out. */ in BrotliDecoderDecompressStream()
2092 be required to complete the transaction -> reading more data must be in BrotliDecoderDecompressStream()
2123 /* Not enough data i in BrotliDecoderDecompressStream()
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/
H A Ddes-586.S1133 # Load the data words
1258 # Load the data words
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/
H A Ddes-586.S1133 # Load the data words
1258 # Load the data words
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/
H A Ddes-586.S1128 # Load the data words
1252 # Load the data words
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/
H A Ddes-586.S1128 # Load the data words
1252 # Load the data words
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc173 Switch(elements_kind, &unexpected_instance_type, elements_kinds.data(), in GenerateIteratingTypedArrayBuiltinBody()
174 label_ptrs.data(), labels.size()); in GenerateIteratingTypedArrayBuiltinBody()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1810 unsigned data) in emit_property()
1819 out[1].prop_data.Data = data; in emit_property()
1808 emit_property(struct ureg_program *ureg, unsigned name, unsigned data) emit_property() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c1136 * upload data by copying from a temporary GTT buffer. 8K might not seem much, in resource_create()
1869 // MoltenVk returns blank memory ranges when there should be data present in zink_buffer_map()
2124 unsigned usage, unsigned offset, unsigned size, const void *data) in zink_buffer_subdata()
2140 memcpy(map, data, size); in zink_buffer_subdata()
2123 zink_buffer_subdata(struct pipe_context *ctx, struct pipe_resource *buffer, unsigned usage, unsigned offset, unsigned size, const void *data) zink_buffer_subdata() argument
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-ppc.pl127 mflr $Tbl0 ; vvvvv "distance" between . and 1st data entry
137 mflr $Tbl0 ; vvvvvvvv "distance" between . and 1st data entry
/third_party/python/Lib/
H A Dtarfile.py254 raise exception("unexpected end of data")
260 raise exception("unexpected end of data")
550 raise ReadError("invalid compressed data") from e
606 provides a part of its data as an individual file
621 # Construct a map with data and zero blocks.
669 """Read data from the file.
679 data, start, stop, offset = self.map[self.map_index]
687 if data:
691 raise ReadError("unexpected end of data")
775 # For data, handl
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-ppc.pl127 mflr $Tbl0 ; vvvvv "distance" between . and 1st data entry
137 mflr $Tbl0 ; vvvvvvvv "distance" between . and 1st data entry
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1630 m_vkd.cmdClearColorImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].color, static_cast<deUint32>(subresourceRanges.size()), subresourceRanges.data()); in iterate()
1764 m_vkd.cmdClearDepthStencilImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].depthStencil, static_cast<deUint32>(subresourceRanges.size()), subresourceRanges.data()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp443 // Initialize texture data in setup()
496 // Upload texture data in setup()
566 setUpdateBuilder.writeArray(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(binding), m_samplingType, m_imageCount, descriptorImageInfo.data()); in setup()
1007 // Initialize texture data in setup()
1058 // Upload texture data in setup()
1139 setUpdateBuilder.writeArray(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(binding), m_samplingType, m_imageCount, descriptorImageInfo.data()); in setup()
H A DvktPipelineSamplerTests.cpp1616 // Copy data to vertex buffer. in iterate()
1619 deMemcpy(vertexDataPtr, fullScreenQuad.data(), static_cast<size_t>(vertexBufferSize)); in iterate()
1764 vtxAttributeDescriptions.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp761 void ShaderRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descriptorType, size_t dataSize, const void* data)
766 setupUniformData(bindingLocation, dataSize, data);
808 // Upload data to buffer
1034 // Get copy regions and write buffer data
1327 // Get copy regions and write buffer data
1681 // Upload texture data
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp1498 m_vkd.cmdClearColorImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].color, static_cast<deUint32>(subresourceRanges.size()), subresourceRanges.data()); in iterate()
1632 m_vkd.cmdClearDepthStencilImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].depthStencil, static_cast<deUint32>(subresourceRanges.size()), subresourceRanges.data()); in iterate()

Completed in 116 milliseconds

1...<<661662663664665666667668669670>>...682