Searched defs:total (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | primitiveTypes.h | 63 #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 67 #define indexMultiwordHi( total, n ) ((total) - (n)) argument 68 #define indexMultiwordLo( total, n ) 0 argument 69 #define indexMultiwordHiBut( total, n ) (n) argument 70 #define indexMultiwordLoBut( total, n ) 0 argument 74 #define indexWord( total, n ) ((total) - 1 - (n)) argument 75 #define indexWordHi( total ) 0 argument [all …]
|
| /optee_os/core/crypto/ |
| H A D | sm3.h | 19 uint32_t total[2]; /* number of bytes processed */ member
|
| /optee_os/core/kernel/ |
| H A D | embedded_ts.c | 147 size_t total = 0; in read_compressed() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | constant_time.c | 151 void mbedtls_ct_memmove_left(void *start, size_t total, size_t offset) in mbedtls_ct_memmove_left()
|
| /optee_os/core/drivers/crypto/aspeed/ |
| H A D | hace_ast2600.c | 49 uint64_t total[2]; member
|
| /optee_os/core/lib/zlib/ |
| H A D | inflate.h | 94 unsigned long total; /* protected copy of output count */ member
|