/bionic/libc/bionic/ |
D | statvfs.cpp | 30 static void __statfs_to_statvfs(const struct statfs& in, struct statvfs* out) { in __statfs_to_statvfs() argument 31 out->f_bsize = in.f_bsize; in __statfs_to_statvfs() 32 out->f_frsize = in.f_frsize; in __statfs_to_statvfs() 33 out->f_blocks = in.f_blocks; in __statfs_to_statvfs() 34 out->f_bfree = in.f_bfree; in __statfs_to_statvfs() 35 out->f_bavail = in.f_bavail; in __statfs_to_statvfs() 36 out->f_files = in.f_files; in __statfs_to_statvfs() 37 out->f_ffree = in.f_ffree; in __statfs_to_statvfs() 38 out->f_favail = in.f_ffree; in __statfs_to_statvfs() 39 out->f_fsid = in.f_fsid.__val[0] | (static_cast<uint64_t>(in.f_fsid.__val[1]) << 32); in __statfs_to_statvfs() [all …]
|
D | sigblock.c | 38 } in, out; in sigblock() local 43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset); in sigblock() 47 return out.the_mask; in sigblock()
|
D | sigsetmask.c | 39 } in, out; in sigsetmask() local 44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset); in sigsetmask() 48 return out.the_mask; in sigsetmask()
|
D | system_properties.c | 153 goto out; in map_prop_area_rw() 156 goto out; in map_prop_area_rw() 164 goto out; in map_prop_area_rw() 178 out: in map_prop_area_rw()
|
/bionic/libc/kernel/arch-x86/asm/ |
D | io_32.h | 30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out#… 31 …out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %…
|
/bionic/libc/stdio/ |
D | ftell.c | 49 goto out; in ftello() 63 goto out; in ftello() 82 out: FUNLOCKFILE(fp); in ftello()
|
D | findfp.c | 198 goto out; /* bail out if caller lost the race */ in __sinit() 205 out: in __sinit()
|
/bionic/libc/kernel/common/linux/ |
D | coda.h | 275 struct coda_out_hdr out; member 285 struct coda_out_hdr out; member 295 struct coda_out_hdr out; member 331 struct coda_out_hdr out; member 341 struct coda_out_hdr out; member 384 struct coda_out_hdr out; member 395 struct coda_out_hdr out; member 407 struct coda_out_hdr out; member 431 struct coda_out_hdr out; member 444 struct coda_out_hdr out; member [all …]
|
/bionic/tests/ |
D | libgen_test.cpp | 26 const char* out = basename(&writable_in[0]); in TestBasename() local 27 ASSERT_STREQ(expected_out, out) << in; in TestBasename() 35 const char* out = dirname(&writable_in[0]); in TestDirname() local 36 ASSERT_STREQ(expected_out, out) << in; in TestDirname()
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 80 out = StringOutput() 81 out.write( kernel_disclaimer ) 82 blocks.writeWithWarning(out, kernel_warning, 4) 83 return dst_path, out.get()
|
D | cpp.py | 1669 def writeWithWarning(self,out,warning,left_count,repeat_count): argument 1679 out.write(str(self).rstrip() + "\n") 1682 out.write(warning) 1687 out.write(str(tok)) 1691 out.write(warning) 1801 def write(self,out): argument 1802 out.write(str(self)) 1804 def writeWithWarning(self,out,warning,repeat_count): argument 1807 left_count = b.writeWithWarning(out,warning,left_count,repeat_count) 2241 out = StringOutput() [all …]
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 89 private static byte[] copyFile(File inFile, OutputStream out) throws Exception { in copyFile() argument 99 out.write(buf, 0, nbytes); in copyFile() 106 out.flush(); in copyFile()
|
/bionic/libc/arch-arm/ |
D | arm.mk | 38 $(filter-out $(_LIBC_FORTIFY_FILES_TO_REMOVE),$(libc_common_src_files))
|
/bionic/libc/kernel/arch-mips/asm/ |
D | io.h | 77 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(typ…
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 192 # Find out, if there are any 64-byte chunks after which will be still at least
|
/bionic/libc/kernel/ |
D | README.TXT | 263 - sometimes, we prefer to take certain things out of blocks guarded by a 266 userland as well since some code out there assumes that this is the case.
|