Searched defs:out (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/bionic/
H A Dsigblock.c38 } in, out; local
43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset);
47 return out.the_mask;
H A Dsigsetmask.c39 } in, out; local
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset);
48 return out.the_mask;
H A Dstatvfs.cpp33 static void __statfs_to_statvfs(const struct statfs& in, struct statvfs* out) { argument
34 out->f_bsize = in.f_bsize;
35 out->f_frsize = in.f_frsize;
36 out->f_blocks = in.f_blocks;
37 out->f_bfree = in.f_bfree;
38 out->f_bavail = in.f_bavail;
39 out->f_files = in.f_files;
40 out->f_ffree = in.f_ffree;
41 out->f_favail = in.f_ffree;
42 out
[all...]
/bionic/tests/
H A Duchar_test.cpp48 char out[MB_LEN_MAX]; local
54 EXPECT_EQ(static_cast<size_t>(-1), c32rtomb(out, 0x00a2, &ps));
66 EXPECT_EQ(1U, c32rtomb(out, L'\0', &ps));
162 char16_t out; local
164 out = L'x';
165 ASSERT_EQ(0U, mbrtoc16(&out, "hello", 0, NULL));
166 ASSERT_EQ(L'x', out);
168 ASSERT_EQ(0U, mbrtoc16(&out, "hello", 0, NULL));
169 ASSERT_EQ(0U, mbrtoc16(&out, "", 0, NULL));
170 ASSERT_EQ(1U, mbrtoc16(&out, "hell
179 char16_t out; local
200 char16_t out; local
214 char16_t out; local
224 char16_t out; local
237 char16_t out; local
325 char32_t out[8]; local
375 char32_t out; local
[all...]
H A Dlibgen_test.cpp26 const char* out = basename(&writable_in[0]); local
27 ASSERT_STREQ(expected_out, out) << in;
35 const char* out = dirname(&writable_in[0]); local
36 ASSERT_STREQ(expected_out, out) << in;
H A Dwchar_test.cpp91 char out[MB_LEN_MAX]; local
97 EXPECT_EQ(static_cast<size_t>(-1), wcrtomb(out, 0x00a2, &ps));
109 EXPECT_EQ(1U, wcrtomb(out, L'\0', &ps));
236 wchar_t out[8]; local
238 out[0] = 'x';
239 ASSERT_EQ(0, mbtowc(out, "hello", 0));
240 ASSERT_EQ('x', out[0]);
242 ASSERT_EQ(0, mbtowc(out, "hello", 0));
243 ASSERT_EQ(0, mbtowc(out, "", 0));
244 ASSERT_EQ(1, mbtowc(out, "hell
255 wchar_t out[8]; local
301 wchar_t out; local
335 wchar_t out[4]; local
378 wchar_t out; local
[all...]
/bionic/libc/tools/zoneinfo/
H A DZoneCompactor.java39 // Concatenate the contents of 'inFile' onto 'out'.
40 private static void copyFile(File inFile, OutputStream out) throws Exception { argument
50 out.write(buf, 0, nbytes);
57 out.flush();
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debtables.h140 char out[IFNAMSIZ]; member in struct:ebt_entry
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_cm.h54 __u16 out; member in struct:ib_ucm_cmd_hdr
H A Drdma_user_cm.h64 __u16 out; member in struct:rdma_ucm_cmd_hdr
/bionic/libc/kernel/uapi/linux/
H A Dcoda.h275 struct coda_out_hdr out; member in struct:coda_store_out
285 struct coda_out_hdr out; member in struct:coda_release_out
295 struct coda_out_hdr out; member in struct:coda_close_out
331 struct coda_out_hdr out; member in struct:coda_setattr_out
341 struct coda_out_hdr out; member in struct:coda_access_out
384 struct coda_out_hdr out; member in struct:coda_remove_out
395 struct coda_out_hdr out; member in struct:coda_link_out
407 struct coda_out_hdr out; member in struct:coda_rename_out
431 struct coda_out_hdr out; member in struct:coda_rmdir_out
444 struct coda_out_hdr out; member in struct:coda_symlink_out
464 struct coda_out_hdr out; member in struct:coda_fsync_out
605 void __user *out; member in struct:ViceIoctl
[all...]

Completed in 337 milliseconds