| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_suballoc.h | 50 unsigned offset; /* Aligned offset pointing at the first unused byte. */ member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_emit.h | 37 unsigned offset, size; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | IndexRangeCache.h | 52 size_t offset; member
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | push_constant.h | 56 uint32_t offset = 0; member
|
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnRingBuffer.cpp | 33 size_t offset = fOffset; in allocate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Stream.hpp | 29 unsigned int offset = 0; member
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | plurfmt.h | 561 double offset; member in PluralFormat [all...] |
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | Utils.cs | 26 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 D | memory_output_stream.cc | 46 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 D | header.cc | 44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header() argument
|
| /third_party/python/Modules/_sqlite/ |
| H A D | blob.h | 16 int offset; member
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | ByteOutput.java | 72 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 D | cord_rep_btree_reader.cc | 36 const size_t offset = chunk_size ? edge->length - chunk_size : 0; in Read() local
|
| /third_party/skia/gm/ |
| H A D | pixelsnap.cpp | 51 SkString offset; member in PixelSnapGM
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextShadow.cpp | 9 TextShadow::TextShadow(SkColor color, SkPoint offset, double blurSigma) in TextShadow() argument
|
| /third_party/skia/fuzz/ |
| H A D | FuzzPolyUtils.cpp | 34 SkScalar offset; in DEF_FUZZ() local
|
| /third_party/skia/docs/examples/ |
| H A D | Bitmap_extractAlpha_2.cpp | 23 SkIPoint offset; in REG_FIDDLE() local
|
| H A D | Image_makeWithFilter.cpp | 14 SkIPoint offset; in REG_FIDDLE() local
|
| H A D | ImageInfo_computeOffset.cpp | 22 size_t offset = imageInfo.computeOffset(2, 3, sizeof(pixels[0])); in REG_FIDDLE() local
|
| /third_party/rust/crates/nix/test/ |
| H A D | test_sendfile.rs | 25 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 D | ioremap.c | 17 unsigned long offset = paddr & ~PAGE_MASK; in xtensa_ioremap() local
|
| /kernel/linux/linux-5.10/drivers/bcma/ |
| H A D | driver_chipcommon_b.c | 33 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 D | sg_sw_qm.h | 13 __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 D | ipmi_si_port_io.c | 6 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 D | clkgen.h | 16 unsigned int offset; member
|