| /freebsd/lib/libc/stdlib/ |
| H A D | strfromd.c | 15 char conv, lc, *digits, *dend; in strfromd() local 25 prec >= 0 ? prec + 1 : -1, &decpt, &signflag, &dend); in strfromd() 26 ret = __sf_render_hex(s, n, conv, prec, digits, dend, decpt, in strfromd() 37 digits = dtoa(fp, mode, ndig_req, &decpt, &signflag, &dend); in strfromd() 39 ret = __sf_render_decimal(s, n, conv, lc, prec, digits, dend, decpt, in strfromd()
|
| H A D | strfromf.c | 15 char conv, lc, *digits, *dend; in strfromf() local 27 prec >= 0 ? prec + 1 : -1, &decpt, &signflag, &dend); in strfromf() 28 ret = __sf_render_hex(s, n, conv, prec, digits, dend, decpt, in strfromf() 39 digits = dtoa(dbl, mode, ndig_req, &decpt, &signflag, &dend); in strfromf() 41 ret = __sf_render_decimal(s, n, conv, lc, prec, digits, dend, decpt, in strfromf()
|
| H A D | strfroml.c | 16 char conv, lc, *digits, *dend; in strfroml() local 26 prec >= 0 ? prec + 1 : -1, &decpt, &signflag, &dend); in strfroml() 27 ret = __sf_render_hex(s, n, conv, prec, digits, dend, decpt, in strfroml() 38 digits = __ldtoa(&fp, mode, ndig_req, &decpt, &signflag, &dend); in strfroml() 40 ret = __sf_render_decimal(s, n, conv, lc, prec, digits, dend, decpt, in strfroml()
|
| H A D | strfrom.c | 436 char *digits, char *dend, int decpt, int signflag) in __sf_render_hex() argument 445 ndig = (int)(dend - digits); in __sf_render_hex() 456 char *digits, char *dend, int decpt, int signflag, int is_special) in __sf_render_decimal() argument 465 ndig = (int)(dend - digits); in __sf_render_decimal()
|
| /freebsd/contrib/arm-optimized-routines/string/aarch64/ |
| H A D | strrchr-mte.S | 34 #define dend d5 macro 54 fmov synd, dend 67 fmov synd, dend 73 fmov synd, dend 82 fmov synd, dend 87 fmov synd, dend 117 fmov synd, dend 123 fmov synd, dend
|
| H A D | strchr-mte.S | 31 #define dend d5 macro 51 fmov tmp1, dend 70 fmov tmp1, dend 76 fmov tmp1, dend 84 fmov tmp1, dend 88 fmov tmp1, dend
|
| H A D | strchrnul-mte.S | 30 #define dend d4 macro 48 fmov tmp1, dend 63 fmov tmp1, dend 69 fmov tmp1, dend 75 fmov tmp1, dend
|
| H A D | strlen-mte.S | 28 #define dend d2 macro 41 fmov synd, dend 54 fmov synd, dend 70 fmov synd, dend 75 fmov synd, dend
|
| H A D | strnlen.S | 30 #define dend d2 macro 45 fmov synd, dend 74 fmov synd, dend 82 fmov synd, dend 89 fmov synd, dend
|
| H A D | memrchr.S | 34 #define dend d3 macro 54 fmov synd, dend 79 fmov synd, dend 88 fmov synd, dend 94 fmov synd, dend
|
| H A D | memchr-mte.S | 32 #define dend d3 macro 50 fmov synd, dend 76 fmov synd, dend 85 fmov synd, dend 92 fmov synd, dend
|
| H A D | strcpy.S | 35 #define dend d2 macro 60 fmov synd, dend 67 fmov synd, dend 130 fmov synd, dend 136 fmov synd, dend 141 fmov synd, dend
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_impl.h | 398 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_gen_pq_add() local 405 for (; d < dend; d += GEN_PQ_STRIDE, p += GEN_PQ_STRIDE, in raidz_gen_pq_add() 474 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_gen_pqr_add() local 481 for (; d < dend; d += GEN_PQR_STRIDE, p += GEN_PQR_STRIDE, in raidz_gen_pqr_add() 654 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_syn_q_abd() local 661 for (; d < dend; d += SYN_STRIDE, x += SYN_STRIDE) { in raidz_syn_q_abd() 748 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_syn_r_abd() local 755 for (; d < dend; d += SYN_STRIDE, x += SYN_STRIDE) { in raidz_syn_r_abd() 844 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_syn_pq_abd() local 851 for (; d < dend; d += SYN_STRIDE, x += SYN_STRIDE, y += SYN_STRIDE) { in raidz_syn_pq_abd() [all …]
|
| /freebsd/contrib/ldns/ |
| H A D | dnssec.c | 1398 uint8_t* dend; in ldns_nsec_bitmap_covers_type() local 1414 dend = ldns_rdf_data(bitmap) + ldns_rdf_size(bitmap); in ldns_nsec_bitmap_covers_type() 1419 while (dptr < dend && dptr[0] <= window) { in ldns_nsec_bitmap_covers_type() 1422 dptr + dptr[1] + 2 <= dend) { in ldns_nsec_bitmap_covers_type() 1435 uint8_t* dend; in ldns_nsec_bitmap_set_type() local 1451 dend = ldns_rdf_data(bitmap) + ldns_rdf_size(bitmap); in ldns_nsec_bitmap_set_type() 1456 while (dptr < dend && dptr[0] <= window) { in ldns_nsec_bitmap_set_type() 1459 dptr + dptr[1] + 2 <= dend) { in ldns_nsec_bitmap_set_type() 1473 uint8_t* dend; in ldns_nsec_bitmap_clear_type() local 1490 dend = ldns_rdf_data(bitmap) + ldns_rdf_size(bitmap); in ldns_nsec_bitmap_clear_type() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_java.cpp | 134 RawShadow *dend = MemToShadow(dst + size); in __tsan_java_move() local 135 ShadowSet(d, dend, Shadow::kEmpty); in __tsan_java_move()
|
| /freebsd/crypto/openssl/crypto/dso/ |
| H A D | dso_dl.c | 257 …nf.tstart && (size_t)addr < inf.tend) || ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | .mailmap | 196 Laurențiu Nicola <lnicola@dend.ro> <lnicola@users.noreply.github.com>
|
| H A D | AUTHORS | 432 Laurențiu Nicola <lnicola@dend.ro>
|