/bionic/libc/unistd/ |
D | lseek64.c | 32 off64_t lseek64(int fd, off64_t off, int whence) in lseek64()
|
/bionic/libc/arch-x86/string/ |
D | sse2-strlen-atom.S | 16 # 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
|
D | ssse3-memcmp3-new.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 | ssse3-strcmp-latest.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 | 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 | 76 size_t off; in fgetln() local
|
D | fseek.c | 256 off_t off = offset; in fseek() local
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneInfo.java | 42 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/ |
D | pgtable-2level.h | 33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) argument
|
/bionic/libc/include/netinet/ |
D | ip6.h | 281 #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/ |
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 | 476 int off = -1; local
|