/external/syslinux/com32/lib/syslinux/ |
D | movebits.c | 314 struct syslinux_movelist **fp, addr_t copylen) in move_chunk() argument 338 dprintf("Q: copylen = 0x%08x, needlen = 0x%08x\n", copylen, needlen); in move_chunk() 340 if (copylen < needlen) { in move_chunk() 342 copydst += (f->len - copylen); in move_chunk() 343 copysrc += (f->len - copylen); in move_chunk() 347 copylen, copysrc, copydst); in move_chunk() 350 fp = split_movelist(copysrc, copylen, fp); /* Is this right? */ in move_chunk() 394 addr_t needbase, needlen, copysrc, copydst, copylen; in syslinux_compute_movelist() local 478 copylen = needlen; in syslinux_compute_movelist() 479 allocate_from(&mmap, needbase, copylen); in syslinux_compute_movelist() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SuballocatedIntVector.java | 287 int copylen=m_blocksize-offset-1; in insertElementAt() local 297 System.arraycopy(block, offset , block, offset+1, copylen); in insertElementAt() 356 int copylen=m_blocksize-offset-1; in removeElementAt() local 361 System.arraycopy(block, offset+1, block, offset, copylen); in removeElementAt()
|
/external/elfutils/libebl/ |
D | eblwstrtab.c | 326 size_t copylen; in ebl_wstrtabfinalize() local 349 copylen = sizeof (wchar_t) * nulllen; in ebl_wstrtabfinalize() 350 copystrings (st->root, &endp, ©len); in ebl_wstrtabfinalize() 351 assert (copylen == (st->total + nulllen) * sizeof (wchar_t)); in ebl_wstrtabfinalize()
|
D | eblgstrtab.c | 332 size_t copylen; in ebl_gstrtabfinalize() local 355 copylen = nulllen; in ebl_gstrtabfinalize() 356 copystrings (st->root, &endp, ©len); in ebl_gstrtabfinalize() 357 assert (copylen == st->total * st->width + nulllen); in ebl_gstrtabfinalize()
|
D | eblstrtab.c | 338 size_t copylen = nulllen; in ebl_strtabfinalize() local 340 copystrings (st->root, &endp, ©len); in ebl_strtabfinalize() 341 assert (copylen == st->total + nulllen); in ebl_strtabfinalize()
|
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 555 u16_t buflen, copylen; in lwip_recvfrom() local 633 copylen = buflen; in lwip_recvfrom() 635 copylen = (u16_t)len; in lwip_recvfrom() 640 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset); in lwip_recvfrom() 642 off += copylen; in lwip_recvfrom() 645 LWIP_ASSERT("invalid copylen, len would underflow", len >= copylen); in lwip_recvfrom() 646 len -= copylen; in lwip_recvfrom() 708 if ((netconn_type(sock->conn) == NETCONN_TCP) && (buflen - copylen > 0)) { in lwip_recvfrom() 710 sock->lastoffset += copylen; in lwip_recvfrom()
|
/external/jemalloc/src/ |
D | ctl.c | 1072 size_t copylen = (sizeof(t) <= *oldlenp) \ 1074 memcpy(oldp, (void *)&(v), copylen); \
|
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |