Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp268 void UpdateOperator(FX_BYTE used_bytes);
401 void CCodec_RLScanlineDecoder::UpdateOperator(FX_BYTE used_bytes) in UpdateOperator() argument
403 if (used_bytes == 0) { in UpdateOperator()
407 FXSYS_assert((FX_DWORD)m_Operator + 1 >= used_bytes); in UpdateOperator()
408 if (used_bytes == m_Operator + 1) { in UpdateOperator()
409 m_SrcOffset += used_bytes; in UpdateOperator()
413 m_Operator -= used_bytes; in UpdateOperator()
414 m_SrcOffset += used_bytes; in UpdateOperator()
421 FXSYS_assert((FX_DWORD)count >= used_bytes); in UpdateOperator()
422 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.c289 size_t used_bytes; member
359 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
360 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
383 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
384 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h356 __u64 used_bytes; member