Home
last modified time | relevance | path

Searched refs:u64_val (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/stdint/
H A Dint-types.c7 u64 u64_val = 0; in test_types() local
11 printf("u64 = %llu\n", u64_val); in test_types()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_bswap.c44 : [u64_val]"i"(0xff12ff34ff56ff78ull) in bswap_64()