Searched refs:out (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/unistd/ |
D | sigsetmask.c | 39 } in, out; in sigsetmask() local 41 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset); in sigsetmask() 45 return out.the_mask; in sigsetmask()
|
D | sigblock.c | 38 } in, out; in sigblock() local 42 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset); in sigblock() 46 return out.the_mask; in sigblock()
|
/bionic/libc/kernel/arch-x86/asm/ |
D | io_32.h | 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out#… 26 …out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %…
|
/bionic/linker/ |
D | linker_format.c | 82 Out out[1]; member 118 bo->out->opaque = bo; in buf_out_init() 119 bo->out->send = buf_out_send; in buf_out_init() 126 return bo->out; in buf_out_init() 139 Out *out; in vformat_buffer() local 141 out = buf_out_init(&bo, buff, buffsize); in vformat_buffer() 142 if (out == NULL) in vformat_buffer() 145 out_vformat(out, format, args); in vformat_buffer() 183 Out out[1]; member 212 fdo->out->opaque = fdo; in fd_out_init() [all …]
|
D | NOTICE | 172 result of this License or out of the use or inability to use the
|
/bionic/libc/kernel/common/linux/ |
D | coda.h | 254 struct coda_out_hdr out; member 264 struct coda_out_hdr out; member 274 struct coda_out_hdr out; member 309 struct coda_out_hdr out; member 319 struct coda_out_hdr out; member 360 struct coda_out_hdr out; member 371 struct coda_out_hdr out; member 383 struct coda_out_hdr out; member 406 struct coda_out_hdr out; member 418 struct coda_out_hdr out; member [all …]
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 75 out = StringOutput() 76 list.write(out) 77 return dst_path, out.get()
|
D | utils.py | 188 def __init__(self,out=sys.stdout): argument 189 self.out = out 192 self.out.write(msg) 195 self.out.write(msg) 196 self.out.write("\n")
|
D | cpp.py | 1713 def write(self,out): argument 1714 out.write(str(self)) 2146 out = StringOutput() 2152 list.write(out) 2153 if out.get() != expected: 2158 print out.get(),
|
/bionic/libc/tools/ |
D | bionic_utils.py | 242 def __init__(self,out=sys.stdout): argument 243 self.out = out 246 self.out.write(msg) 249 self.out.write(msg) 250 self.out.write("\n")
|
/bionic/libc/kernel/ |
D | README.TXT | 269 - sometimes, we prefer to take certain things out of blocks guarded by a 272 userland as well since some code out there assumes that this is the case.
|
/bionic/libc/ |
D | Jamfile | 389 local OUT = out/$(arch) ;
|