Go to the source code of this file.
Function Documentation
The explain_buffer_int32_array function may be used to print a representation of an array of int32_t values.
- Parameters:
-
sb | The string buffer to print into. |
data | The int32_t array to be printed. |
data_size | The number of elements in the array to be printed. |
Definition at line 32 of file int32_t.c.
The explain_buffer_int32_t function may be used to print a representation of a int32_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The int32_t value to be printed. |
Definition at line 25 of file int32_t.c.
The explain_buffer_uint32_array function may be used to print a representation of an array of uint32_t values.
- Parameters:
-
sb | The string buffer to print into. |
data | The uint32_t array to be printed. |
data_size | The number of elements in the array to be printed. |
Definition at line 76 of file int32_t.c.
The explain_buffer_uint32_t function may be used to print a representation of a uint32_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The uint32_t value to be printed. |
Definition at line 69 of file int32_t.c.
The explain_int32_array_all_zero function may be used to test an int32_t array, to see if all the values are zero.
- Parameters:
-
data | The int32_t array to be tested. |
data_size | The number of elements in the array to be tested. |
Definition at line 55 of file int32_t.c.
The explain_uint32_array_all_zero function may be used to test an uint32_t array, to see if all the values are zero.
- Parameters:
-
data | The uint32_t array to be tested. |
data_size | The number of elements in the array to be tested. |
Definition at line 99 of file int32_t.c.