Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 199) sorted by relevance

12345678

/glibc-2.36/sysdeps/sparc/sparc32/
Dmemset.S23 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
33 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
/glibc-2.36/sysdeps/unix/sysv/linux/
Dmmap.c30 # define MMAP_ADJUST_OFFSET(offset) offset argument
34 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap()
Dreadahead.c24 __readahead (int fd, off64_t offset, size_t count) in __readahead()
Dpwritev64.c24 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64()
32 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64()
Dpreadv.c26 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
34 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
Dpreadv64.c24 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64()
32 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64()
Dpwritev.c26 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
34 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
/glibc-2.36/inet/
Dinet6_opt.c52 add_padding (uint8_t *extbuf, int offset, int npad) in add_padding()
79 inet6_opt_append (void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_append()
139 inet6_opt_finish (void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish()
169 inet6_opt_set_val (void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_set_val()
186 inet6_opt_next (void *extbuf, socklen_t extlen, int offset, uint8_t *typep, in inet6_opt_next()
228 inet6_opt_find (void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_find()
275 inet6_opt_get_val (void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_get_val()
/glibc-2.36/libio/
Dioseekoff.c32 _IO_seekoff_unlocked (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff_unlocked()
64 _IO_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff()
Dfseek.c31 fseek (FILE *fp, long int offset, int whence) in fseek()
Dfseeko64.c35 __fseeko64 (FILE *fp, off64_t offset, int whence) in __fseeko64()
/glibc-2.36/sysdeps/s390/
Dlibc-tls.c29 __tls_get_offset (size_t m, size_t offset) in __tls_get_offset()
/glibc-2.36/sysdeps/x86_64/multiarch/
Dvarshift.h26 __m128i_shift_right (__m128i value, unsigned long int offset) in __m128i_shift_right()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/
Dmmap_internal.h24 #define MMAP_ADJUST_OFFSET(offset) (uint64_t) (uint32_t) offset argument
/glibc-2.36/sysdeps/sparc/sparc64/
Dmemset.S28 #define SET_BLOCKS(base, offset, source) \ argument
34 #define ZERO_BLOCKS(base, offset, source) \ argument
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
Dposix_fadvise64.c31 off64_t offset; member
37 __posix_fadvise64_l64 (int fd, off64_t offset, off64_t len, int advise) in __posix_fadvise64_l64()
57 __posix_fadvise64_l32 (int fd, off64_t offset, size_t len, int advise) in __posix_fadvise64_l32()
/glibc-2.36/sysdeps/alpha/
Ddl-trampoline.S23 .macro savei regno, offset
28 .macro savef regno, offset
/glibc-2.36/io/
Dlseek.c24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek()
Dlseek64.c24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
Dposix_fallocate.c24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate()
Dposix_fallocate64.c24 posix_fallocate64 (int fd, __off64_t offset, __off64_t len) in posix_fallocate64()
/glibc-2.36/nss/
Dnss_parse_line_result.c25 __nss_parse_line_result (FILE *fp, off64_t offset, int parse_line_result) in __nss_parse_line_result()
/glibc-2.36/sysdeps/ia64/
Dlibc-tls.c30 __tls_get_addr (size_t m, size_t offset) in __tls_get_addr()
/glibc-2.36/sysdeps/posix/
Dposix_fallocate64.c31 __posix_fallocate64_l64 (int fd, __off64_t offset, __off64_t len) in __posix_fallocate64_l64()
132 __posix_fallocate64_l32 (int fd, off64_t offset, size_t len) in __posix_fallocate64_l32()
/glibc-2.36/gmon/
Dprofil.c30 __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in __profil()

12345678