Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dwcwidth.c101 struct interval struct
109 bisearch(uint32_t ucs, const struct interval *table, int max) in bisearch()
174 static const struct interval ambiguous[] = in __wcwidth()
178 static const struct interval combining[] = in __wcwidth()
184 static const struct interval wide[] = in __wcwidth()
209 sizeof(ambiguous) / sizeof(struct interval) - 1)) in __wcwidth()
214 sizeof(combining) / sizeof(struct interval) - 1)) in __wcwidth()
222 sizeof(wide) / sizeof(struct interval) - 1)) in __wcwidth()
/picolibc-latest/newlib/libc/machine/spu/
Dspu_timer_svcs.c60 spu_timer_alloc (int interval, void (*func) (int)) in spu_timer_alloc() argument
64 if (interval < MIN_INTVL || interval > MAX_INTVL || func == NULL) in spu_timer_alloc()
84 (__spu_timers + id)->intvl = interval; in spu_timer_alloc()
/picolibc-latest/newlib/libc/machine/spu/include/
Dspu_timer.h46 extern int spu_timer_alloc (int interval, void (*func) (int));