Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/casimir_control_server/
Dutils.h41 int num_h = ByteNumber(hex_string[i * 2]); in BytesArray() local
43 CF_EXPECT(num_h >= 0 && num_l >= 0, in BytesArray()
45 (*out.get())[i] = num_h * 16 + num_l; in BytesArray()