/external/qemu/distrib/sdl-1.2.15/src/video/ |
mmx.h | 24 I'll undefine BROKEN_PAND by default. 43 by LL and unsigned long long values by ULL, lest 134 Rev. 1.01 table 1), so we'll check the value of eax for 505 mmx_m2r(pandn, (mmx_t) -1LL, reg); \ 510 mmx_m2r(pandn, (mmx_t) -1LL, regd); \ 516 mmx_m2r(pandn, (mmx_t) -1LL, mm0); \
|
/hardware/invensense/60xx/mlsdk/mllite/ |
ml.c | 1010 (long)(((long long)inv_obj.gyro_sens * 767603923LL) / 1073741824LL); 1020 sf = (long)((long long)23832619764371LL / inv_obj.gyro_sens); [all...] |
/system/core/libpixelflinger/ |
pixelflinger.cpp | 734 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec; 740 return int64_t(t.tv_sec)*1000000000LL + int64_t(t.tv_usec)*1000LL;
|
/external/libvpx/libwebm/ |
mkvparser.cpp | 817 const long long unknown_size = (1LL << (7 * len)) - 1;
1154 const long long unknown_size = (1LL << (7 * len)) - 1;
[all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf_unittest.cc | 928 struct ArgValue* arg_value; // we'll return (this is the "else" branch). [all...] |
/frameworks/base/services/input/ |
EventHub.cpp | 583 effect.replay.length = (duration + 999999LL) / 1000000LL; 820 event->when = nsecs_t(iev.time.tv_sec) * 1000000000LL 821 + nsecs_t(iev.time.tv_usec) * 1000LL; 839 if (event->when >= now + 10 * 1000000000LL) { [all...] |
/external/icu4c/test/intltest/ |
numrgts.cpp | [all...] |
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | 372 int64_t Min = - (scale * (1LL << (field_width - 1))); 373 int64_t Max = scale * ((1LL << (field_width - 1)) - 1); 722 return CE->getValue() >= -(1LL << (BitWidth - 1)) 723 && CE->getValue() < (1LL << (BitWidth - 1)); 733 return CE->getValue() >= 0 && CE->getValue() < (1LL << bitWidth); 941 Inst.addOperand(MCOperand::CreateImm(Val & ((1LL << field_width) - 1))); [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 622 SDValue LL, RL, AddendL, AddendH; 623 LL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, 639 AddendL, LL, RL); 647 AddendL, LL, RL); 658 AddendL, LL, RL); 660 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH); [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 678 StringRef U, F, L, LL; 714 } else if (Suff::has("ll", text)) { 716 } else if (Suff::has("LL", text)) { 739 Info.LL = *UpperL ? "LL" : "ll"; 882 commit.insert(LitE, LitInfo.LL); [all...] |
/art/runtime/native/ |
java_lang_reflect_Field.cc | 33 DCHECK_EQ(value.GetJ(), 0LL);
|
/dalvik/tools/dmtracedump/ |
CreateTestTrace.c | 49 DataHeader header = { 0x574f4c53, VERSION, sizeof(DataHeader), 0LL };
|
/dalvik/vm/mterp/out/ |
InterpC-mips.cpp | 158 union { s8 ll; u4 parts[2]; } conv; member in union:__anon925 163 return conv.ll; 175 union { s8 ll; u4 parts[2]; } conv; member in union:__anon926 178 conv.ll = val; [all...] |
InterpC-x86.cpp | 158 union { s8 ll; u4 parts[2]; } conv; member in union:__anon933 163 return conv.ll; 175 union { s8 ll; u4 parts[2]; } conv; member in union:__anon934 178 conv.ll = val; [all...] |
/dalvik/vm/native/ |
dalvik_system_VMDebug.cpp | 140 * thread. If we actually start using the per-thread counters we'll 508 result = (jlong) (now.tv_sec*1000000000LL + now.tv_nsec);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 399 int64_t time_ms = (((int64_t)t.tv_sec)*1000000000LL + t.tv_nsec)/1000000;
|
/device/generic/goldfish/sensors/ |
sensors_qemu.c | 372 int64_t t = event_time * 1000LL; /* convert to nano-seconds */
|
/external/chromium_org/chrome/browser/drive/ |
drive_uploader.cc | 43 const int64 kUploadChunkSize = (1LL << 30); // 1GB
|
/external/chromium_org/chrome/installer/util/ |
user_experiment.cc | 69 const ULONGLONG k100sNanoSecsToHours = 10000000LL * 60 * 60;
|
/external/chromium_org/third_party/leveldatabase/src/doc/bench/ |
db_bench_tree_db.cc | 415 db_->tune_map(256LL<<20);
|
/external/clang/lib/Headers/ |
avxintrin.h | [all...] |
/external/opencv/ml/src/ |
mlboost.cpp | 578 // LL - number of samples that both the primary and the surrogate splits send to the left 584 double LL = 0, RL = 0, LR, RR; 603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value. 612 LL += w; LR -= w; 613 if( LL + RR > best_val && sorted[i].val + epsilon < sorted[i+1].val ) 615 best_val = LL + RR; 643 // LL - number of samples that both the primary and the surrogate splits send to the left [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 323 if (SDL_NAME(pa_stream_write)(stream, mixbuf, mixlen, NULL, 0LL, PA_SEEK_RELATIVE) < 0)
|
/external/stlport/stlport/stl/ |
_limits.h | 268 # define LONGLONG_MIN (-LONGLONG_MAX-1LL)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 268 # define LONGLONG_MIN (-LONGLONG_MAX-1LL)
|