Lines Matching +full:0 +full:xd3
33 0x58, 0x6e, 0xce, 0x27, 0x7f, 0x09, 0x41, 0xe0,
34 0x9e, 0x74, 0xe9, 0x01, 0x31, 0x7e, 0x9d, 0x42,
42 "0CC6C752-3961-4028-A286-C05CC616D396",
44 0x0c, 0xc6, 0xc7, 0x52, 0x39, 0x61, 0x40, 0x28,
45 0xa2, 0x86, 0xc0, 0x5c, 0xc6, 0x16, 0xd3, 0x96,
49 "0CC6C752-3961-4028-a286-c05cc616D396",
51 0x0c, 0xc6, 0xc7, 0x52, 0x39, 0x61, 0x40, 0x28,
52 0xa2, 0x86, 0xc0, 0x5c, 0xc6, 0x16, 0xd3, 0x96,
62 "0cc6c75239614028a286c05cc616d396",
64 "0cc6c-7523961-4028-a286-c05cc616d396",
66 "0cc6c752--3961-4028-a286-c05cc616d396",
72 ")0cc6c752-3961-4028-a286-c05cc616d396",
74 "0cc6c752-39*1-4028-a286-c05cc616d396",
76 "0cc6c752-39*61-4028-a286-c05cc616d396",
78 "0cc6c752-3961-4028-a286-c05cc616d39&",
80 "0cc6c752-3961-4028-a286-c05cc616d396&",
82 "0cc6c752-3961-4028-a286-c05cc616d39 ",
84 " 0cc6c752-3961-4028-a286-c05cc616d39",
91 ((uuid->data[6] & 0xf0) == 0x40 && (uuid->data[8] & 0xc0) == 0x80); in uuid_is_valid()
97 0x58, 0x6e, 0xce, 0x27, 0x7f, 0x09, 0x41, 0xe0, in test_uuid_generate()
98 0x9e, 0x74, 0xe9, 0x01, 0x31, 0x7e, 0x9d, 0x42 in test_uuid_generate()
103 for (i = 0; i < 100; ++i) { in test_uuid_generate()
115 0x58, 0x6e, 0xce, 0x27, 0x7f, 0x09, 0x41, 0xe0, in test_uuid_is_null()
116 0x9e, 0x74, 0xe9, 0x01, 0x31, 0x7e, 0x9d, 0x42 in test_uuid_is_null()
129 for (i = 0; i < ARRAY_SIZE(uuid_test_data); i++) { in test_uuid_parse()
147 for (i = 0; i < ARRAY_SIZE(uuid_test_data); i++) { in test_uuid_unparse()
162 for (i = 0; i < ARRAY_SIZE(uuid_test_data); i++) { in test_uuid_unparse_strdup()
179 for (i = 0; i < 100; i++) { in test_uuid_hash()
183 int data_idx = g_random_int_range(0, 15); in test_uuid_hash()
185 if (uuid.data[data_idx] < 0xFF) { in test_uuid_hash()