Searched refs:new (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_streams.c | 71 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/ |
D | new | 14 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/ |
D | inet_pton.c | 86 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/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-netbsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-freebsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-dlmalloc/ |
D | README.txt | 3 upstream and then pull down the new version of the file.
|
/bionic/benchmarks/benchmark/ |
D | Benchmark.h | 161 static ::testing::Benchmark* __benchmark_##f = new f() 167 static ::testing::BenchmarkWithArg<arg_type>* __benchmark_##f = (new f())
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 200 li a0, 0 # how; ignored when new mask is null 201 li a1, 0 # null new mask
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 200 li a0, 0 # how; ignored when new mask is null 201 li a1, 0 # null new mask
|
/bionic/libc/tzcode/ |
D | private.h | 307 char * icatalloc(char * old, const char * new);
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfwprintf.c | 1470 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()
|
D | vfprintf.c | 1504 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/ |
D | Android.mk | 253 bionic/new.cpp \
|