Home
last modified time | relevance | path

Searched defs:copylen (Results 1 – 12 of 12) sorted by relevance

/external/brotli/c/enc/
Dcommand.h48 static BROTLI_INLINE uint16_t GetCopyLengthCode(size_t copylen) { in GetCopyLengthCode()
82 static BROTLI_INLINE void GetLengthCode(size_t insertlen, size_t copylen, in GetLengthCode()
117 size_t copylen, int copylen_code_delta, size_t distance_code) { in InitCommand()
Dcompress_fragment_two_pass.c146 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen()
170 size_t copylen, uint32_t** commands) { in EmitCopyLenLastDistance()
Dcompress_fragment.c227 static BROTLI_INLINE void EmitCopyLen(size_t copylen, in EmitCopyLen()
259 static BROTLI_INLINE void EmitCopyLenLastDistance(size_t copylen, in EmitCopyLenLastDistance()
/external/curl/docs/examples/
Dftpuploadfrommem.c55 size_t copylen = max; in read_callback() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java287 int copylen=m_blocksize-offset-1; in insertElementAt() local
356 int copylen=m_blocksize-offset-1; in removeElementAt() local
/external/syslinux/com32/lib/syslinux/
Dmovebits.c314 struct syslinux_movelist **fp, addr_t copylen) in move_chunk()
394 addr_t needbase, needlen, copysrc, copydst, copylen; in syslinux_compute_movelist() local
/external/elfutils/libebl/
Deblwstrtab.c326 size_t copylen; in ebl_wstrtabfinalize() local
Deblstrtab.c338 size_t copylen = nulllen; in ebl_strtabfinalize() local
Deblgstrtab.c332 size_t copylen; in ebl_gstrtabfinalize() local
/external/syslinux/core/lwip/src/api/
Dsockets.c555 u16_t buflen, copylen; in lwip_recvfrom() local
/external/libevent/
Dbuffer.c1225 size_t copylen = chain->off - pos_in_chain; in evbuffer_copyout_from() local
/external/python/cpython2/Modules/
D_bsddb.c532 unsigned int srclen, copylen; in our_strlcpy() local