/third_party/libfuse/lib/ |
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 += res; in fuse_buf_fd_to_fd() [all …]
|
/third_party/musl/porting/linux/user/src/time/ |
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()
|
/third_party/musl/src/time/ |
D | __tz.c | 29 static int dst_off; variable 217 __daylight = __timezone = dst_off = 0; in do_tzset() 225 dst_off = -zi_read32(p); in do_tzset() 233 dst_off = __timezone; in do_tzset() 248 dst_off = getoff(&s); in do_tzset() 250 dst_off = __timezone - 3600; in do_tzset() 253 dst_off = __timezone; in do_tzset() 396 t1 += dst_off; in __secs_to_zone() 408 if (oppoff) *oppoff = -dst_off; in __secs_to_zone() 414 *offset = -dst_off; in __secs_to_zone()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
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()
|
D | fd6_emit.c | 1382 unsigned dst_off, struct pipe_resource *src, unsigned src_off, in fd6_mem_to_mem() argument 1392 OUT_RELOC(ring, dst_bo, dst_off, 0, 0); in fd6_mem_to_mem() 1395 dst_off += 4; in fd6_mem_to_mem()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
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/liteos_m/kernel/src/time/ |
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/uniproton/kernel/src/time/ |
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/ |
D | fat.c | 1145 off_t dst_off, src_off; in copyfat() local 1161 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat() 1162 dst_off *= boot->bpbBytesPerSec; in copyfat() 1165 i++, src_off += fat32_cache_size, dst_off += fat32_cache_size) { in copyfat() 1176 if ((lseek(fd, dst_off, SEEK_SET) != dst_off || in copyfat()
|
/third_party/libbpf/src/ |
D | linker.c | 33 int dst_off; member 1135 src->dst_off = dst_align_sz; in extend_sec() 1933 dst_sym->st_value = src_sec->dst_off + sym->st_value; in linker_append_elf_sym() 1964 dst_sym->st_value = (src_sec ? src_sec->dst_off : 0) + sym->st_value; in linker_append_elf_sym() 2049 dst_rel = dst_sec->raw_data + src_sec->dst_off; in linker_append_elf_relos() 2062 dst_rel->r_offset += src_linked_sec->dst_off; in linker_append_elf_relos() 2082 insn->imm += sec->dst_off / sizeof(struct bpf_insn); in linker_append_elf_relos() 2084 insn->imm += sec->dst_off; in linker_append_elf_relos() 2400 dst_var->offset = src_sec->dst_off + src_var->offset; in linker_append_btf() 2462 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
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() argument 1172 OUT_RELOC(ring, dst_bo, dst_off, 0, 0); in fd5_mem_to_mem() 1175 dst_off += 4; in fd5_mem_to_mem()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
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() argument 1111 OUT_RELOC(ring, dst_bo, dst_off, 0, 0); in fd4_mem_to_mem() 1114 dst_off += 4; in fd4_mem_to_mem()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.h | 133 unsigned dst_off, struct pipe_resource *src,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 82 uint32_t dst_off = regid / 2; in fd3_emit_const_bo() local 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/ |
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()
|
/third_party/mesa3d/src/freedreno/ci/ |
D | freedreno-a530-fails.txt | 137 # "../src/gallium/drivers/freedreno/a5xx/fd5_emit.c:82: fd5_emit_const_bo: Assertion `dst_off % 4 =…
|