Home
last modified time | relevance | path

Searched defs:total (Results 1 – 12 of 12) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A DprimitiveTypes.h63 #define indexWord( total, n ) (n) argument
64 #define indexWordHi( total ) ((total) - 1) argument
65 #define indexWordLo( total ) 0 argument
66 #define indexMultiword( total, m, n ) (n) argument
68 #define indexMultiwordLo( total, n ) 0 argument
69 #define indexMultiwordHiBut( total, n ) (n) argument
70 #define indexMultiwordLoBut( total, n ) 0 argument
75 #define indexWordHi( total ) 0 argument
76 #define indexWordLo( total ) ((total) - 1) argument
78 #define indexMultiwordHi( total, n ) 0 argument
[all …]
/optee_os-3.20.0/core/crypto/
A Dsm3.h19 uint32_t total[2]; /* number of bytes processed */ member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dmd4.h61 uint32_t total[2]; /*!< number of bytes processed */ member
A Dmd5.h60 uint32_t total[2]; /*!< number of bytes processed */ member
A Dripemd160.h52 uint32_t total[2]; /*!< number of bytes processed */ member
A Dsha1.h65 uint32_t total[2]; /*!< The number of Bytes processed. */ member
A Dsha256.h60 uint32_t total[2]; /*!< The number of Bytes processed. */ member
A Dsha512.h59 uint64_t total[2]; /*!< The number of Bytes processed. */ member
/optee_os-3.20.0/core/kernel/
A Dembedded_ts.c141 size_t total = 0; in read_compressed() local
/optee_os-3.20.0/core/drivers/crypto/aspeed/
A Dhace_ast2600.c49 uint64_t total[2]; member
/optee_os-3.20.0/core/lib/zlib/
A Dinflate.h94 unsigned long total; /* protected copy of output count */ member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dconstant_time.c382 size_t total, in mbedtls_ct_mem_move_to_left()

Completed in 15 milliseconds