Searched defs:ull (Results 1 – 13 of 13) sorted by relevance
29 unsigned long long ull = 2; in testunsignedlonglong() local
12 unsigned long long ull; in constraints() local
12 unsigned long long ull, _Complex signed char csc, in foo()
12 unsigned long long ull; variable
11 unsigned long long ull; variable
14 unsigned long long ull; variable
41 const uint64 ull = 8; in TEST() local
1247 uint64_t ull = 0; in sg_ll_read_long10() local1340 uint64_t ull = 0; in sg_ll_read_long16() local1430 uint64_t ull = 0; in sg_ll_write_long10() local1514 uint64_t ull = 0; in sg_ll_write_long16() local1600 uint64_t ull = 0; in sg_ll_verify10() local1681 uint64_t ull = 0; in sg_ll_verify16() local
331 uint64_t ull; in sg_get_sense_info_fld() local526 uint64_t ull; in sg_decode_transportid_str() local1238 uint64_t ull; in uds_referral_descriptor_str() local
932 unsigned long long ull; local
63 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ argument
1055 unsigned long long ull; in show_buffer_under_overrun_page() local1123 unsigned long long ull; in show_error_counter_page() local1197 unsigned long long ull; in show_non_medium_error_page() local1258 unsigned long long ull; in show_self_test_page() local
913 union { double db; unsigned long long ull; } u; in makeDoubleConstant() member