HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 51 - 75 of 332) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
enum.c 3 B = 42LL << 32, // expected-warning {{ISO C restricts enumerator values to range of 'int'}}
18 { y = -9223372036854775807LL-1, // expected-warning {{ISO C restricts enumerator values to range of 'int'}}
128bitint.c 9 int a[(u128)-1 > 1LL ? 1 : -1];
shift.c 52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2);
  /external/e2fsprogs/lib/ext2fs/
qcow2.h 33 #define QCOW_OFLAG_COPIED (1LL << 63)
34 #define QCOW_OFLAG_COMPRESSED (1LL << 62)
  /external/libcxx/test/utilities/ratio/ratio.arithmetic/
ratio_divide.pass.cpp 56 static_assert(R::num == 630992477165LL && R::den == 127339199162436LL, "");
ratio_multiply.pass.cpp 56 static_assert(R::num == 15519594064236LL && R::den == 5177331081415LL, "");
  /external/libcxx/test/utilities/time/time.duration/time.duration.cast/
duration_cast.pass.cpp 40 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
41 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
  /external/chromium_org/google_apis/gcm/engine/
account_mapping_unittest.cc 28 base::Time::FromInternalValue(1305797421259977LL);
72 EXPECT_EQ(base::Time::FromInternalValue(1305797421259977LL),
82 EXPECT_EQ(base::Time::FromInternalValue(1305797421259977LL),
92 EXPECT_EQ(base::Time::FromInternalValue(1305797421259977LL),
102 EXPECT_EQ(base::Time::FromInternalValue(1305797421259977LL),
  /external/llvm/unittests/ADT/
APIntTest.cpp 225 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 2));
226 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 2));
227 EXPECT_EQ(APInt(32, uint64_t(-2LL)), APInt(32, "-10", 2));
228 EXPECT_EQ(APInt(32, uint64_t(-3LL)), APInt(32, "-11", 2));
229 EXPECT_EQ(APInt(32, uint64_t(-4LL)), APInt(32, "-100", 2));
246 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 8));
247 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 8));
248 EXPECT_EQ(APInt(32, uint64_t(-7LL)), APInt(32, "-7", 8));
249 EXPECT_EQ(APInt(32, uint64_t(-8LL)), APInt(32, "-10", 8));
250 EXPECT_EQ(APInt(32, uint64_t(-15LL)), APInt(32, "-17", 8))
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.c 244 #define LL(x) (sizeof(x)/sizeof(char) - 1)
266 addstr(out, RETS, LL(RETS));
267 bufflen -= LL(RETS);
273 addstr(out, PRE, LL(PRE)); /* add prefix */
274 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
282 addstr(out, RETS, LL(RETS));
284 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 24 * alternatives is not LL(k) for a fixed k. However, it is
25 * LL(*). The LL(*) algorithm simply scans ahead until it sees
119 example "parsing with a LL(*) grammar" do
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 137 LongLongTemplate<-9223372036854775807LL-1LL> int64_min;
140 LongLongTemplate<9223372036854775807LL> int64_max;
  /external/compiler-rt/test/builtins/Unit/ppc/
fixtfdi_test.c 21 { 0.0, 0.0, 0LL },
22 { -0.0, 0.0, 0LL },
23 { 1.0, 0.0, 1LL },
24 { -1.0, 0.0, -1LL },
25 { 2.0, 0.0, 2LL },
26 { -2.0, 0.0, -2LL },
27 { 3.0, 0.0, 3LL },
28 { -3.0, 0.0, -3LL },
29 { 4.0, 0.0, 4LL },
30 { -4.0, 0.0, -4LL },
    [all...]
  /device/htc/flounder/sensor_hub/libsensors/
SensorBase.h 30 #define NS_PER_SEC 1000000000LL
  /external/chromium_org/third_party/cld/base/
port.h 15 #define GG_LONGLONG(x) x##LL
  /external/chromium_org/v8/src/base/
macros.h 336 # define V8_PTR_PREFIX "ll"
343 # define V8_INT64_C(x) (x ## LL)
344 # define V8_INTPTR_C(x) (x ## LL)
349 # define V8_INT64_C(x) (x ## LL)
358 # define V8_INT64_C(x) (x ## LL)
  /external/clang/test/CodeGen/
blocks.c 51 long long ll = 0;
53 f4_helper(^{ if (b) return ll; return 0LL; });
ppc64-complex-parms.c 168 foo_long_long(2LL - 3LLi);
  /external/clang/test/FixIt/
fixit.c 72 LL // expected-warning {{unused label}}
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 47 #define INT64_C(x) x ## LL
52 #define INT64_F "ll"
  /external/llvm/test/MC/AsmParser/
directive_values.s 29 .quad 4294967295LL+1
  /external/clang/lib/Frontend/
ASTUnit.cpp 206 /// reparses during which we'll skip even trying to precompile the
283 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel)
284 | (1LL << CodeCompletionContext::CCC_ObjCIvarList)
285 | (1LL << CodeCompletionContext::CCC_ClassStructUnion)
286 | (1LL << CodeCompletionContext::CCC_Statement)
287 | (1LL << CodeCompletionContext::CCC_Type)
288 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression);
292 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
297 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver);
301 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName)
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc 100 #define LEGACY_META_PROTO_TIMES_1 129079956640320000LL
101 #define LEGACY_META_PROTO_TIMES_2 128976886618480000LL
102 #define LEGACY_META_PROTO_TIMES_4 129002163642690000LL
103 #define LEGACY_META_PROTO_TIMES_5 129001555500000000LL
104 #define LEGACY_META_PROTO_TIMES_6 129053976170000000LL
105 #define LEGACY_META_PROTO_TIMES_7 128976864758480000LL
106 #define LEGACY_META_PROTO_TIMES_8 128976864758480000LL
107 #define LEGACY_META_PROTO_TIMES_9 128976864758480000LL
108 #define LEGACY_META_PROTO_TIMES_10 128976864758480000LL
109 #define LEGACY_META_PROTO_TIMES_11 129079956948440000LL
    [all...]
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 128 EXPECT_TRUE(isPowerOf2_64(1LL << 46));
129 EXPECT_TRUE(isPowerOf2_64(1LL << 12));
130 EXPECT_FALSE(isPowerOf2_64((1LL << 53) + 3));
154 EXPECT_EQ(63u - i, CountLeadingOnes_64(0xFFFFFFFFFFFFFFFFLL ^ (1LL << i)));
188 EXPECT_EQ(0u, RoundUpToAlignment(~0LL, 8));
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 19 * alternatives is not LL(k) for a fixed k. However, it is
20 * LL(*). The LL(*) algorithm simply scans ahead until it sees

Completed in 583 milliseconds

1 23 4 5 6 7 8 91011>>