Home
last modified time | relevance | path

Searched refs:used_bytes (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp1575 void UpdateOperator(uint8_t used_bytes);
1713 void CCodec_RLScanlineDecoder::UpdateOperator(uint8_t used_bytes) { in UpdateOperator() argument
1714 if (used_bytes == 0) { in UpdateOperator()
1718 ASSERT((uint32_t)m_Operator + 1 >= used_bytes); in UpdateOperator()
1719 if (used_bytes == m_Operator + 1) { in UpdateOperator()
1720 m_SrcOffset += used_bytes; in UpdateOperator()
1724 m_Operator -= used_bytes; in UpdateOperator()
1725 m_SrcOffset += used_bytes; in UpdateOperator()
1732 ASSERT((uint32_t)count >= used_bytes); in UpdateOperator()
1733 if (used_bytes == count) { in UpdateOperator()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c21 size_t used_bytes; member
113 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
114 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
177 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
178 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
Dcrypto_libtomcrypt.c293 size_t used_bytes; member
363 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
364 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
387 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
388 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
/external/u-boot/drivers/mtd/ubi/
Dvmt.c101 ret = sprintf(buf, "%lld\n", vol->used_bytes); in vol_attribute_show()
251 vol->used_bytes = in ubi_create_volume()
254 vol->used_ebs = div_u64_rem(vol->used_bytes, in ubi_create_volume()
516 vol->used_bytes = in ubi_resize_volume()
737 if (vol->used_bytes != n) { in self_check_volume()
751 if (vol->used_bytes < 0 || vol->used_bytes > n || in self_check_volume()
752 vol->used_bytes < n - vol->usable_leb_size) { in self_check_volume()
Dvtbl.c582 vol->used_bytes =
613 vol->used_bytes =
615 vol->used_bytes += av->last_data_size;
632 vol->used_bytes =
Dkapi.c80 vi->used_bytes = vol->used_bytes; in ubi_do_get_volume_info()
Dupd.c94 vol->used_bytes = bytes; in clear_update_marker()
Ddebug.c108 printf("\tused_bytes %lld\n", vol->used_bytes); in ubi_dump_vol_info()
Dubi.h331 long long used_bytes; member
/external/u-boot/cmd/
Dubi.c351 if (offp == vol->used_bytes) in ubi_volume_read()
355 printf("No size specified -> Using max size (%lld)\n", vol->used_bytes); in ubi_volume_read()
356 size = vol->used_bytes; in ubi_volume_read()
361 if (offp + size > vol->used_bytes) in ubi_volume_read()
362 size = vol->used_bytes - offp; in ubi_volume_read()
/external/e2fsprogs/contrib/
Ddir2fs33 used_bytes="$((bytes + overhead))"
/external/u-boot/include/linux/mtd/
Dubi.h105 long long used_bytes; member
/external/u-boot/doc/
DREADME.ubi100 UBI: used_bytes 1048064
115 UBI: used_bytes 524032
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h601 __u64 used_bytes; member
/external/strace/
Dbtrfs.c464 PRINT_FIELD_U(", ", *info, used_bytes); in print_btrfs_ioctl_space_info()
/external/dlmalloc/
Dmalloc.c5173 size_t used_bytes, in internal_inspect_all() argument
5359 size_t used_bytes, in dlmalloc_inspect_all() argument
5890 size_t used_bytes, in mspace_inspect_all() argument
/external/strace/tests/
Dbtrfs.c1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
/external/strace/tests-mx32/
Dbtrfs.c1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
/external/strace/tests-m32/
Dbtrfs.c1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()