Home
last modified time | relevance | path

Searched refs:_rs_allocate (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Darc4random.h63 _rs_allocate(struct _rs **rsp, struct _rsx **rsxp) in _rs_allocate() function
Darc4random.c73 static inline int _rs_allocate(struct _rs **, struct _rsx **);
86 if (_rs_allocate(&rs, &rsx) == -1) in _rs_init()