Home
last modified time | relevance | path

Searched defs:write (Results 526 - 550 of 624) sorted by relevance

1...<<2122232425

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); member
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp831 SResource::write(UNewDataMemory *mem, uint32_t *byteOffset) { in write() function in SResource
850 void SRBRoot::write(const char *outputDir, const char *outputPkg, in write() function in SRBRoot
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp831 SResource::write(UNewDataMemory *mem, uint32_t *byteOffset) { in write() function in SResource
850 void SRBRoot::write(const char *outputDir, const char *outputPkg, in write() function in SRBRoot
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_emit.c583 gfx7_set_dp_scratch_message(struct brw_codegen *p, brw_inst *inst, bool write, bool dword, bool invalidate_after_read, unsigned num_regs, unsigned addr_offset, unsigned mlen, unsigned rlen, bool header_present) gfx7_set_dp_scratch_message() argument
[all...]
H A Dbrw_eu.h712 brw_dp_untyped_surface_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned num_channels, bool write) brw_dp_untyped_surface_rw_desc() argument
766 brw_dp_byte_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned bit_size, bool write) brw_dp_byte_scattered_rw_desc() argument
787 brw_dp_dword_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, bool write) brw_dp_dword_scattered_rw_desc() argument
818 brw_dp_oword_block_rw_desc(const struct intel_device_info *devinfo, bool align_16B, unsigned num_dwords, bool write) brw_dp_oword_block_rw_desc() argument
838 brw_dp_a64_untyped_surface_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned num_channels, bool write) brw_dp_a64_untyped_surface_rw_desc() argument
863 brw_dp_a64_oword_block_rw_desc(const struct intel_device_info *devinfo, bool align_16B, unsigned num_dwords, bool write) brw_dp_a64_oword_block_rw_desc() argument
901 brw_dp_a64_byte_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned bit_size, bool write) brw_dp_a64_byte_scattered_rw_desc() argument
1006 brw_dp_typed_surface_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned exec_group, unsigned num_channels, bool write) brw_dp_typed_surface_rw_desc() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c761 bool write = (mask & (1 << i)) != 0; in print_ldst_mask() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h49 unsigned write; member
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1954 int write; in uvwasi_path_open() local
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs2698 pub fn write<'a>(&self, mut writer: Box<dyn Write + 'a>) -> io::Result<()> { in write() functions
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs1161 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() functions
/third_party/python/Lib/idlelib/
H A Dpyshell.py813 def write(sel member in ModifiedInterpreter
1420 def write(self, s, tags=()): global() member in PyShell
[all...]
/third_party/python/Lib/
H A Dtarfile.py329 def write(self, s): member in _LowLevelFile
433 def write(self, s): member in _Stream
[all...]
H A Dssl.py924 def write(self, data): member in SSLObject
1175 def write(self, data): member in SSLSocket
H A Dast.py729 def write(self, *text): member in _Unparser
[all...]
H A Dpickle.py241 def write(self, data): member in _Framer
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp354 const VkWriteDescriptorSet write = in pushBufferDescriptor() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp1217 VkWriteDescriptorSet write = {}; in writeDescriptorSets() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp2403 const VkWriteDescriptorSet write = in createDescriptorSet() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp240 const bool write = access ? (!read || (rnd.getFloat() < writeWeight)) : false; in generateBufferVar() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp37 template <class T> static void write(bool isBE, void *P, T V) { in write() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp178 template <typename T> void write(T Val) { in write() function
357 template <typename T> void SymbolTableWriter::write(T Value) { in write() function in SymbolTableWriter
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp208 static void write(SkWStream* o, const char* s) { in write() function
221 static void write(SkWStream* o, Op op) { in write() function
224 static void write(SkWStream* o, Ptr p) { in write() function
228 static void write(SkWStream* o, V v) { in write() function
232 static void write(SkWStream* o, R r) { in write() function
236 static void write(SkWStrea in write() function
239 static void write(SkWStream* o, Splat s) { write() function
247 static void write(SkWStream* o, Hex h) { write() function
250 static void write(SkWStream* o, Line d) { write() function
254 static void write(SkWStream* o, VarSlot s) { write() function
258 static void write(SkWStream* o, VarType n) { write() function
269 static void write(SkWStream* o, CallType n) { write() function
280 static void write(SkWStream* o, T first, Ts... rest) { write() function
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp544 void Blitter::write(Float4 &c, Pointer<Byte> element, const State &state) in write() function in sw::Blitter
1174 void Blitter::write(Int4 &c, Pointer<Byte> element, const State &state) in write() function in sw::Blitter
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp831 SResource::write(UNewDataMemory *mem, uint32_t *byteOffset) { in write() function in SResource
850 void SRBRoot::write(const char *outputDir, const char *outputPkg, in write() function in SRBRoot
[all...]

Completed in 52 milliseconds

1...<<2122232425