Searched +defs:sp0 +defs:sp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/games/hack/ |
H A D | makedefs.c | 99 char *sp; local 173 const char *sp0; local 299 char *sp = string + prefix; in getentry() local 318 capitalize(sp) in capitalize() argument
|
/netbsd-src/lib/libc/stdlib/ |
H A D | radixsort.c | 154 stack s[SIZE], *sp, *sp0, *sp1, temp; in r_sort_a() local 245 stack s[512], *sp, *sp0, *sp1, temp; in r_sort_b() local
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | sqrtrem.c | 176 #define CALL_SQRTREM2_INPLACE(sp,rp) mpn_sqrtrem2 (sp, rp) argument 178 mpn_sqrtrem2 (mp_ptr sp, mp_ptr rp) 187 mp_limb_t q, u, np0, sp0, rp0, q2; local 231 mpn_dc_sqrtrem (mp_ptr sp, mp_ptr np, mp_size_t n, mp_limb_t approx, mp_ptr scratch) 316 mpn_dc_sqrt (mp_ptr sp, mp_srcptr np, mp_size_t n, unsigned nsh, unsigned odd) 431 mpn_sqrtrem (mp_ptr sp, mp_ptr rp, mp_srcptr np, mp_size_t nn)
|
/netbsd-src/usr.bin/sort/ |
H A D | radix_sort.c | 78 stack *s, *sp, *sp0, *sp1, temp; in radix_sort() local
|
/netbsd-src/bin/csh/ |
H A D | lex.c | 176 prlex(FILE *fp, struct wordent *sp0) in prlex() 178 struct wordent *sp; in prlex() local 193 sprlex(char **s, struct wordent *sp0) in sprlex() 195 struct wordent *sp; in sprlex() local
|
/netbsd-src/sys/net/ |
H A D | if_gre.c | 282 struct gre_soparm *sp; in gre_clone_create() local 435 gre_socreate(struct gre_softc *sc, const struct gre_soparm *sp, int *fdout) in gre_socreate() 1064 gre_ssock(struct ifnet *ifp, struct gre_soparm *sp, int fd) in gre_ssock() 1137 gre_is_nullconf(const struct gre_soparm *sp) in gre_is_nullconf() 1144 gre_clearconf(struct gre_soparm *sp, bool force) in gre_clearconf() 1163 struct gre_soparm *sp; in gre_ioctl() local 1165 struct gre_soparm sp0; in gre_ioctl() local
|