Home
last modified time | relevance | path

Searched defs:off (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/unistd/
Dlseek64.c32 off64_t lseek64(int fd, off64_t off, int whence) in lseek64()
/bionic/libc/arch-x86/string/
Dsse2-strlen-atom.S16 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument
24 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
Dssse3-memcmp3-new.S52 # 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
Dssse3-strcmp-latest.S44 # 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
Dsse2-memset5-atom.S48 # 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
Dssse3-memcpy5.S52 # 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/
Dcompiler-gcc.h14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (… argument
Dpkt_cls.h185 int off; member
196 __u16 off; member
/bionic/libc/stdio/
Dfgetln.c76 size_t off; in fgetln() local
Dfseek.c256 off_t off = offset; in fseek() local
/bionic/libc/tools/zoneinfo/
DZoneInfo.java42 private static String nullName(byte[] data, int where, int off) { in nullName()
82 private static int read4(byte[] data, int off) { in read4()
201 public void setRawOffset(int off) { in setRawOffset()
/bionic/libc/kernel/arch-x86/asm/
Dpgtable-2level.h33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) argument
/bionic/libc/include/netinet/
Dip6.h281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
/bionic/libc/kernel/arch-sh/asm/
Dpgtable_64.h101 #define pgoff_to_pte(off) ((pte_t) { (off) | _PAGE_FILE }) argument
Dpgtable_32.h150 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE }) argument
/bionic/libc/tzcode/
Dlocaltime.c476 int off = -1; local