| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448utils.h | 
| Switch to Source code | Preprocessed file | 
| Line | Source | Count | 
|---|---|---|
| 1 | typedef uint64_t c448_word_t; | - | 
| 2 | - | |
| 3 | typedef int64_t c448_sword_t; | - | 
| 4 | - | |
| 5 | typedef uint64_t c448_bool_t; | - | 
| 6 | - | |
| 7 | typedef __uint128_t c448_dword_t; | - | 
| 8 | - | |
| 9 | typedef __int128_t c448_dsword_t; | - | 
| 10 | typedef enum { | - | 
| 11 | C448_SUCCESS = -1, | - | 
| 12 | C448_FAILURE = 0 | - | 
| 13 | } c448_error_t; | - | 
| 14 | - | |
| 15 | - | |
| 16 | static inline c448_error_t c448_succeed_if(c448_bool_t x) | - | 
| 17 | { | - | 
| 18 |     return executed 1231 times by 2 tests:   (c448_error_t) x;return (c448_error_t) x;Executed by: 
 executed 1231 times by 2 tests:  return (c448_error_t) x;Executed by: 
  | 1231 | 
| 19 | } | - | 
| Switch to Source code | Preprocessed file |