HomeSort by relevance Sort by last modified time
    Searched defs:dstend (Results 1 - 8 of 8) sorted by null

  /bionic/libc/arch-arm64/generic/bionic/
memset.S 78 #define dstend x4 define
104 add dstend, dstin, count
115 str val, [dstend, -8]
120 str valw, [dstend, -4]
125 strh valw, [dstend, -2]
132 str q0, [dstend, -16]
135 str q0, [dstend, -32]
144 stp q0, q0, [dstend, -32]
157 sub count, dstend, dst /* Count is 16 too large. */
165 2: stp q0, q0, [dstend, -64
    [all...]
memcpy_base.S 68 #define dstend x5 define
99 add dstend, dstin, count
114 stp C_l, C_h, [dstend, -32]
117 stp D_l, D_h, [dstend, -16]
129 str A_h, [dstend, -8]
137 str A_hw, [dstend, -4]
150 strb A_hw, [dstend, -1]
166 stp E_l, E_h, [dstend, -32]
167 stp F_l, F_h, [dstend, -16]
213 stp E_l, E_h, [dstend, -64
    [all...]
  /libcore/ojluni/src/main/native/
ObjectInputStream.c 62 jsize dstend; local
90 dstend = dstpos + nfloats;
91 for ( ; dstpos < dstend; dstpos++) {
130 jsize dstend; local
158 dstend = dstpos + ndoubles;
159 for ( ; dstpos < dstend; dstpos++) {
  /bionic/libc/arch-arm64/cortex-a53/bionic/
memmove.S 67 #define dstend x4 define
98 add dstend, dstin, count
101 /* Align dstend to 16 byte alignment so that we don't cross cache line
106 and tmp1, dstend, 15
111 stp D_l, D_h, [dstend, -16]
115 sub dstend, dstend, tmp1
120 stp A_l, A_h, [dstend, -16]
122 stp B_l, B_h, [dstend, -32]
124 stp C_l, C_h, [dstend, -48
    [all...]
  /external/libcups/cups/
snmp.c 261 *dstend; /* End of string buffer */ local
278 for (dstptr = dst, dstend = dstptr + dstsize - 1;
279 *src >= 0 && dstptr < dstend;
281 snprintf(dstptr, (size_t)(dstend - dstptr + 1), ".%d", *src);
483 *dstend; /* End of OID array */ local
507 for (dstend = dst + dstsize - 1, dstptr = dst, *dstptr = 0;
508 *src && dstptr < dstend;
    [all...]
dest.c 3597 char *dstend = dst + dstsize - 1; \/* End of destination buffer *\/ local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 9203 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9877 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); local
    [all...]

Completed in 283 milliseconds