Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.h155 #define __strtopd(s,se,x) strtord(s,se,1,x) argument
156 #define __strtopdd(s,se,x) strtordd(s,se,1,x) argument
157 #define __strtopf(s,se,x) strtorf(s,se,1,x) argument
158 #define __strtopQ(s,se,x) strtorQ(s,se,1,x) argument
159 #define __strtopx(s,se,x) strtorx(s,se,1,x) argument
160 #define __strtopxL(s,se,x) strtorxL(s,se,1,x) argument
Dstrtod.c85 (s00, se) CONST char *s00; char **se; in strtod() argument
87 (CONST char *s00, char **se)
1098 if (se)
1099 *se = (char *)s;
Dstrtodg.c339 (s00, se, fpi, exp, bits) in strtodg() argument
340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits; in strtodg()
342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
1142 if (se)
1143 *se = (char *)s;
/bionic/tests/
Dtime_test.cpp621 sigevent se; in TEST() local
622 memset(&se, 0, sizeof(se)); in TEST()
623 se.sigev_notify = SIGEV_THREAD; in TEST()
624 se.sigev_notify_function = NoOpNotifyFunction; in TEST()
626 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id)); in TEST()
650 sigevent se; in TEST() local
651 memset(&se, 0, sizeof(se)); in TEST()
652 se.sigev_notify = SIGEV_SIGNAL; in TEST()
653 se.sigev_signo = SIGUSR1; in TEST()
656 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id)); in TEST()
[all …]
/bionic/libc/bionic/
Dposix_timers.cpp165 sigevent se = *evp; in timer_create() local
166 se.sigev_signo = TIMER_SIGNAL; in timer_create()
167 se.sigev_notify = SIGEV_THREAD_ID; in timer_create()
168 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create()
169 if (__timer_create(clock_id, &se, &timer->kernel_timer_id) == -1) { in timer_create()
/bionic/libc/
DNOTICE4736 granted for any product per se or for any other function of any product.