/third_party/libfuse/lib/ |
H A D | buffer.c | 42 static ssize_t fuse_buf_write(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_write() argument 52 dst->pos + dst_off); in fuse_buf_write() 69 dst_off += res; in fuse_buf_write() 76 static ssize_t fuse_buf_read(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_read() argument 85 res = pread(src->fd, (char *)dst->mem + dst_off, len, in fuse_buf_read() 88 res = read(src->fd, (char *)dst->mem + dst_off, len); in fuse_buf_read() 102 dst_off += res; in fuse_buf_read() 110 static ssize_t fuse_buf_fd_to_fd(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_fd_to_fd() argument 138 res = fuse_buf_write(dst, dst_off, &tmp, 0, read_len); in fuse_buf_fd_to_fd() 152 dst_off in fuse_buf_fd_to_fd() 161 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument 216 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument 227 fuse_buf_copy_one(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_copy_one() argument [all...] |
/third_party/musl/porting/linux/user/src/time/ |
H A D | __tz.c | 50 static int dst_off; variable 302 __daylight = __timezone = dst_off = 0; in do_tzset() 310 dst_off = -zi_read32(p); in do_tzset() 318 dst_off = __timezone; in do_tzset() 333 dst_off = getoff(&s); in do_tzset() 335 dst_off = __timezone - 3600; in do_tzset() 338 dst_off = __timezone; in do_tzset() 479 t1 += dst_off; in __secs_to_zone() 492 *oppoff = -dst_off; in __secs_to_zone() 499 *offset = -dst_off; in __secs_to_zone() [all...] |
/third_party/musl/src/time/ |
H A D | __tz.c | 40 static int dst_off; variable 376 __daylight = __timezone = dst_off = 0; in do_tzset() 384 dst_off = -zi_read32(p); in do_tzset() 392 dst_off = __timezone; in do_tzset() 407 dst_off = getoff(&s); in do_tzset() 409 dst_off = __timezone - 3600; in do_tzset() 412 dst_off = __timezone; in do_tzset() 558 t1 += dst_off; in __secs_to_zone() 570 if (oppoff) *oppoff = -dst_off; in __secs_to_zone() 576 *offset = -dst_off; in __secs_to_zone() [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_const.c | 51 CP_LOAD_STATE6_0(.dst_off = regid / 4, .state_type = ST6_CONSTANTS, in fd6_emit_const_user() 59 CP_LOAD_STATE6_0(.dst_off = regid / 4, .state_type = ST6_CONSTANTS, in fd6_emit_const_user() 72 uint32_t dst_off = regid / 4; in fd6_emit_const_bo() local 73 assert(dst_off % 4 == 0); in fd6_emit_const_bo() 81 CP_LOAD_STATE6_0(.dst_off = dst_off, .state_type = ST6_CONSTANTS, in fd6_emit_const_bo() 88 CP_LOAD_STATE6_0(.dst_off = dst_off, .state_type = ST6_CONSTANTS, in fd6_emit_const_bo()
|
H A D | fd6_emit.c | 1382 unsigned dst_off, struct pipe_resource *src, unsigned src_off, in fd6_mem_to_mem() 1392 OUT_RELOC(ring, dst_bo, dst_off, 0, 0); in fd6_mem_to_mem() 1395 dst_off += 4; in fd6_mem_to_mem() 1381 fd6_mem_to_mem(struct fd_ringbuffer *ring, struct pipe_resource *dst, unsigned dst_off, struct pipe_resource *src, unsigned src_off, unsigned sizedwords) fd6_mem_to_mem() argument
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | __tz.c | 33 static int dst_off; variable 185 t1 += dst_off; in __secs_to_zone() 197 if (oppoff) *oppoff = -dst_off; in __secs_to_zone() 203 *offset = -dst_off; in __secs_to_zone()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | __tz.c | 37 static int dst_off; variable 191 t1 += dst_off; in __secs_to_zone() 203 if (oppoff) *oppoff = -dst_off; in __secs_to_zone() 209 *offset = -dst_off; in __secs_to_zone()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | __tz.c | 37 static int dst_off; variable 191 t1 += dst_off; in __secs_to_zone() 203 if (oppoff) *oppoff = -dst_off; in __secs_to_zone() 209 *offset = -dst_off; in __secs_to_zone()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | fat.c | 1143 off_t dst_off, src_off; in copyfat() local 1159 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat() 1160 dst_off *= boot->bpbBytesPerSec; in copyfat() 1163 i++, src_off += fat32_cache_size, dst_off += fat32_cache_size) { in copyfat() 1174 if ((lseek(fd, dst_off, SEEK_SET) != dst_off || in copyfat()
|
/third_party/libbpf/src/ |
H A D | linker.c | 33 int dst_off; member 1147 src->dst_off = dst_align_sz; in extend_sec() 1945 dst_sym->st_value = src_sec->dst_off + sym->st_value; in linker_append_elf_sym() 1976 dst_sym->st_value = (src_sec ? src_sec->dst_off : 0) + sym->st_value; in linker_append_elf_sym() 2057 dst_rel = dst_sec->raw_data + src_sec->dst_off; in linker_append_elf_relos() 2067 dst_rel->r_offset += src_linked_sec->dst_off; in linker_append_elf_relos() 2087 insn->imm += sec->dst_off / sizeof(struct bpf_insn); in linker_append_elf_relos() 2089 insn->imm += sec->dst_off; in linker_append_elf_relos() 2405 dst_var->offset = src_sec->dst_off + src_var->offset; in linker_append_btf() 2467 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext() [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 81 uint32_t dst_off = regid / 4; in fd5_emit_const_bo() local 82 assert(dst_off % 4 == 0); in fd5_emit_const_bo() 89 OUT_RING(ring, CP_LOAD_STATE4_0_DST_OFF(dst_off) | in fd5_emit_const_bo() 1162 unsigned dst_off, struct pipe_resource *src, unsigned src_off, in fd5_mem_to_mem() 1172 OUT_RELOC(ring, dst_bo, dst_off, 0, 0); in fd5_mem_to_mem() 1175 dst_off += 4; in fd5_mem_to_mem() 1161 fd5_mem_to_mem(struct fd_ringbuffer *ring, struct pipe_resource *dst, unsigned dst_off, struct pipe_resource *src, unsigned src_off, unsigned sizedwords) fd5_mem_to_mem() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_emit.c | 78 uint32_t dst_off = regid / 4; in fd4_emit_const_bo() local 79 assert(dst_off % 4 == 0); in fd4_emit_const_bo() 86 OUT_RING(ring, CP_LOAD_STATE4_0_DST_OFF(dst_off) | in fd4_emit_const_bo() 1101 unsigned dst_off, struct pipe_resource *src, unsigned src_off, in fd4_mem_to_mem() 1111 OUT_RELOC(ring, dst_bo, dst_off, 0, 0); in fd4_mem_to_mem() 1114 dst_off += 4; in fd4_mem_to_mem() 1100 fd4_mem_to_mem(struct fd_ringbuffer *ring, struct pipe_resource *dst, unsigned dst_off, struct pipe_resource *src, unsigned src_off, unsigned sizedwords) fd4_mem_to_mem() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.h | 133 unsigned dst_off, struct pipe_resource *src,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.c | 82 uint32_t dst_off = regid / 2; in fd3_emit_const_bo() local 83 /* The blob driver aligns all const uploads dst_off to 64. We've been in fd3_emit_const_bo() 87 assert(dst_off % 16 == 0); in fd3_emit_const_bo() 94 OUT_RING(ring, CP_LOAD_STATE_0_DST_OFF(dst_off) | in fd3_emit_const_bo()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_blit.cpp | 46 uint64_t dst_off, src_off; in copy_buffer_region_no_barriers() local 47 ID3D12Resource *dst_buf = d3d12_resource_underlying(dst, &dst_off); in copy_buffer_region_no_barriers() 50 ctx->cmdlist->CopyBufferRegion(dst_buf, dst_offset + dst_off, in copy_buffer_region_no_barriers()
|