Home
last modified time | relevance | path

Searched defs:ull (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/CodeGen/
Diamcu-abi.c29 unsigned long long ull = 2; in testunsignedlonglong() local
Dnvptx-inlineasm-ptx.c12 unsigned long long ull; in constraints() local
Dcomplex-convert.c12 unsigned long long ull, _Complex signed char csc, in foo()
DAtomics.c12 unsigned long long ull; variable
DNontemporal.cpp11 unsigned long long ull; variable
Dbuiltins-ppc-p8vector.c14 unsigned long long ull; variable
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat_test.cc41 const uint64 ull = 8; in TEST() local
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c1247 uint64_t ull = 0; in sg_ll_read_long10() local
1340 uint64_t ull = 0; in sg_ll_read_long16() local
1430 uint64_t ull = 0; in sg_ll_write_long10() local
1514 uint64_t ull = 0; in sg_ll_write_long16() local
1600 uint64_t ull = 0; in sg_ll_verify10() local
1681 uint64_t ull = 0; in sg_ll_verify16() local
Dsg_lib.c331 uint64_t ull; in sg_get_sense_info_fld() local
526 uint64_t ull; in sg_decode_transportid_str() local
1238 uint64_t ull; in uds_referral_descriptor_str() local
/external/openssh/
Dscp.c932 unsigned long long ull; local
/external/libpcap/
Dpcap-int.h63 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ argument
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1055 unsigned long long ull; in show_buffer_under_overrun_page() local
1123 unsigned long long ull; in show_error_counter_page() local
1197 unsigned long long ull; in show_non_medium_error_page() local
1258 unsigned long long ull; in show_self_test_page() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp913 union { double db; unsigned long long ull; } u; in makeDoubleConstant() member