Home
last modified time | relevance | path

Searched defs:memlen (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c322 void touch_memory(bool rw, unsigned long *memp, size_t memlen) in touch_memory()
/external/kernel-headers/original/uapi/misc/
Dfastrpc.h93 __u32 memlen; member
/external/curl/lib/
Dhttp.h244 size_t memlen; /* size of data copied to mem */ member
/external/curl/lib/vtls/
Dwolfssl.c955 int memlen = (len > (size_t)INT_MAX) ? INT_MAX : (int)len; in wolfssl_send() local
Dopenssl.c4410 int memlen; in ossl_send() local
/external/AFLplusplus/instrumentation/
DSanitizerCoverageLTO.so.cc1042 size_t memlen = 0, count = 0, offset = 0; in instrumentModule() local
/external/python/cpython3/Lib/test/
Dtest_buffer.py435 def verify_structure(memlen, itemsize, ndim, shape, strides, offset): argument
/external/curl/lib/vquic/
Dcurl_ngtcp2.c962 const void *mem, size_t memlen, in write_resp_raw()