Searched refs:ll (Results 1 – 9 of 9) sorted by relevance
/hardware/invensense/60xx/mlsdk/mllite/ |
D | ml_stored_data.c | 547 unsigned long long ll; in inv_load_cal_V3() member 703 dToLL.ll = 0; in inv_load_cal_V3() 704 dToLL.ll += 72057594037927936ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3() 705 dToLL.ll += 281474976710656ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3() 706 dToLL.ll += 1099511627776ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3() 707 dToLL.ll += 4294967296LL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3() 708 dToLL.ll += 16777216ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3() 709 dToLL.ll += 65536ULL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3() 710 dToLL.ll += 256LL * ((unsigned long long)calData[ptr++]); in inv_load_cal_V3() 711 dToLL.ll += (unsigned long long)calData[ptr++]; in inv_load_cal_V3() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_tapify.py | 30 ll=[h(r),l(c)] 32 sum = dist(ul,p)+dist(ur,p)+dist(ll,p)+dist(lr,p) 33 t4 = scale - t(ul,p,sum) - t(ur,p,sum) - t(ll,p,sum); 35 [ll,t(ll,p,sum)],[lr,t4]]
|
/hardware/intel/img/psb_video/src/ |
D | psb_texture.h | 71 long ll; member
|
D | psb_overlay.h | 264 long ll; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 56 Also, you'll need CMake 2.6.4 or higher if you want to build the 290 compiler and/or linker to select the pthread library, or you'll get 293 script, you'll need to read your compiler and linker's manual to 306 to the compiler flags. You'll also need to tell the linker to produce 339 For example, with -DGTEST_DONT_DEFINE_TEST=1, you'll need to write 354 users' long-term benefits. This section describes what you'll need to 388 functionality, you'll want to compile and run Google Test's own tests.
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
D | JPEGTest.c | 219 int ll = 0,lh = 0, got = 0; local 250 ReadFile(infile, &ll, 1, &got, NULL); 253 ll = fgetc(infile); 256 itemlen = (lh << 8) | ll; 269 Data[1] = (uchar)ll;
|
/hardware/intel/img/libdrm/ |
D | README | 42 1. You'll need kernel sources. If using Fedora Core 5, for example, you may
|
D | aclocal.m4 | 1606 # If test is not a shell built-in, we'll probably end up computing a 7911 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 7913 # using a macro with the same name in our local m4/libtool.m4 it'll 8352 # after this tag, mechanisms are not by side-effect, so they'll
|
D | ltmain.sh | 5137 if test "X$ll" = "X$old_library" ; then # only static version available
|