Home
last modified time | relevance | path

Searched refs:new (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c71 evStream *new; in evWrite() local
74 OKNEW(new); in evWrite()
75 new->func = func; in evWrite()
76 new->uap = uap; in evWrite()
77 new->fd = fd; in evWrite()
78 new->flags = 0; in evWrite()
79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite()
81 if (copyvec(new, iov, iocnt) < 0) in evWrite()
83 new->prevDone = NULL; in evWrite()
84 new->nextDone = NULL; in evWrite()
[all …]
/bionic/libstdc++/include/
Dnew14 void* operator new(std::size_t);
15 void* operator new[](std::size_t);
18 void* operator new(std::size_t, const std::nothrow_t&);
19 void* operator new[](std::size_t, const std::nothrow_t&);
23 inline void* operator new(std::size_t, void* p) { return p; }
24 inline void* operator new[](std::size_t, void* p) { return p; }
/bionic/tests/libs/
DAndroid.build.dt_runpath.mk47 libtest_dt_runpath_b_ldflags := -Wl,--rpath,\$${ORIGIN}/../dt_runpath_a -Wl,--enable-new-dtags
59 libtest_dt_runpath_c_ldflags := -Wl,--rpath,\$${ORIGIN}/invalid_dt_runpath -Wl,--enable-new-dtags
69 libtest_dt_runpath_d_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
78 libtest_dt_runpath_d_zip_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
DAndroid.build.linker_namespaces.mk76 -Wl,--enable-new-dtags
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c86 u_int new = *tp * 10 + (pch - digits); in inet_pton4() local
88 if (new > 255) in inet_pton4()
95 *tp = new; in inet_pton4()
/bionic/libc/upstream-openbsd/
DREADME.txt2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-netbsd/
DREADME.txt2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-freebsd/
DREADME.txt2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/arch-mips/bionic/
Dsetjmp.S217 li a0, 0 # how; ignored when new mask is null
218 li a1, 0 # null new mask
/bionic/libc/arch-mips64/bionic/
Dsetjmp.S217 li a0, 0 # how; ignored when new mask is null
218 li a1, 0 # null new mask
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c1460 unsigned char *new = mmap(NULL, newsize, PROT_WRITE|PROT_READ, in __grow_type_table() local
1462 if (new == MAP_FAILED) in __grow_type_table()
1464 memmove(new, *typetable, *tablesize); in __grow_type_table()
1466 *typetable = new; in __grow_type_table()
Dvfprintf.c1511 unsigned char *new = mmap(NULL, newsize, PROT_WRITE|PROT_READ, in __grow_type_table() local
1513 if (new == MAP_FAILED) in __grow_type_table()
1515 memmove(new, *typetable, *tablesize); in __grow_type_table()
1517 *typetable = new; in __grow_type_table()
/bionic/libc/
DAndroid.bp1493 "bionic/new.cpp",
1498 clang: true, // GCC refuses to hide new/delete
1729 // ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
1754 // Don't re-export new/delete and friends, even if the compiler really wants to.
1776 // Don't re-export new/delete and friends, even if the compiler really wants to.
1780 // Don't re-export new/delete and friends, even if the compiler really wants to.
1789 // Don't re-export new/delete and friends, even if the compiler really wants to.
1796 // Don't re-export new/delete and friends, even if the compiler really wants to.
1805 // Don't re-export new/delete and friends, even if the compiler really wants to.
1833 "bionic/new.cpp",
DAndroid.mk277 bionic/new.cpp \