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

  /external/u-boot/include/
uuid.h 25 #define UUID_BIN_LEN sizeof(struct uuid)
  /external/u-boot/lib/
uuid.c 196 const u8 uuid_char_order[UUID_BIN_LEN] = {0, 1, 2, 3, 4, 5, 6, 7, 8,
198 const u8 guid_char_order[UUID_BIN_LEN] = {3, 2, 1, 0, 5, 4, 7, 6, 8,
265 unsigned char uuid_bin[UUID_BIN_LEN];

Completed in 44 milliseconds