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/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/upstream-dlmalloc/
DREADME.txt3 upstream and then pull down the new version of the file.
/bionic/benchmarks/benchmark/
DBenchmark.h161 static ::testing::Benchmark* __benchmark_##f = new f()
167 static ::testing::BenchmarkWithArg<arg_type>* __benchmark_##f = (new f())
/bionic/libc/arch-mips/bionic/
Dsetjmp.S200 li a0, 0 # how; ignored when new mask is null
201 li a1, 0 # null new mask
/bionic/libc/arch-mips64/bionic/
Dsetjmp.S200 li a0, 0 # how; ignored when new mask is null
201 li a1, 0 # null new mask
/bionic/libc/tzcode/
Dprivate.h307 char * icatalloc(char * old, const char * new);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c1470 unsigned char *new = mmap(NULL, newsize, PROT_WRITE|PROT_READ, in __grow_type_table() local
1472 if (new == MAP_FAILED) in __grow_type_table()
1474 memmove(new, *typetable, *tablesize); in __grow_type_table()
1476 *typetable = new; in __grow_type_table()
Dvfprintf.c1504 unsigned char *new = mmap(NULL, newsize, PROT_WRITE|PROT_READ, in __grow_type_table() local
1506 if (new == MAP_FAILED) in __grow_type_table()
1508 memmove(new, *typetable, *tablesize); in __grow_type_table()
1510 *typetable = new; in __grow_type_table()
/bionic/libc/
DAndroid.mk253 bionic/new.cpp \