/external/wpa_supplicant_8/src/crypto/ |
crypto_internal-cipher.c | 21 size_t used_bytes; member in struct:crypto_cipher::__anon18435::__anon18436 113 ctx->u.rc4.used_bytes, crypt, len); 114 ctx->u.rc4.used_bytes += len; 177 ctx->u.rc4.used_bytes, plain, len); 178 ctx->u.rc4.used_bytes += len;
|
crypto_libtomcrypt.c | 289 size_t used_bytes; member in struct:crypto_cipher::__anon18442::__anon18443 359 ctx->u.rc4.used_bytes, crypt, len); 360 ctx->u.rc4.used_bytes += len; 383 ctx->u.rc4.used_bytes, plain, len); 384 ctx->u.rc4.used_bytes += len;
|
/dalvik/vm/alloc/ |
HeapSource.h | 166 size_t used_bytes, void* arg),
|
DdmHeap.cpp | 273 * Called by dlmalloc_inspect_all. If used_bytes != 0 then start is 274 * the start of a malloc-ed piece of memory of size used_bytes. If 280 static void heap_chunk_callback(void* start, void* end, size_t used_bytes, 287 if (used_bytes == 0) { 373 append_chunk(ctx, state, start, used_bytes + HEAP_SOURCE_CHUNK_OVERHEAD); 375 (char*)start + used_bytes + HEAP_SOURCE_CHUNK_OVERHEAD;
|
HeapSource.cpp | [all...] |
Copying.cpp | 735 size_t used_bytes, void* arg), [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.c | [all...] |