Searched refs:used_bytes (Results 1 - 15 of 15) sorted by relevance

/external/libchrome/sandbox/win/src/
H A Dinterception_internal.h65 size_t used_bytes; member in struct:sandbox::DllInterceptionData
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec.cpp285 void UpdateOperator(uint8_t used_bytes);
423 void CCodec_RLScanlineDecoder::UpdateOperator(uint8_t used_bytes) { argument
424 if (used_bytes == 0) {
428 ASSERT((uint32_t)m_Operator + 1 >= used_bytes);
429 if (used_bytes == m_Operator + 1) {
430 m_SrcOffset += used_bytes;
434 m_Operator -= used_bytes;
435 m_SrcOffset += used_bytes;
442 ASSERT((uint32_t)count >= used_bytes);
443 if (used_bytes
[all...]
/external/e2fsprogs/contrib/
H A Ddir2fs33 used_bytes="$((bytes + overhead))"
36 nr_groups="$(( (used_bytes + (bytes_per_group - 1)) / bytes_per_group))"
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-cipher.c21 size_t used_bytes; member in struct:crypto_cipher::__anon25084::__anon25085
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;
H A Dcrypto_libtomcrypt.c289 size_t used_bytes; member in struct:crypto_cipher::__anon25091::__anon25092
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;
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-cipher.c21 size_t used_bytes; member in struct:crypto_cipher::__anon25347::__anon25348
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;
H A Dcrypto_libtomcrypt.c289 size_t used_bytes; member in struct:crypto_cipher::__anon25354::__anon25355
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;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-cipher.c21 size_t used_bytes; member in struct:crypto_cipher::__anon25614::__anon25615
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;
H A Dcrypto_libtomcrypt.c289 size_t used_bytes; member in struct:crypto_cipher::__anon25621::__anon25622
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;
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h566 __u64 used_bytes; member in struct:btrfs_ioctl_space_info
/external/strace/
H A Dbtrfs.c508 tprintf(", total_bytes=%" PRI__u64 ", used_bytes=%" PRI__u64 "}",
509 info->total_bytes, info->used_bytes);
/external/dlmalloc/
H A Dmalloc.c1019 size_t used_bytes,
1027 first used_bytes of the region contain allocated data. If
1028 used_bytes is zero, the region is unallocated. The handler is
5173 size_t used_bytes,
5359 size_t used_bytes,
5890 size_t used_bytes,
5170 internal_inspect_all(mstate m, void(*handler)(void *start, void *end, size_t used_bytes, void* callback_arg), void* arg) argument
5357 dlmalloc_inspect_all(void(*handler)(void *start, void *end, size_t used_bytes, void* callback_arg), void* arg) argument
5887 mspace_inspect_all(mspace msp, void(*handler)(void *start, void *end, size_t used_bytes, void* callback_arg), void* arg) argument
/external/strace/tests/
H A Dbtrfs.c1080 ", used_bytes=%" PRI__u64 "}",
1081 info->total_bytes, info->used_bytes);
/external/strace/tests-m32/
H A Dbtrfs.c1080 ", used_bytes=%" PRI__u64 "}",
1081 info->total_bytes, info->used_bytes);
/external/strace/tests-mx32/
H A Dbtrfs.c1080 ", used_bytes=%" PRI__u64 "}",
1081 info->total_bytes, info->used_bytes);

Completed in 928 milliseconds