Home
last modified time | relevance | path

Searched refs:out (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/unistd/
Dsigsetmask.c39 } 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()
Dsigblock.c38 } 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/
Dio_32.h25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out#…
26out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %…
/bionic/linker/
Dlinker_format.c82 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 …]
DNOTICE172 result of this License or out of the use or inability to use the
/bionic/libc/kernel/common/linux/
Dcoda.h254 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/
Dclean_header.py75 out = StringOutput()
76 list.write(out)
77 return dst_path, out.get()
Dutils.py188 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")
Dcpp.py1713 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/
Dbionic_utils.py242 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/
DREADME.TXT269 - 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/
DJamfile389 local OUT = out/$(arch) ;