/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | getdelim.c | 50 size_t len, newlen, off; in getdelim() local 65 off = 0; in getdelim() 83 if (off > SSIZE_MAX || len + 1 > SSIZE_MAX - off) { in getdelim() 87 newlen = off + len + 1; /* reserve space for NUL terminator */ in getdelim() 113 (void)memcpy((*buf + off), fp->_p, len); in getdelim() 117 off += len; in getdelim() 123 if (off == 0) in getdelim() 127 *(*buf + off) = '\0'; in getdelim() 128 return off; in getdelim()
|
D | fgetln.c | 69 size_t off; in fgetln() local 105 for (len = fp->_r, off = 0;; len += fp->_r) { in fgetln() 115 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln() 116 len - off); in fgetln() 117 off = len; in fgetln() 129 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln()
|
D | open_memstream.c | 76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek() argument 92 if (off > SIZE_MAX - base || off < -base) { in memstream_seek() 97 st->pos = base + off; in memstream_seek()
|
D | open_wmemstream.c | 80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek() argument 96 if (off > (SIZE_MAX / sizeof(wchar_t)) - base || off < -base) { in wmemstream_seek() 107 st->pos = base + off; in wmemstream_seek()
|
/bionic/libc/system_properties/ |
D | prop_area.cpp | 146 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { in allocate_obj() argument 152 *off = bytes_used_; in allocate_obj() 154 return data_ + *off; in allocate_obj() 157 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) { in new_prop_bt() argument 162 *off = new_offset; in new_prop_bt() 170 uint32_t valuelen, uint_least32_t* const off) { in new_prop_info() argument 193 *off = new_offset; in new_prop_info() 197 void* prop_area::to_prop_obj(uint_least32_t off) { in to_prop_obj() argument 198 if (off > pa_data_size_) return nullptr; in to_prop_obj() 200 return (data_ + off); in to_prop_obj() [all …]
|
/bionic/libc/arch-x86/atom/string/ |
D | ssse3-wcscat-atom.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-wcschr-atom.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-wcsrchr-atom.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-strchr-atom.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-memchr-atom.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-strrchr-atom.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-strcat-atom.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
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 146 void* allocate_obj(const size_t size, uint_least32_t* const off); 147 prop_bt* new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off); 149 uint_least32_t* const off); 150 void* to_prop_obj(uint_least32_t off);
|
/bionic/benchmarks/linker_relocation/regen/ |
D | gen_bench.py | 145 for sym in rels.got + rels.jump_slots + [sym for off, sym in rels.symbolic]: 225 for off in lib.rels.relative: 226 image.append((off, f'DATA_WORD(local_label)\n')) 227 for off, r in lib.rels.symbolic: 232 image.append((off, text)) 236 for off, text in image: 237 if cur_off < off: 239 cur_off = off
|
D | common_types.py | 119 result['symbolic'] = [(off, sym.to_json()) for (off, sym) in self.symbolic] 128 result.symbolic = [(off, SymbolRef.from_json(sym)) for (off, sym) in obj['symbolic']]
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 53 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64() argument 55 unsigned long off_hi = static_cast<unsigned long>(off >> 32); in lseek64() 56 unsigned long off_lo = static_cast<unsigned long>(off); in lseek64()
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
D | tc_em_nbyte.h | 24 __u16 off; member
|
D | tc_em_cmp.h | 26 __u16 off; member
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-strlen-slm.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 | sse2-memmove-slm.S | 50 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 58 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
/bionic/libc/kernel/uapi/linux/tc_act/ |
D | tc_pedit.h | 59 __u32 off; member
|
/bionic/tests/libs/ |
D | segment_gap_outer.lds | 2 # This starts off fairly normal: rodata, text, dynamic, data, bss with
|
/bionic/libc/kernel/uapi/linux/ |
D | ptrace.h | 46 __u64 off; member
|
D | io_uring.h | 29 __u64 off; member
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-memmove-slm.S | 50 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 58 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|