HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 101 - 125 of 1204) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/base/
string_number_conversions_unittest.cc 439 unsigned char bytes[] = {0x01, 0xff, 0x02, 0xfe, 0x03, 0x80, 0x81}; local
440 hex = HexEncode(bytes, sizeof(bytes));