/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/ratio.arithmetic/ |
ratio_multiply.pass.cpp | 56 static_assert(R::num == 15519594064236LL && R::den == 5177331081415LL, "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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));
|
/prebuilts/sdk/renderscript/clang-include/ |
limits.h | 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) 114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
|
/external/valgrind/callgrind/ |
sim.c | 94 static cache_t2 I1, D1, LL; 234 * Model: single inclusive, 2-level cache hierarchy (L1/LL) 319 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit; 327 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit; 337 * More complex model: L1 Write-through, LL Write-back 427 switch( cachesim_ref_wb( &LL, Read, a, size) ) { 439 switch( cachesim_ref_wb( &LL, Read, a, size) ) { 452 * the write to the LL to make the LL line dirty. 455 cachesim_ref_wb( &LL, Write, a, size) [all...] |
/prebuilts/go/darwin-x86/src/runtime/internal/atomic/ |
asm_mipsx.s | 16 LL (R1), R4 // R4 = *R1 48 LL (R2), R1 // R1 = *R2 63 LL (R2), R1 // R1 = *R2 118 LL (R3), R4 // R4 = *R3 144 LL (R3), R4 // R4 = *R3
|
/prebuilts/go/linux-x86/src/runtime/internal/atomic/ |
asm_mipsx.s | 16 LL (R1), R4 // R4 = *R1 48 LL (R2), R1 // R1 = *R2 63 LL (R2), R1 // R1 = *R2 118 LL (R3), R4 // R4 = *R3 144 LL (R3), R4 // R4 = *R3
|
/device/linaro/bootloader/edk2/AppPkg/Applications/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/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/syslinux/com32/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/valgrind/cachegrind/ |
cg_sim.c | 166 static cache_t2 LL; 174 cachesim_initcache(LLc, &LL); 183 if (cachesim_ref_is_miss(&LL, a, size)) 198 UInt LL_set = block & LL.sets_min_1; 200 // can use block as tag as L1I and LL cache line sizes are equal 201 if (cachesim_setref_is_miss(&LL, LL_set, block)) 212 if (cachesim_ref_is_miss(&LL, a, size)) 219 * Does this Ir only touch one cache line, and are L1I/LL cache 228 if (I1.line_size_bits != LL.line_size_bits) return False;
|
/libcore/ojluni/src/main/native/ |
zip_util.h | 68 #define LL(b, n) (((jlong)LG(b, n)) | (((jlong)LG(b, n+4)) << 32)) 122 #define ZIP64_ENDLEN(b) LL(b, 4) /* size of zip64 end of central dir */ 127 #define ZIP64_ENDTOD(b) LL(b, 24) /* total number of entries on this disk */ 128 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */ 129 #define ZIP64_ENDSIZ(b) LL(b, 40) /* central directory size in bytes */ 130 #define ZIP64_ENDOFF(b) LL(b, 48) /* offset of first CEN header */ 136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */
|
/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/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...] |
/bionic/libc/include/android/ |
legacy_stdlib_inlines.h | 50 return (__n < 0LL) ? -__n : __n;
|
/device/generic/goldfish/camera/ |
EmulatedFakeCameraDevice.h | 165 static const nsecs_t mRotateFreq = 3000000000LL;
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeCoreTimerLib/ |
DxeCoreTimerLib.c | 122 *EndValue = (UINT64)-1LL;
|
/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/clang/test/Sema/ |
shift.c | 53 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2);
|
/external/clang/test/SemaCXX/ |
cxx98-compat-pedantic.cpp | 46 -42LL; // expected-warning {{'long long' is incompatible with C++98}}
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
skew_consistency.c | 51 #define NSEC_PER_SEC 1000000000LL
|
/external/llvm/test/MC/AsmParser/ |
directive_values.s | 29 .quad 4294967295LL+1
|
/external/strace/tests/ |
readahead.c | 71 -1LL,
|
/external/strace/tests-m32/ |
readahead.c | 71 -1LL,
|