Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 3 of 3) sorted by relevance

/zcbor-latest/tests/unit/test3_float16/src/
Dmain.c124 static uint16_t retval = 0; in get_fp_bytes() local
127 if (i++ == fps[retval]) { in get_fp_bytes()
128 retval++; in get_fp_bytes()
131 return retval + 1; in get_fp_bytes()
/zcbor-latest/zcbor/
Dzcbor.py1315 retval = (len(values) == len(self.value)) and None not in values \
1317 return retval
1599 retval = list()
1604 child._add_if(retval, child_obj)
1606 return self._construct_obj(retval)
1608 retval = list()
1612 child._add_if(retval, child_key_val, expect_key=True)
1614 return self._construct_obj(retval)
1616 retval = list()
1620 child._add_if(retval, child_obj)
[all …]
/zcbor-latest/src/
Dzcbor_decode.c1597 bool retval = zcbor_multi_decode(0, 1, &num_decode, decoder, state, result, 0); in zcbor_present_decode() local
1599 zcbor_assert_state(retval, "zcbor_multi_decode should not fail with these parameters.\r\n"); in zcbor_present_decode()
1602 return retval; in zcbor_present_decode()