/freebsd/tests/sys/fs/fusefs/ |
H A D | readdir.cc | 80 ents[0].d_off = 2000; in TEST_F() 85 ents[1].d_off = 3000; in TEST_F() 206 ents0[0].d_off = 2000; in TEST_F() 212 ents0[1].d_off = 3000; in TEST_F() 216 ents1[0].d_off = 3000; in TEST_F() 228 ASSERT_EQ(2000, de0->d_off); in TEST_F() 233 r = lseek(fd, de0->d_off, SEEK_SET); in TEST_F() 238 ASSERT_EQ(3000, de0->d_off); in TEST_F() 342 ents[0].d_off = 4000; in TEST_F() 388 it.d_off = (2 + i) * 1000; in TEST_F() [all …]
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m15.c | 197 #define ZADD(dw, d_off, s1w, s1_off, s2w, s2_off) do { \ in mul20() argument 198 (dw)[5 * (d_off) + 0] = (s1w)[5 * (s1_off) + 0] \ in mul20() 200 (dw)[5 * (d_off) + 1] = (s1w)[5 * (s1_off) + 1] \ in mul20() 202 (dw)[5 * (d_off) + 2] = (s1w)[5 * (s1_off) + 2] \ in mul20() 204 (dw)[5 * (d_off) + 3] = (s1w)[5 * (s1_off) + 3] \ in mul20() 206 (dw)[5 * (d_off) + 4] = (s1w)[5 * (s1_off) + 4] \ in mul20() 210 #define ZADDT(dw, d_off, sw, s_off) do { \ in mul20() argument 211 (dw)[5 * (d_off) + 0] += (sw)[5 * (s_off) + 0]; \ in mul20() 212 (dw)[5 * (d_off) + 1] += (sw)[5 * (s_off) + 1]; \ in mul20() 213 (dw)[5 * (d_off) + 2] += (sw)[5 * (s_off) + 2]; \ in mul20() [all …]
|
H A D | ec_p256_m15.c | 152 #define ZADD(dw, d_off, s1w, s1_off, s2w, s2_off) do { \ in mul20() argument 153 (dw)[5 * (d_off) + 0] = (s1w)[5 * (s1_off) + 0] \ in mul20() 155 (dw)[5 * (d_off) + 1] = (s1w)[5 * (s1_off) + 1] \ in mul20() 157 (dw)[5 * (d_off) + 2] = (s1w)[5 * (s1_off) + 2] \ in mul20() 159 (dw)[5 * (d_off) + 3] = (s1w)[5 * (s1_off) + 3] \ in mul20() 161 (dw)[5 * (d_off) + 4] = (s1w)[5 * (s1_off) + 4] \ in mul20() 165 #define ZADDT(dw, d_off, sw, s_off) do { \ in mul20() argument 166 (dw)[5 * (d_off) + 0] += (sw)[5 * (s_off) + 0]; \ in mul20() 167 (dw)[5 * (d_off) + 1] += (sw)[5 * (s_off) + 1]; \ in mul20() 168 (dw)[5 * (d_off) + 2] += (sw)[5 * (s_off) + 2]; \ in mul20() [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_strptr.c | 82 if (offset >= d->d_off && in elf_strptr() 83 offset < d->d_off + d->d_size) in elf_strptr() 84 return ((char *) d->d_buf + offset - d->d_off); in elf_strptr()
|
H A D | elf_update.c | 246 (d->d_off & (d_align - 1))) { in _libelf_compute_section_extents() 255 if ((uint64_t) d->d_off + d->d_size > scn_size) in _libelf_compute_section_extents() 256 scn_size = d->d_off + d->d_size; in _libelf_compute_section_extents() 259 d->d_off = scn_size; in _libelf_compute_section_extents() 778 if ((uint64_t) rc < sh_off + d->d_off) in _libelf_write_scn() 781 (size_t) (sh_off + d->d_off - in _libelf_write_scn() 783 rc = (off_t) (sh_off + d->d_off); in _libelf_write_scn() 790 e->e_rawfile + s->s_rawoff + d->d_off, in _libelf_write_scn() 814 if ((uint64_t) rc < sh_off + d->d_off) in _libelf_write_scn() 817 (size_t) (sh_off + d->d_off - (uint64_t) rc)); in _libelf_write_scn() [all …]
|
H A D | elf_data.c | 137 d->d_data.d_off = 0; in elf_getdata() 199 d->d_data.d_off = (uint64_t) ~0; in elf_newdata() 271 d->d_data.d_off = 0; in elf_rawdata()
|
H A D | libelf.h | 110 uint64_t d_off; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.h | 216 long long d_off; member 223 long d_off; member 231 unsigned long long d_off; member
|
H A D | sanitizer_platform_limits_solaris.cpp | 249 CHECK_SIZE_AND_OFFSET(dirent, d_off); 255 CHECK_SIZE_AND_OFFSET(dirent64, d_off);
|
H A D | sanitizer_platform_limits_posix.h | 497 unsigned long long d_off; member 504 uptr d_off; member 513 unsigned long long d_off; member
|
H A D | sanitizer_platform_limits_freebsd.h | 247 unsigned long long d_off; member
|
H A D | sanitizer_platform_limits_posix.cpp | 1100 CHECK_SIZE_AND_OFFSET(dirent, d_off); 1107 CHECK_SIZE_AND_OFFSET(dirent64, d_off);
|
/freebsd/sys/sys/ |
H A D | dirent.h | 65 off_t d_off; /* directory offset of next entry */ member
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 1039 lsydata->d_off = 0; in create_symtab_data() 1047 lsydata->d_off = 0; in create_symtab_data() 1061 gsydata->d_off = sy_buf->nls * in create_symtab_data() 1070 gsydata->d_off = sy_buf->nls * in create_symtab_data() 1090 lstdata->d_off = 0; in create_symtab_data() 1101 gstdata->d_off = lstdata->d_size; in create_symtab_data()
|
H A D | sections.c | 877 od->d_off = s->sz; in pad_section() 1263 od->d_off = 0; in copy_data() 1270 od->d_off = id->d_off; in copy_data() 1334 od->d_off = 0; in create_external_section() 1550 data->d_off = 0; in set_shstrtab()
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 375 l_off_t d_off; member 382 int64_t d_off; member 447 linux_dirent->d_off = bdp->d_off; in linux_getdents() 523 linux_dirent64->d_off = bdp->d_off; in linux_getdents64() 579 linux_dirent->d_off = bdp->d_off; in linux_readdir()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 594 ddata->d_off = sdata->d_off; in write_file() 686 ddata->d_off = 0; in write_file()
|
/freebsd/stand/kboot/include/ |
H A D | host_syscall.h | 141 int64_t d_off; /* 64-bit offset to next structure */ member
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.h | 109 uint64_t d_off; /* offset to the next dirent */ member
|
H A D | p9_protocol.c | 620 &dent->d_off, &dent->d_type, &nameptr); in p9_dirent_read()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_io.c | 103 de.d_off = offset + 1; in smbfs_readvdir() 154 de.d_off = offset + 1; in smbfs_readvdir()
|
/freebsd/sys/fs/udf/ |
H A D | udf_vnops.c | 840 dir.d_off = 1; in udf_readdir() 853 dir.d_off = 2; in udf_readdir() 864 dir.d_off = ds->this_off; in udf_readdir()
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vnops.c | 367 dirent.d_off = uio->uio_offset + reclen; in autofs_readdir_one()
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vnops.c | 586 dp->d_off = UIO_MX * (i + 1); in fdesc_readdir()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 1574 dent.d_off = TMPFS_DIRCOOKIE_DOTDOT; in tmpfs_dir_getdotdent() 1618 dent.d_off = next; in tmpfs_dir_getdotdotdent() 1761 d.d_off = tmpfs_dirent_cookie(nde); in tmpfs_dir_getdents()
|