Home
last modified time | relevance | path

Searched refs:psize (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsched_setaffinity.c38 size_t psize = 128; in sched_setaffinity() local
39 void *p = alloca (psize); in sched_setaffinity()
42 psize, p), in sched_setaffinity()
45 p = extend_alloca (p, psize, 2 * psize); in sched_setaffinity()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dpthread_setaffinity.c38 size_t psize = 128; in libpthread_hidden_proto() local
39 void *p = alloca (psize); in libpthread_hidden_proto()
41 while (res = INTERNAL_SYSCALL (sched_getaffinity, err, 3, tid, psize, p), in libpthread_hidden_proto()
44 p = extend_alloca (p, psize, 2 * psize); in libpthread_hidden_proto()
/l4re-core-master/lua/lib/contrib/src/
A Dlmem.c79 void *luaM_growaux_ (lua_State *L, void *block, int nelems, int *psize, in luaM_growaux_() argument
82 int size = *psize; in luaM_growaux_()
97 newblock = luaM_saferealloc_(L, block, cast_sizet(*psize) * size_elems, in luaM_growaux_()
99 *psize = size; /* update only when everything else is OK */ in luaM_growaux_()
A Dlstrlib.c1485 const char **fmt, int *psize, int *ntoalign) { in getdetails() argument
1486 KOption opt = getoption(h, fmt, psize); in getdetails()
1487 int align = *psize; /* usually, alignment follows size */ in getdetails()

Completed in 8 milliseconds