Searched refs:off (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/unistd/
H A Dlseek64.c32 loff_t lseek64(int fd, loff_t off, int whence) argument
36 if ( __llseek(fd, (unsigned long)(off >> 32),(unsigned long)(off), &result, whence ) < 0 )
/bionic/libc/kernel/common/linux/
H A Dcompiler-gcc.h14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
H A Dproc_fs.h28 typedef int (read_proc_t)(char *page, char **start, off_t off,
H A Dpkt_cls.h185 int off; member in struct:tc_u32_key
196 __u16 off; member in struct:tc_u32_sel
/bionic/libc/stdio/
H A Dfgetln.c75 size_t off; local
103 * As a bonus, though, we can leave off the __SMOD.
111 for (len = fp->_r, off = 0;; len += fp->_r) {
121 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
122 len - off);
123 off = len;
135 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
H A Dfseek.c167 curoff += fp->_r; /* kill off ungetc */
248 off_t off = offset; local
250 return(fseeko(fp, off, whence));
/bionic/libc/kernel/arch-x86/asm/
H A Dpgtable-2level.h33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
/bionic/libc/arch-arm/bionic/
H A Dclone.S64 @ pick the function arg and call address off the stack and jump
/bionic/libc/kernel/arch-sh/asm/
H A Dpgtable_32.h150 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE })
H A Dpgtable_64.h101 #define pgoff_to_pte(off) ((pte_t) { (off) | _PAGE_FILE })
/bionic/libc/tzcode/
H A Dlocaltime.c468 int off = -1; local
481 off = toint((unsigned char *) buf + NAMELEN);
489 if (off < 0) {
490 XLOG(( "tzload: invalid offset (%d)\n", off ));
501 if (lseek(fid, off, SEEK_SET) < 0) {
502 XLOG(( "tzload: could not seek to %d in '%s'\n", off, DATAFILE ));
1040 sp->leapcnt = 0; /* so, we're off a little */
1294 lclptr->leapcnt = 0; /* so, we're off a little */
/bionic/libc/arch-x86/string/
H A Dsse2-memset5-atom.S48 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
56 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off
H A Dssse3-memcmp3.S52 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
60 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off
H A Dssse3-memcpy5.S52 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
60 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off
H A Dssse3-strcmp.S44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off

Completed in 352 milliseconds