Home
last modified time | relevance | path

Searched refs:estr (Results 1 – 25 of 230) sorted by relevance

12345678910

/third_party/boost/libs/algorithm/test/
Dempty_search_test.cpp22 std::string estr; in BOOST_AUTO_TEST_CASE() local
28 cs.begin (), cs.end (), estr.begin (), estr.end ()) in BOOST_AUTO_TEST_CASE()
34 cs.begin (), cs.end (), estr.begin (), estr.end ()) in BOOST_AUTO_TEST_CASE()
40 cs.begin (), cs.end (), estr.begin (), estr.end ()) in BOOST_AUTO_TEST_CASE()
47 estr.begin (), estr.end (), str.begin (), str.end ()) in BOOST_AUTO_TEST_CASE()
48 == std::make_pair(estr.end(), estr.end()) in BOOST_AUTO_TEST_CASE()
53 estr.begin (), estr.end (), str.begin (), str.end ()) in BOOST_AUTO_TEST_CASE()
54 == std::make_pair(estr.end(), estr.end()) in BOOST_AUTO_TEST_CASE()
59 estr.begin (), estr.end (), str.begin (), str.end ()) in BOOST_AUTO_TEST_CASE()
60 == std::make_pair(estr.end(), estr.end()) in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvfprintf.c194 char ebuf0[3*sizeof(int)], *ebuf=&ebuf0[3*sizeof(int)], *estr; in fmt_fp() local
242 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp()
243 if (estr==ebuf) *--estr='0'; in fmt_fp()
244 *--estr = (e2<0 ? '-' : '+'); in fmt_fp()
245 *--estr = t+('p'-'a'); in fmt_fp()
255 if (p > INT_MAX-2-(ebuf-estr)-pl) in fmt_fp()
258 l = (p+2) + (ebuf-estr); in fmt_fp()
260 l = (s-buf) + (ebuf-estr); in fmt_fp()
266 pad(f, '0', l-(ebuf-estr)-(s-buf), 0, 0); in fmt_fp()
267 out(f, estr, ebuf-estr); in fmt_fp()
[all …]
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfprintf.c195 char *estr = NULL; in fmt_fp() local
243 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp()
244 if (estr==ebuf) *--estr='0'; in fmt_fp()
245 *--estr = (e2<0 ? '-' : '+'); in fmt_fp()
246 *--estr = t+('p'-'a'); in fmt_fp()
256 if (p > INT_MAX-2-(ebuf-estr)-pl) in fmt_fp()
259 l = (p+2) + (ebuf-estr); in fmt_fp()
261 l = (s-buf) + (ebuf-estr); in fmt_fp()
267 pad(f, '0', l-(ebuf-estr)-(s-buf), 0, 0); in fmt_fp()
268 out(f, estr, ebuf-estr); in fmt_fp()
[all …]
/third_party/musl/src/stdio/
Dvfprintf.c189 char ebuf0[3*sizeof(int)], *ebuf=&ebuf0[3*sizeof(int)], *estr; in fmt_fp() local
237 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp()
238 if (estr==ebuf) *--estr='0'; in fmt_fp()
239 *--estr = (e2<0 ? '-' : '+'); in fmt_fp()
240 *--estr = t+('p'-'a'); in fmt_fp()
250 if (p > INT_MAX-2-(ebuf-estr)-pl) in fmt_fp()
253 l = (p+2) + (ebuf-estr); in fmt_fp()
255 l = (s-buf) + (ebuf-estr); in fmt_fp()
261 pad(f, '0', l-(ebuf-estr)-(s-buf), 0, 0); in fmt_fp()
262 out(f, estr, ebuf-estr); in fmt_fp()
[all …]
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfprintf.c195 char *estr = NULL; in fmt_fp() local
243 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp()
244 if (estr==ebuf) *--estr='0'; in fmt_fp()
245 *--estr = (e2<0 ? '-' : '+'); in fmt_fp()
246 *--estr = t+('p'-'a'); in fmt_fp()
256 if (p > INT_MAX-2-(ebuf-estr)-pl) in fmt_fp()
259 l = (p+2) + (ebuf-estr); in fmt_fp()
261 l = (s-buf) + (ebuf-estr); in fmt_fp()
267 pad(f, '0', l-(ebuf-estr)-(s-buf), 0, 0); in fmt_fp()
268 out(f, estr, ebuf-estr); in fmt_fp()
[all …]
/third_party/libwebsockets/lib/core-net/client/
Dsort-dns.c612 *estr = NULL in lws_sort_dns() local
651 estr = _lws_route_est_outgoing(pt, &ds->dest); in lws_sort_dns()
652 if (!estr) { in lws_sort_dns()
663 ds->if_idx = estr->if_idx; in lws_sort_dns()
664 ds->uidx = estr->uidx; in lws_sort_dns()
685 if (!estr || in lws_sort_dns()
686 estr->dest.sa4.sin_family == AF_INET || in lws_sort_dns()
687 estr->gateway.sa4.sin_family == AF_INET) in lws_sort_dns()
/third_party/musl/libc-test/src/math/gen/template/
Dd_i.c28 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
29 printf(" got %s\n", estr(e)); in main()
Df_i.c28 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
29 printf(" got %s\n", estr(e)); in main()
Dl_i.c32 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
33 printf(" got %s\n", estr(e)); in main()
/third_party/musl/libc-test/src/math/
Dilogb.c31 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
32 printf(" got %s\n", estr(e)); in main()
Dilogbf.c31 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
32 printf(" got %s\n", estr(e)); in main()
Dlrintl.c36 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
37 printf(" got %s\n", estr(e)); in main()
Dilogbl.c36 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
37 printf(" got %s\n", estr(e)); in main()
Dlrint.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dllrintf.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dllrint.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dllrintl.c36 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
37 printf(" got %s\n", estr(e)); in main()
Dlrintf.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dllroundl.c36 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
37 printf(" got %s\n", estr(e)); in main()
Dlround.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dlroundf.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dllround.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dlroundl.c36 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
37 printf(" got %s\n", estr(e)); in main()
Dllroundf.c30 p->file, p->line, rstr(p->r), p->x, p->i, estr(p->e)); in main()
31 printf(" got %s\n", estr(e)); in main()
Dfloorf.c32 p->file, p->line, rstr(p->r), p->x, p->y, estr(p->e)); in main()
33 printf(" got %s\n", estr(e)); in main()

12345678910