Home
last modified time | relevance | path

Searched defs:offset (Results 251 - 275 of 16143) sorted by relevance

1...<<11121314151617181920>>...646

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.h50 unsigned offset; /* Aligned offset pointing at the first unused byte. */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.h37 unsigned offset, size; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DIndexRangeCache.h52 size_t offset; member
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpush_constant.h56 uint32_t offset = 0; member
/third_party/skia/src/gpu/dawn/
H A DGrDawnRingBuffer.cpp33 size_t offset = fOffset; in allocate() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DStream.hpp29 unsigned int offset = 0; member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dplurfmt.h561 double offset; member in PluralFormat
[all...]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DUtils.cs26 internal static void FillWithZeroes(byte[] dest, int offset, int length) in FillWithZeroes() argument
48 internal static void FillWithZeroes(int[] dest, int offset, int length) in FillWithZeroes() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc46 void MemoryOutputStream::Write(uint8_t* buffer, int32_t offset, int32_t length) { in Write() argument
31 Write(std::vector<uint8_t>* buffer, int32_t offset, int32_t length) Write() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dheader.cc44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header() argument
/third_party/python/Modules/_sqlite/
H A Dblob.h16 int offset; member
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteOutput.java72 public abstract void write(byte[] value, int offset, int length) throws IOException; in write() argument
87 public abstract void writeLazy(byte[] value, int offset, int length) throws IOException; in writeLazy() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_reader.cc36 const size_t offset = chunk_size ? edge->length - chunk_size : 0; in Read() local
/third_party/skia/gm/
H A Dpixelsnap.cpp51 SkString offset; member in PixelSnapGM
/third_party/skia/modules/skparagraph/src/
H A DTextShadow.cpp9 TextShadow::TextShadow(SkColor color, SkPoint offset, double blurSigma) in TextShadow() argument
/third_party/skia/fuzz/
H A DFuzzPolyUtils.cpp34 SkScalar offset; in DEF_FUZZ() local
/third_party/skia/docs/examples/
H A DBitmap_extractAlpha_2.cpp23 SkIPoint offset; in REG_FIDDLE() local
H A DImage_makeWithFilter.cpp14 SkIPoint offset; in REG_FIDDLE() local
H A DImageInfo_computeOffset.cpp22 size_t offset = imageInfo.computeOffset(2, 3, sizeof(pixels[0])); in REG_FIDDLE() local
/third_party/rust/crates/nix/test/
H A Dtest_sendfile.rs25 let mut offset: off_t = 5; in test_sendfile_linux() variables
47 let mut offset: libc::off64_t = 5; in test_sendfile64_linux() variables
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dioremap.c17 unsigned long offset = paddr & ~PAGE_MASK; in xtensa_ioremap() local
/kernel/linux/linux-5.10/drivers/bcma/
H A Ddriver_chipcommon_b.c33 void bcma_chipco_b_mii_write(struct bcma_drv_cc_b *ccb, u32 offset, u32 value) in bcma_chipco_b_mii_write() argument
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dsg_sw_qm.h13 __dma_to_qm_sg(struct qm_sg_entry *qm_sg_ptr, dma_addr_t dma, u16 offset) __dma_to_qm_sg() argument
22 dma_to_qm_sg_one(struct qm_sg_entry *qm_sg_ptr, dma_addr_t dma, u32 len, u16 offset) dma_to_qm_sg_one() argument
29 dma_to_qm_sg_one_last(struct qm_sg_entry *qm_sg_ptr, dma_addr_t dma, u32 len, u16 offset) dma_to_qm_sg_one_last() argument
36 dma_to_qm_sg_one_ext(struct qm_sg_entry *qm_sg_ptr, dma_addr_t dma, u32 len, u16 offset) dma_to_qm_sg_one_ext() argument
43 dma_to_qm_sg_one_last_ext(struct qm_sg_entry *qm_sg_ptr, dma_addr_t dma, u32 len, u16 offset) dma_to_qm_sg_one_last_ext() argument
57 sg_to_qm_sg(struct scatterlist *sg, int len, struct qm_sg_entry *qm_sg_ptr, u16 offset) sg_to_qm_sg() argument
78 sg_to_qm_sg_last(struct scatterlist *sg, int len, struct qm_sg_entry *qm_sg_ptr, u16 offset) sg_to_qm_sg_last() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_si_port_io.c6 static unsigned char port_inb(const struct si_sm_io *io, unsigned int offset) in port_inb() argument
13 static void port_outb(const struct si_sm_io *io, unsigned int offset, in port_outb() argument
21 static unsigned char port_inw(const struct si_sm_io *io, unsigned int offset) in port_inw() argument
28 static void port_outw(const struct si_sm_io *io, unsigned int offset, in port_outw() argument
36 static unsigned char port_inl(const struct si_sm_io *io, unsigned int offset) in port_inl() argument
43 port_outl(const struct si_sm_io *io, unsigned int offset, unsigned char b) port_outl() argument
[all...]
/kernel/linux/linux-5.10/drivers/clk/st/
H A Dclkgen.h16 unsigned int offset; member

Completed in 8 milliseconds

1...<<11121314151617181920>>...646