HomeSort by relevance Sort by last modified time
    Searched defs:used_bytes (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 21 size_t used_bytes; member in struct:crypto_cipher::__anon44616::__anon44617
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 290 size_t used_bytes; member in struct:crypto_cipher::__anon44623::__anon44624
360 ctx->u.rc4.used_bytes, crypt, len);
361 ctx->u.rc4.used_bytes += len;
384 ctx->u.rc4.used_bytes, plain, len);
385 ctx->u.rc4.used_bytes += len;
  /art/runtime/gc/allocator/
rosalloc.cc 1444 size_t used_bytes = num_pages * kPageSize; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs.h 319 __u64 used_bytes; member in struct:btrfs_ioctl_space_info
  /external/kernel-headers/original/uapi/linux/
btrfs.h 584 __u64 used_bytes; member in struct:btrfs_ioctl_space_info

Completed in 210 milliseconds