Searched refs:np (Results 1 – 4 of 4) sorted by relevance
| /picolibc-latest/newlib/libm/common/ |
| D | sincosf.h | 127 reduce_fast (double x, const sincos_t *p, int *np) in reduce_fast() argument 133 *np = converttoint (r); in reduce_fast() 141 *np = n; in reduce_fast() 154 reduce_large (uint32_t xi, int *np) in reduce_large() argument 172 *np = n; in reduce_large()
|
| /picolibc-latest/newlib/libc/search/ |
| D | hash_page.c | 177 char *np; in __split_page() local 196 np = new_bufp->page; in __split_page() 228 putpair(np, &key, &val); in __split_page() 242 ((__uint16_t *)np)[0] / 2, in __split_page() 276 __uint16_t *np; /* New page */ in ugly_split() local 287 np = (__uint16_t *)new_bufp->page; in ugly_split() 305 np = (__uint16_t *)new_bufp->page; in ugly_split() 361 if (PAIRFITS(np, (&key), (&val))) in ugly_split() 362 putpair((char *)np, &key, &val); in ugly_split() 368 np = (__uint16_t *)new_bufp->page; in ugly_split() [all …]
|
| D | hash_bigkey.c | 569 BUFHEAD *np, /* Pointer to new bucket page */ in __big_split() argument 598 assert(np->ovfl == NULL); in __big_split() 601 tmpp = np; in __big_split() 632 ret->newp = np; in __big_split()
|
| /picolibc-latest/newlib/libc/xdr/ |
| D | xdr.c | 696 struct netobj * np) in xdr_netobj() argument 698 return (xdr_bytes (xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()
|