Searched refs:rest (Results 1 – 4 of 4) sorted by relevance
217 db7, ds7, count, rest...) \ argument223 __UNUSED int rest_array[2 * 8] = {rest}; \304 db7, ds7, count, rest...) \ argument310 __UNUSED int rest_array[2 * 8] = {rest}; \
227 let (cmd_bytes, rest) = bytes.split_at(mem::size_of::<u32>()); in deserialize()228 let (status_bytes, payload_bytes) = rest.split_at(mem::size_of::<u32>()); in deserialize()
58 The rest of the data can be stored in a non-secure partition or file. The71 data in the block changes, this is assigned a new random value. The rest of the
141 let cose_header_rest = &value.header.rest; in try_from()