Home
last modified time | relevance | path

Searched refs:byte_offset (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dcustom_field_fixed_size.cc39 Size byte_offset = size + end_offset; in GenBounds() local
40 …" << GetName() << "_it = to_bound (+ to_bound.NumBytesRemaining() - (" << byte_offset << ") / 8);"; in GenBounds()
Dscalar_field.cc61 Size byte_offset = Size(num_leading_bits + size.bits()) + end_offset; in GenBounds() local
62 …" << GetName() << "_it = to_bound + (to_bound.NumBytesRemaining() - (" << byte_offset << ") / 8);"; in GenBounds()