/external/pdfium/core/fxcodec/codec/ |
D | fx_codec.cpp | 1575 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/ |
D | crypto_internal-cipher.c | 21 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()
|
D | crypto_libtomcrypt.c | 293 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/ |
D | vmt.c | 101 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()
|
D | vtbl.c | 582 vol->used_bytes = 613 vol->used_bytes = 615 vol->used_bytes += av->last_data_size; 632 vol->used_bytes =
|
D | kapi.c | 80 vi->used_bytes = vol->used_bytes; in ubi_do_get_volume_info()
|
D | upd.c | 94 vol->used_bytes = bytes; in clear_update_marker()
|
D | debug.c | 108 printf("\tused_bytes %lld\n", vol->used_bytes); in ubi_dump_vol_info()
|
D | ubi.h | 331 long long used_bytes; member
|
/external/u-boot/cmd/ |
D | ubi.c | 351 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/ |
D | dir2fs | 33 used_bytes="$((bytes + overhead))"
|
/external/u-boot/include/linux/mtd/ |
D | ubi.h | 105 long long used_bytes; member
|
/external/u-boot/doc/ |
D | README.ubi | 100 UBI: used_bytes 1048064 115 UBI: used_bytes 524032
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 601 __u64 used_bytes; member
|
/external/strace/ |
D | btrfs.c | 464 PRINT_FIELD_U(", ", *info, used_bytes); in print_btrfs_ioctl_space_info()
|
/external/dlmalloc/ |
D | malloc.c | 5173 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/ |
D | btrfs.c | 1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
|
/external/strace/tests-mx32/ |
D | btrfs.c | 1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
|
/external/strace/tests-m32/ |
D | btrfs.c | 1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
|