HomeSort by relevance Sort by last modified time
    Searched defs:PrintBytes (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/stub/
tpm_lite_stub.c 63 __attribute__((unused)) static void PrintBytes(const uint8_t* a, int n) {
224 PrintBytes(request, 10);
225 PrintBytes(request + 10, x - 10);
227 PrintBytes(response, 10);
228 PrintBytes(response + 10, y - 10);
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]

Completed in 88 milliseconds