Searched refs:new (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_streams.c71 evStream *new; local
74 OKNEW(new);
75 new->func = func;
76 new->uap = uap;
77 new->fd = fd;
78 new->flags = 0;
79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0)
81 if (copyvec(new, iov, iocnt) < 0)
83 new
105 evStream *new; local
[all...]
/bionic/libc/bionic/
H A Dsemaphore.c163 unsigned int old, new; local
172 new = SEMCOUNT_DECREMENT(old);
175 (int)(new|shared),
187 unsigned int old, new; local
196 new = SEMCOUNT_DECREMENT(old);
199 (int)(new|shared),
217 unsigned int old, new; local
231 new = SEMCOUNT_ONE;
233 new = SEMCOUNT_INCREMENT(old);
236 (int)(new|share
[all...]
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_pton.c86 u_int new = *tp * 10 + (pch - digits); local
88 if (new > 255)
95 *tp = new;
/bionic/benchmarks/
H A Dbenchmark.h61 (new ::testing::Benchmark(#f, f))
/bionic/libc/tzcode/
H A Dprivate.h307 char * icatalloc(char * old, const char * new);
/bionic/libc/
H A DAndroid.mk235 bionic/new.cpp \
826 # GCC refuses to hide new/delete
1022 # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
1141 bionic/new.cpp \

Completed in 3052 milliseconds