Home
last modified time | relevance | path

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

/lib/
Dtest_uuid.c14 guid_t le; member
21 .le = GUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76),
26 .le = GUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b),
31 .le = GUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84),
64 guid_t le; in test_uuid_test() local
70 if (guid_parse(data->uuid, &le)) in test_uuid_test()
74 if (!guid_equal(&data->le, &le)) { in test_uuid_test()
75 sprintf(buf, "%pUl", &le); in test_uuid_test()
93 guid_t le; in test_uuid_wrong() local
98 if (!guid_parse(data, &le)) in test_uuid_wrong()
Dfind_bit.c34 unsigned long start, unsigned long invert, unsigned long le) in _find_next_bit() argument
48 if (le) in _find_next_bit()
66 if (le) in _find_next_bit()
Dbitfield_kunit.c28 _res = le##tp##_encode_bits(v, field); \
32 (u64)le##tp##_to_cpu(_res), \
35 le##tp##_get_bits(_res, field) != v);\