/external/llvm-project/libc/AOR_v20.02/string/aarch64/ |
D | memcpy.S | 22 #define dstend x5 macro 60 add dstend, dstin, count 72 stp D_l, D_h, [dstend, -16] 81 str A_h, [dstend, -8] 91 str B_lw, [dstend, -4] 103 strb C_lw, [dstend, -1] 118 stp C_l, C_h, [dstend, -32] 119 stp D_l, D_h, [dstend, -16] 131 stp G_l, G_h, [dstend, -64] 132 stp H_l, H_h, [dstend, -48] [all …]
|
D | memset.S | 22 #define dstend x4 macro 28 add dstend, dstin, count 39 str val, [dstend, -8] 44 str valw, [dstend, -4] 49 strh valw, [dstend, -2] 56 str q0, [dstend, -16] 59 str q0, [dstend, -32] 68 stp q0, q0, [dstend, -32] 89 sub count, dstend, dst /* Count is now 64 too large. */ 98 stp q0, q0, [dstend, -64] [all …]
|
D | memcpy-advsimd.S | 22 #define dstend x5 macro 57 add dstend, dstin, count 69 str B_q, [dstend, -16] 78 str A_h, [dstend, -8] 88 str B_lw, [dstend, -4] 100 strb C_lw, [dstend, -1] 112 stp C_q, D_q, [dstend, -32] 122 stp G_q, H_q, [dstend, -64] 126 stp C_q, D_q, [dstend, -32] 163 stp E_q, F_q, [dstend, -64] [all …]
|
/external/arm-optimized-routines/string/aarch64/ |
D | memcpy.S | 21 #define dstend x5 macro 62 add dstend, dstin, count 74 stp D_l, D_h, [dstend, -16] 83 str A_h, [dstend, -8] 93 str B_lw, [dstend, -4] 105 strb C_lw, [dstend, -1] 120 stp C_l, C_h, [dstend, -32] 121 stp D_l, D_h, [dstend, -16] 133 stp G_l, G_h, [dstend, -64] 134 stp H_l, H_h, [dstend, -48] [all …]
|
D | memset.S | 21 #define dstend x4 macro 29 add dstend, dstin, count 40 str val, [dstend, -8] 45 str valw, [dstend, -4] 50 strh valw, [dstend, -2] 57 str q0, [dstend, -16] 60 str q0, [dstend, -32] 69 stp q0, q0, [dstend, -32] 90 sub count, dstend, dst /* Count is now 64 too large. */ 99 stp q0, q0, [dstend, -64] [all …]
|
D | memcpy-advsimd.S | 21 #define dstend x5 macro 59 add dstend, dstin, count 71 str B_q, [dstend, -16] 80 str A_h, [dstend, -8] 90 str B_lw, [dstend, -4] 102 strb C_lw, [dstend, -1] 114 stp C_q, D_q, [dstend, -32] 124 stp G_q, H_q, [dstend, -64] 128 stp C_q, D_q, [dstend, -32] 165 stp E_q, F_q, [dstend, -64] [all …]
|
D | __mtag_tag_region.S | 25 #define dstend x3 macro 33 add dstend, dstin, count 46 stg dstin, [dstend, -16] 56 st2g dstin, [dstend, -32] 74 sub count, dstend, dst /* Count is now 64 too large. */ 83 st2g dstin, [dstend, -64] 84 st2g dstin, [dstend, -32] 95 st2g dstin, [dstend, -64] 96 st2g dstin, [dstend, -32]
|
D | __mtag_tag_zero_region.S | 25 #define dstend x3 macro 33 add dstend, dstin, count 46 stzg dstin, [dstend, -16] 56 stz2g dstin, [dstend, -32] 74 sub count, dstend, dst /* Count is now 64 too large. */ 83 stz2g dstin, [dstend, -64] 84 stz2g dstin, [dstend, -32] 95 stz2g dstin, [dstend, -64] 96 stz2g dstin, [dstend, -32]
|
/external/libcups/cgi-bin/ |
D | html.c | 72 *dstend; /* End of destination */ in cgiFormEncode() local 81 dstend = dst + dstsize - 1; in cgiFormEncode() 87 for (dstptr = dst; *src && dstptr < dstend;) in cgiFormEncode() 107 if (dstptr < (dstend - 2)) in cgiFormEncode()
|
/external/python/cpython2/Doc/includes/ |
D | tzinfo-examples.py | 148 dststart, dstend = DSTSTART_2007, DSTEND_2007 150 dststart, dstend = DSTSTART_1987_2006, DSTEND_1987_2006 152 dststart, dstend = DSTSTART_1967_1986, DSTEND_1967_1986 157 end = first_sunday_on_or_after(dstend.replace(year=dt.year))
|
/external/libcups/cups/ |
D | ipp-vars.c | 51 *dstend, /* End of destination */ in _ippVarsExpand() local 58 dstend = dst + dstsize - 1; in _ippVarsExpand() 60 while (*src && dstptr < dstend) in _ippVarsExpand() 117 strlcpy(dstptr, value, (size_t)(dstend - dstptr + 1)); in _ippVarsExpand()
|
D | snmp.c | 261 *dstend; /* End of string buffer */ in _cupsSNMPOIDToString() local 278 for (dstptr = dst, dstend = dstptr + dstsize - 1; in _cupsSNMPOIDToString() 279 *src >= 0 && dstptr < dstend; in _cupsSNMPOIDToString() 281 snprintf(dstptr, (size_t)(dstend - dstptr + 1), ".%d", *src); in _cupsSNMPOIDToString() 483 *dstend; /* End of OID array */ in _cupsSNMPStringToOID() local 507 for (dstend = dst + dstsize - 1, dstptr = dst, *dstptr = 0; in _cupsSNMPStringToOID() 508 *src && dstptr < dstend; in _cupsSNMPStringToOID()
|
D | http-support.c | 109 char *dstend, const char *reserved, 2226 char *dstend, /* I - End of destination buffer */ in http_copy_encode() argument 2234 while (*src && dst < dstend) in http_copy_encode() 2246 if ((dst + 2) >= dstend) in http_copy_encode()
|
D | dest.c | 3315 char *dstend = dst + dstsize - 1; /* End of destination buffer */ in cups_dnssd_unquote() local 3318 while (*src && dst < dstend) in cups_dnssd_unquote()
|
/external/python/cpython3/Doc/includes/ |
D | tzinfo_examples.py | 97 dststart, dstend = DSTSTART_2007, DSTEND_2007 99 dststart, dstend = DSTSTART_1987_2006, DSTEND_1987_2006 101 dststart, dstend = DSTSTART_1967_1986, DSTEND_1967_1986 106 end = first_sunday_on_or_after(dstend.replace(year=year))
|
/external/libcups/scheduler/ |
D | cups-lpd.c | 1629 *dstend; /* End of output buffer */ in smart_strlcpy() local 1633 …for (srcptr = (unsigned char *)src, dstptr = (unsigned char *)dst, dstend = dstptr + dstsize - 1; … in smart_strlcpy() 1644 if (dstptr > (dstend - 2)) in smart_strlcpy() 1656 if (dstptr > (dstend - 2)) in smart_strlcpy() 1668 if (dstptr > (dstend - 3)) in smart_strlcpy() 1681 if (dstptr > (dstend - 4)) in smart_strlcpy() 1697 if (dstptr > (dstend - 2)) in smart_strlcpy()
|
D | process.c | 868 *dstend; /* End of destination buffer */ in cupsd_requote() local 872 dstend = dst + dstsize - 2; in cupsd_requote() 874 while (*src && dstptr < dstend) in cupsd_requote()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | textprinter.c | 53 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local 64 if (dstend - dst < 4) { in putescaped()
|
/external/libcups/backend/ |
D | dnssd.c | 1267 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local 1270 while (*src && dst < dstend)
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8417 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local 8428 if (dstend - dst < 4) { in putescaped()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 12242 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local 12253 if (dstend - dst < 4) { in putescaped()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 21658 bloodstained %20321 blˈədstend
|
D | internal_raw_IPA.txt | 18401 bloodstained %27637 blˈədstend
|