Home
last modified time | relevance | path

Searched refs:dend (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrrchr-mte.S34 #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 Dstrchr-mte.S31 #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 Dstrchrnul-mte.S30 #define dend d4 macro
48 fmov tmp1, dend
63 fmov tmp1, dend
69 fmov tmp1, dend
75 fmov tmp1, dend
H A Dstrlen-mte.S28 #define dend d2 macro
41 fmov synd, dend
54 fmov synd, dend
70 fmov synd, dend
75 fmov synd, dend
H A Dstrnlen.S30 #define dend d2 macro
45 fmov synd, dend
74 fmov synd, dend
82 fmov synd, dend
89 fmov synd, dend
H A Dmemrchr.S34 #define dend d3 macro
54 fmov synd, dend
79 fmov synd, dend
88 fmov synd, dend
94 fmov synd, dend
H A Dmemchr-mte.S32 #define dend d3 macro
50 fmov synd, dend
76 fmov synd, dend
85 fmov synd, dend
92 fmov synd, dend
H A Dstrcpy.S35 #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 Dvdev_raidz_math_impl.h408 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_gen_pq_add() local
415 for (; d < dend; d += GEN_PQ_STRIDE, p += GEN_PQ_STRIDE, in raidz_gen_pq_add()
484 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_gen_pqr_add() local
491 for (; d < dend; d += GEN_PQR_STRIDE, p += GEN_PQR_STRIDE, in raidz_gen_pqr_add()
664 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_syn_q_abd() local
671 for (; d < dend; d += SYN_STRIDE, x += SYN_STRIDE) { in raidz_syn_q_abd()
758 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_syn_r_abd() local
765 for (; d < dend; d += SYN_STRIDE, x += SYN_STRIDE) { in raidz_syn_r_abd()
854 const v_t * const dend = d + (dsize / sizeof (v_t)); in raidz_syn_pq_abd() local
861 for (; d < dend; d += SYN_STRIDE, x += SYN_STRIDE, y += SYN_STRIDE) { in raidz_syn_pq_abd()
[all …]
/freebsd/contrib/ldns/
H A Ddnssec.c1398 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 Dtsan_interface_java.cpp134 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 Ddso_dl.c257 …nf.tstart && (size_t)addr < inf.tend) || ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src53 :bb=\dcase|begin\d:be=\dend|forward\d|;:\
115 :be=\dend|;:\
/freebsd/sys/contrib/openzfs/
H A D.mailmap194 Laurențiu Nicola <lnicola@dend.ro> <lnicola@users.noreply.github.com>
H A DAUTHORS431 Laurențiu Nicola <lnicola@dend.ro>