Home
last modified time | relevance | path

Searched refs:LL (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/external/llvm/test/Transforms/MergeFunc/
Dself-referential-global.ll4 %LL = type { %S, %LL* }
8LL] [%LL { %S { void (%S*, i32)* @B }, %LL* getelementptr inbounds ([3 x %LL], [3 x %LL]* @Table, …
/external/libcxx/include/
Dratio127 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
145 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
159 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
177 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
188 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
224 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
259 typedef ratio<1LL, 1000000000000000000LL> atto;
260 typedef ratio<1LL, 1000000000000000LL> femto;
261 typedef ratio<1LL, 1000000000000LL> pico;
262 typedef ratio<1LL, 1000000000LL> nano;
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp545 const IFListType &LL = I->second; in dump_map() local
546 for (unsigned i = 0, n = LL.size(); i < n; ++i) in dump_map()
547 dbgs() << " " << PrintIFR(LL[i].first, HRI) << ", " in dump_map()
548 << PrintRegSet(LL[i].second, HRI) << '\n'; in dump_map()
829 const RSListType &LL = I->second; in findRecordInsertForms() local
830 for (unsigned i = 0, n = LL.size(); i < n; ++i) in findRecordInsertForms()
831 dbgs() << " (" << PrintReg(LL[i].first, HRI) << ",@" in findRecordInsertForms()
832 << LL[i].second << ')'; in findRecordInsertForms()
862 RSListType &LL = F->second; in findRecordInsertForms() local
863 for (unsigned i = 0, n = LL.size(); i < n; ++i) { in findRecordInsertForms()
[all …]
/external/valgrind/callgrind/
Dsim.c94 static cache_t2 I1, D1, LL; variable
319 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit; in cachesim_I1_ref()
327 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit; in cachesim_D1_ref()
427 switch( cachesim_ref_wb( &LL, Read, a, size) ) { in cachesim_I1_Read()
439 switch( cachesim_ref_wb( &LL, Read, a, size) ) { in cachesim_D1_Read()
455 cachesim_ref_wb( &LL, Write, a, size); in cachesim_D1_Write()
458 switch( cachesim_ref_wb( &LL, Write, a, size) ) { in cachesim_D1_Write()
497 UInt block = ( a >> LL.line_size_bits); in prefetch_LL_doref()
509 cachesim_ref(&LL, a + 5 * LL.line_size,1); in prefetch_LL_doref()
519 cachesim_ref(&LL, a - 5 * LL.line_size,1); in prefetch_LL_doref()
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
DANTLRBitSetTest.m18 static const unsigned long long bitData[] = {3LL, 1LL};
79 static const unsigned long long bitData[] = {3LL, 1LL};
89 static const unsigned long long bitData[] = {3LL, 1LL};
92 static const unsigned long long otherData[] = {5LL, 3LL, 1LL};
/external/valgrind/cachegrind/
Dcg_sim.c166 static cache_t2 LL; variable
174 cachesim_initcache(LLc, &LL); in cachesim_initcaches()
183 if (cachesim_ref_is_miss(&LL, a, size)) in cachesim_I1_doref_Gen()
198 UInt LL_set = block & LL.sets_min_1; in cachesim_I1_doref_NoX()
201 if (cachesim_setref_is_miss(&LL, LL_set, block)) in cachesim_I1_doref_NoX()
212 if (cachesim_ref_is_miss(&LL, a, size)) in cachesim_D1_doref()
228 if (I1.line_size_bits != LL.line_size_bits) return False; in cachesim_is_IrNoX()
/external/valgrind/cachegrind/tests/
Dwrap5.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
Dchdir.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
Ddlclose.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
Dnotpower2.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
/external/valgrind/cachegrind/tests/x86/
Dfpu-28-108.stderr.exp15 LL refs:
16 LL misses:
17 LL miss rate:
/external/valgrind/callgrind/tests/
Dsimwork-cache.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dsimwork1.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dnotpower2.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dnotpower2-hwpref.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dnotpower2-wb.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dsimwork2.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dsimwork3.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dnotpower2-use.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dthreads-use.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
Dsimwork-both.stderr.exp18 LL refs:
19 LL misses:
20 LL miss rate:
/external/ImageMagick/PerlMagick/t/reference/jng/
Dread_prog_jdaa.miff14LL<<--MM==..cc88''hh==,,��77--��CC99��CC@@��LLII��IIII��BBBB��==::��22//��9922��<<55��BB99��??66��…
16LL]]��@@\\��??__��HH\\��EEjj``TTjj``TTjjbbUUjjbbUUjjccSSkkddTTjjddTTjjddTTmmggYYxxrrdd__[[PPYYUUJJ…
Dread_idat.miff14LL<<--MM==..cc88''hh==,,��77--��CC99��CC@@��LLII��IIII��BBBB��==::��22//��9922��<<55��BB99��??66��…
16LL]]��@@\\��??__��HH\\��EEjj``TTjj``TTjjbbUUjjbbUUjjccSSkkddTTjjddTTjjddTTmmggYYxxrrdd__[[PPYYUUJJ…
Dread_jdaa.miff14LL<<--MM==..cc88''hh==,,��77--��CC99��CC@@��LLII��IIII��BBBB��==::��22//��9922��<<55��BB99��??66��…
16LL]]��@@\\��??__��HH\\��EEjj``TTjj``TTjjbbUUjjbbUUjjccSSkkddTTjjddTTjjddTTmmggYYxxrrdd__[[PPYYUUJJ…
Dread_prog.miff14LL<<--MM==..cc88''hh==,,��77--��CC99��CC@@��LLII��IIII��BBBB��==::��22//��9922��<<55��BB99��??66��…
16LL]]��@@\\��??__��HH\\��EEjj``TTjj``TTjjbbUUjjbbUUjjccSSkkddTTjjddTTjjddTTmmggYYxxrrdd__[[PPYYUUJJ…

12345678910>>...18