Home
last modified time | relevance | path

Searched refs:d_off (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/tests/sys/fs/fusefs/
H A Dreaddir.cc80 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 Dec_c25519_m15.c197 #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 Dec_p256_m15.c152 #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 Delf_strptr.c82 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 Delf_update.c246 (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 Delf_data.c137 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 Dlibelf.h110 uint64_t d_off; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h216 long long d_off; member
223 long d_off; member
231 unsigned long long d_off; member
H A Dsanitizer_platform_limits_solaris.cpp249 CHECK_SIZE_AND_OFFSET(dirent, d_off);
255 CHECK_SIZE_AND_OFFSET(dirent64, d_off);
H A Dsanitizer_platform_limits_posix.h497 unsigned long long d_off; member
504 uptr d_off; member
513 unsigned long long d_off; member
H A Dsanitizer_platform_limits_freebsd.h247 unsigned long long d_off; member
H A Dsanitizer_platform_limits_posix.cpp1100 CHECK_SIZE_AND_OFFSET(dirent, d_off);
1107 CHECK_SIZE_AND_OFFSET(dirent64, d_off);
/freebsd/sys/sys/
H A Ddirent.h65 off_t d_off; /* directory offset of next entry */ member
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c1039 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 Dsections.c877 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 Dlinux_file.c375 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 Doutput.c594 ddata->d_off = sdata->d_off; in write_file()
686 ddata->d_off = 0; in write_file()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h141 int64_t d_off; /* 64-bit offset to next structure */ member
/freebsd/sys/fs/p9fs/
H A Dp9_client.h109 uint64_t d_off; /* offset to the next dirent */ member
H A Dp9_protocol.c620 &dent->d_off, &dent->d_type, &nameptr); in p9_dirent_read()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c103 de.d_off = offset + 1; in smbfs_readvdir()
154 de.d_off = offset + 1; in smbfs_readvdir()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c840 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 Dautofs_vnops.c367 dirent.d_off = uio->uio_offset + reclen; in autofs_readdir_one()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c586 dp->d_off = UIO_MX * (i + 1); in fdesc_readdir()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1574 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()

12