Searched refs:zcbor_int64_put (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 23 zassert_true(zcbor_int64_put(state_e, 5), NULL); in ZTEST() 33 zassert_true(zcbor_int64_put(state_e, 5), NULL); in ZTEST() 36 zassert_true(zcbor_int64_put(state_e, 5000000000), NULL); in ZTEST() 45 zassert_true(zcbor_int64_put(state_e, 0x80000000), NULL); in ZTEST() 52 zassert_true(zcbor_int64_put(state_e, -5000000000000), NULL); in ZTEST() 243 zassert_false(zcbor_int64_put(state_e, 2), NULL); in ZTEST() 283 zassert_true(zcbor_int64_put(state_e, 2), NULL); in ZTEST() 725 zassert_true(zcbor_int64_put(state_e, (int64_t)INT32_MIN - 1), NULL); in ZTEST() 727 zassert_true(zcbor_int64_put(state_e, INT64_MIN), NULL); in ZTEST() 732 zassert_true(zcbor_int64_put(state_e, (int64_t)INT32_MAX + 1), NULL); in ZTEST() [all …]
|
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 36 zcbor_int64_put(state_e, 2); in main()
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 63 bool zcbor_int64_put(zcbor_state_t *state, int64_t input); /* pint/nint */
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 180 bool zcbor_int64_put(zcbor_state_t *state, int64_t input) function
|