/third_party/boost/libs/algorithm/test/ |
D | empty_search_test.cpp | 22 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/ |
D | vfprintf.c | 194 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/ |
D | vfprintf.c | 195 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/ |
D | vfprintf.c | 189 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/ |
D | vfprintf.c | 195 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/ |
D | sort-dns.c | 612 *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/ |
D | d_i.c | 28 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()
|
D | f_i.c | 28 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()
|
D | l_i.c | 32 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/ |
D | ilogb.c | 31 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()
|
D | ilogbf.c | 31 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()
|
D | lrintl.c | 36 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()
|
D | ilogbl.c | 36 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()
|
D | lrint.c | 30 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()
|
D | llrintf.c | 30 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()
|
D | llrint.c | 30 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()
|
D | llrintl.c | 36 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()
|
D | lrintf.c | 30 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()
|
D | llroundl.c | 36 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()
|
D | lround.c | 30 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()
|
D | lroundf.c | 30 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()
|
D | llround.c | 30 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()
|
D | lroundl.c | 36 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()
|
D | llroundf.c | 30 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()
|
D | floorf.c | 32 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()
|