Searched refs:LLU (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dlinux_libc_support_unittest.cc103 ASSERT_EQ(my_uint_len(18446744073709551615LLU), 20U);
125 my_uitos(buf, 18446744073709551615LLU, 20);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3470 EXPECT_NOT_POISONED(poisoned(0LL, 0LLU) < poisoned(0LL, 0LLU));
3471 EXPECT_NOT_POISONED(poisoned(0LLU, 0LLU) < poisoned(0LLU, 0LLU));
3480 EXPECT_NOT_POISONED(poisoned(0LL, 0LLU) <= poisoned(0LL, 0LLU));
3481 EXPECT_NOT_POISONED(poisoned(0LLU, 0LLU) <
[all...]
/external/pcre/dist/
H A Dpcrecpp_unittest.cc964 # define LLU "%I64u" macro
967 # define LLU "%llu" macro
1005 sprintf(buf, LLU, max_value);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dmsr-index.h570 #define VMX_BASIC_MEM_TYPE_WB 6LLU
/external/blktrace/btreplay/
H A Dbtrecord.c550 (long long unsigned)spec->bytes / 512LLU,
/external/libopus/celt/
H A Dfixed_debug.h57 #define VERIFY_UINT(x) ((x)<=(2147483647LLU<<1))
/external/pdfium/fpdfsdk/src/javascript/
H A Dglobal.cpp33 static const unsigned value = (ACC * 1313LLU + N) & 0xFFFFFFFF;

Completed in 268 milliseconds