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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa.h144 #define __strtopd(s,se,x) strtord(s,se,1,x)
145 #define __strtopdd(s,se,x) strtordd(s,se,1,x)
146 #define __strtopf(s,se,x) strtorf(s,se,1,x)
147 #define __strtopQ(s,se,x) strtorQ(s,se,1,x)
148 #define __strtopx(s,se,x) strtorx(s,se,
[all...]
H A Dstrtod.c85 (s00, se) CONST char *s00; char **se;
87 (CONST char *s00, char **se)
1101 if (se)
1102 *se = (char *)s;
H A Dstrtodg.c339 (s00, se, fpi, exp, bits)
340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits;
342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
1145 if (se)
1146 *se = (char *)s;
H A Dgdtoaimp.h613 extern double strtod ANSI((const char *s00, char **se));
/bionic/tests/
H A Dtime_test.cpp149 sigevent_t se; local
150 memset(&se, 0, sizeof(se));
151 se.sigev_notify = SIGEV_THREAD;
152 se.sigev_notify_function = NoOpNotifyFunction;
154 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
181 sigevent_t se; local
182 memset(&se, 0, sizeof(se));
183 se
207 sigevent_t se; member in struct:Counter
317 sigevent_t se; local
332 sigevent_t se; local
378 sigevent_t se; local
[all...]
/bionic/libc/bionic/
H A Dposix_timers.cpp163 sigevent se = *evp; local
164 se.sigev_signo = TIMER_SIGNAL;
165 se.sigev_notify = SIGEV_THREAD_ID;
166 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread);
167 if (__timer_create(clock_id, &se, &timer->kernel_timer_id) == -1) {

Completed in 141 milliseconds