Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dcommand.h49 static BROTLI_INLINE uint16_t GetCopyLengthCode(size_t copylen) { in GetCopyLengthCode()
83 static BROTLI_INLINE void GetLengthCode(size_t insertlen, size_t copylen, in GetLengthCode()
122 size_t copylen, int copylen_code_delta, size_t distance_code) { in InitCommand()
Dcompress_fragment_two_pass.c148 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen()
172 size_t copylen, uint32_t** commands) { in EmitCopyLenLastDistance()
Dcompress_fragment.c226 static BROTLI_INLINE void EmitCopyLen(size_t copylen, in EmitCopyLen()
258 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/elfutils/libdwelf/
Ddwelf_strtab.c340 size_t copylen = nulllen; in dwelf_strtab_finalize() local
/external/linux-kselftest/tools/testing/selftests/rseq/
Dparam_test.c899 size_t copylen; in this_cpu_memcpy_buffer_push() local
943 size_t copylen; in this_cpu_memcpy_buffer_pop() 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