/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/ |
A D | tst-tlsmod3.c | 21 int *np; in in_dso2() local 27 np = TLS_GD (comm_n); in in_dso2() 29 if (n != *np) in in_dso2() 31 printf ("n = %d != comm_n = %d\n", n, *np); in in_dso2()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst_wcstod.c | 14 wchar_t *np, *endp, fwc; in tst_wcstod() local 23 np = TST_INPUT (wcstod).np; in tst_wcstod() 26 ret = wcstod (np, &endp); in tst_wcstod()
|
A D | tst_types.h | 564 wchar_t np[WCSSIZE]; member
|
/l4re-core-master/moe/server/src/ |
A D | dataspace_noncont.cc | 66 void *np = qalloc()->alloc_pages(page_size(), page_size()); in map_address() local 67 Moe::Pages::share(np); in map_address() 70 memcpy(np, *p, page_size()); in map_address() 76 l4_cache_coherent((l4_addr_t)np, (l4_addr_t)np + page_size()); in map_address() 77 l4_cache_clean_data((l4_addr_t)np, (l4_addr_t)np + page_size()); in map_address() 80 p.set(np, 0); in map_address()
|
A D | malloc.cc | 136 void *np = get_mem(); in alloc() local 138 if (np) in alloc() 142 this, np, outsz); in alloc() 143 Malloc_page *pg = new (np) Malloc_page(this, outsz); in alloc()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | td_ta_get_nthreads.c | 23 td_ta_get_nthreads (const td_thragent_t *ta, int *np) in td_ta_get_nthreads() argument 37 if (ps_pdread (ta->ph, addr, np, sizeof (int)) != PS_OK) in td_ta_get_nthreads()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/ |
A D | td_ta_get_nthreads.c | 23 td_ta_get_nthreads (const td_thragent_t *ta, int *np) in td_ta_get_nthreads() argument 37 if (ps_pdread (ta->ph, addr, np, sizeof (int)) != PS_OK) in td_ta_get_nthreads()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | td_ta_get_nthreads.c | 23 td_ta_get_nthreads (const td_thragent_t *ta_arg, int *np) in td_ta_get_nthreads() argument 38 *np = (uintptr_t) n; in td_ta_get_nthreads()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr.c | 584 xdr_netobj (XDR *xdrs, struct netobj *np) in libc_hidden_def() 587 return xdr_bytes (xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ); in libc_hidden_def()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lparser.h | 153 int np; /* number of elements in 'p' */ member
|
A D | lparser.c | 691 if (fs->np >= f->sizep) { in addprototype() 693 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions"); in addprototype() 697 f->p[fs->np++] = clp = luaF_newproto(L); in addprototype() 712 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure() 729 fs->np = 0; in open_func() 757 luaM_shrinkvector(L, f->p, f->sizep, fs->np, Proto *); in close_func()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/ |
A D | fnmatch_loop.c | 390 const UCHAR *np = (const UCHAR *) n; in FCT() local 392 idx2 = findidx (&np); in FCT()
|