Home
last modified time | relevance | path

Searched refs:rp (Results 1 – 25 of 37) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dtst-langinfo.c165 while (*rp == ' ' || *rp == '\t') in main()
176 while (*rp != '\0' && *rp != ' ' && *rp != '\t' && *rp != '\n') in main()
178 if (*rp == '\0' || *rp == '\n') in main()
186 while (*rp == ' ' || *rp == '\t') in main()
190 while (*rp != '\0' && *rp != ' ' && *rp != '\t' && *rp != '\n') in main()
192 if (*rp == '\0' || *rp == '\n') in main()
200 while (*rp == ' ' || *rp == '\t') in main()
208 while (*rp != '"' && *rp != '\n' && *rp != '\0') in main()
215 if (*rp >= '0' && *rp <= '9') in main()
223 if (rp[1] >= '0' && rp[1] <= '9') in main()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dpmap_prot2.c85 xdr_pmaplist (XDR *xdrs, struct pmaplist **rp) in xdr_pmaplist() argument
98 more_elements = (bool_t) (*rp != NULL); in xdr_pmaplist()
109 next = &((*rp)->pml_next); in xdr_pmaplist()
110 if (!xdr_reference (xdrs, (caddr_t *) rp, in xdr_pmaplist()
114 rp = freeing ? next : &((*rp)->pml_next); in xdr_pmaplist()
A Dgetrpcent.c149 char **rp; in libc_hidden_def() local
155 for (rp = rpc->r_aliases; *rp != NULL; rp++) { in libc_hidden_def()
156 if (strcmp(*rp, name) == 0) in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/
A Dcrtn.S9 ldw -84(%sp),%rp
11 bv %r0(%rp)
25 ldw -84(%sp),%rp
27 bv %r0(%rp)
A Dclone.S93 bv %r0(%rp)
111 bv %r0(%rp)
124 copy %r31,%rp
126 bl HIDDEN_JUMPTARGET(_exit),%rp
A Dcrti.S8 stw %rp,-20(%sp)
21 stw %rp,-20(%sp)
A Dsetjmp.S47 stw %rp, 80(%r26)
A D__longjmp.S51 ldw 80(%r26), %rp
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c3446 retry = rp->retry; in __res_vinit()
3447 ndots = rp->ndots; in __res_vinit()
3450 memset(rp, 0, sizeof(*rp)); in __res_vinit()
3456 rp->ndots = 1; in __res_vinit()
3460 rp->retry = retry; in __res_vinit()
3461 rp->ndots = ndots; in __res_vinit()
3473 rp->_vcsock = -1; in __res_vinit()
3491 rp->_u._ext.nsaddrs[m] = (void*) &rp->nsaddr_list[n]; in __res_vinit()
3511 rp->nscount = n; in __res_vinit()
3595 if (rp == NULL) in libc_hidden_def()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/
A Dsysdep-cancel.h64 .save rp, loc1; \
65 mov loc1 = rp; \
82 mov rp = loc1; \
97 .save rp, loc1; \
103 mov rp = loc1; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/
A Dclone2.S61 .save rp, r0
92 br.call.dptk.many rp=b6 /* Call fn(arg) in the child */
97 br.call.dpnt.many rp=HIDDEN_JUMPTARGET(_exit)
A Dcrti.S13 .save rp, r33
31 .save rp, r33
A Dcrtn.S10 .save rp, r33
27 .save rp, r33
A Dcrt1.S68 .save rp, r0
113 br.call.sptk.few rp = __uClibc_main
A Dsetjmp.S110 mov loc0=rp
176 br.call.dpnt.few rp=__sigjmp_save
180 mov rp=loc0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/
A Dassoc_container.hpp246 const resize_policy& rp) in cc_hash_table() argument
247 : base_type(h, e, ch, rp) { } in cc_hash_table()
298 const comb_hash_fn& ch, const resize_policy& rp) in cc_hash_table() argument
299 : base_type(h, e, ch, rp) in cc_hash_table()
423 const probe_fn& p, const resize_policy& rp) in gp_hash_table() argument
424 : base_type(h, e, cp, p, rp) { } in gp_hash_table()
493 const resize_policy& rp) in gp_hash_table() argument
494 : base_type(h, e, cp, p, rp) in gp_hash_table()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/
A Dbzero.S100 (p_scr) br.ret.dpnt.many rp /* return immediately if count = 0 */
271 br.ret.sptk.many rp
315 br.ret.sptk.many rp
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/
A Dsysdep-cancel.h43 stw %rp, -20(%sr0,%sp) ASM_LINE_SEP \
83 ldw -20(%sr0,%sp), %rp ASM_LINE_SEP \

Completed in 51 milliseconds

12