Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.h144 #define __strtopd(s,se,x) strtord(s,se,1,x) argument
145 #define __strtopdd(s,se,x) strtordd(s,se,1,x) argument
146 #define __strtopf(s,se,x) strtorf(s,se,1,x) argument
147 #define __strtopQ(s,se,x) strtorQ(s,se,1,x) argument
148 #define __strtopx(s,se,x) strtorx(s,se,1,x) argument
149 #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)
1101 if (se)
1102 *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)
1145 if (se)
1146 *se = (char *)s;
Dgdtoaimp.h613 extern double strtod ANSI((const char *s00, char **se));
/bionic/tests/
Dtime_test.cpp209 sigevent_t se; in TEST() local
210 memset(&se, 0, sizeof(se)); in TEST()
211 se.sigev_notify = SIGEV_THREAD; in TEST()
212 se.sigev_notify_function = NoOpNotifyFunction; in TEST()
214 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id)); in TEST()
238 sigevent_t se; in TEST() local
239 memset(&se, 0, sizeof(se)); in TEST()
240 se.sigev_notify = SIGEV_SIGNAL; in TEST()
241 se.sigev_signo = SIGUSR1; in TEST()
244 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id)); in TEST()
[all …]
/bionic/libc/bionic/
Dposix_timers.cpp168 sigevent se = *evp; in timer_create() local
169 se.sigev_signo = TIMER_SIGNAL; in timer_create()
170 se.sigev_notify = SIGEV_THREAD_ID; in timer_create()
171 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create()
172 if (__timer_create(clock_id, &se, &timer->kernel_timer_id) == -1) { in timer_create()
/bionic/libc/
DNOTICE3135 Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com)
3160 Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com)
4911 granted for any product per se or for any other function of any product.