Searched defs:off (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/unistd/ |
D | lseek64.c | 32 loff_t lseek64(int fd, loff_t off, int whence) in lseek64()
|
/bionic/libc/arch-x86/string/ |
D | ssse3-strcmp.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
D | ssse3-memcmp3.S | 52 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 60 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
D | sse2-memset5-atom.S | 48 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 56 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
D | ssse3-memcpy5.S | 52 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 60 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
/bionic/libc/kernel/common/linux/ |
D | compiler-gcc.h | 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (… argument
|
D | pkt_cls.h | 185 int off; member 196 __u16 off; member
|
/bionic/libc/stdio/ |
D | fgetln.c | 75 size_t off; in fgetln() local
|
D | fseek.c | 248 off_t off = offset; in fseek() local
|
/bionic/libc/kernel/arch-x86/asm/ |
D | pgtable-2level.h | 33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) argument
|
/bionic/libc/kernel/arch-sh/asm/ |
D | pgtable_64.h | 101 #define pgoff_to_pte(off) ((pte_t) { (off) | _PAGE_FILE }) argument
|
D | pgtable_32.h | 150 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE }) argument
|
/bionic/libc/tzcode/ |
D | localtime.c | 468 int off = -1; local
|