Searched refs:used_bytes (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec.cpp | 308 void UpdateOperator(uint8_t used_bytes); 448 void CCodec_RLScanlineDecoder::UpdateOperator(uint8_t used_bytes) { in UpdateOperator() argument 449 if (used_bytes == 0) { in UpdateOperator() 453 FXSYS_assert((FX_DWORD)m_Operator + 1 >= used_bytes); in UpdateOperator() 454 if (used_bytes == m_Operator + 1) { in UpdateOperator() 455 m_SrcOffset += used_bytes; in UpdateOperator() 459 m_Operator -= used_bytes; in UpdateOperator() 460 m_SrcOffset += used_bytes; in UpdateOperator() 467 FXSYS_assert((FX_DWORD)count >= used_bytes); in UpdateOperator() 468 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 | 289 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/libchrome/sandbox/win/src/ |
D | interception_internal.h | 65 size_t used_bytes; member
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 382 __u64 used_bytes; member
|
/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
|