HomeSort by relevance Sort by last modified time
    Searched refs:ones (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/llvm/test/Bindings/Ocaml/
ipo_opts.ml 8 little ones. *)
scalar_opts.ml 8 little ones. *)
  /sdk/avdlauncher/
Android.mk 36 # names to not interfere with the ones from qemu/Makefile.android.
  /sdk/find_java/
Android.mk 49 # names to not interfere with the ones from qemu/Makefile.android.
  /sdk/find_lock/
Android.mk 37 # names to not interfere with the ones from qemu/Makefile.android.
  /sdk/sdklauncher/
Android.mk 36 # names to not interfere with the ones from qemu/Makefile.android.
  /external/qemu/
trace.c 283 uint32_t ones = year; local
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones;
288 ones = (mon - tens * 10);
289 mon = (tens << 4) | ones;
293 ones = (day - tens * 10);
294 day = (tens << 4) | ones;
300 ones = (hour - tens * 10);
301 hour = (tens << 4) | ones;
305 ones = (min - tens * 10);
306 min = (tens << 4) | ones;
    [all...]
  /external/skia/tools/
compare_baselines.py 40 baseline images; if you want to check in new baseline images (ones that the
  /ndk/build/core/
definitions-host.mk 27 # Cygwin-specific ones. On other platforms, it will just
114 # Cygwin-specific ones. On other platforms, it will just
setup-toolchain.mk 206 # and the installable imported ones they depend on
  /external/bison/lib/
bbitset.h 125 void (*ones) (bitset); member in struct:bitset_vtable
206 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
  /external/qemu/slirp/
debug.c 113 else if (ttyp->ones)
114 lprint(" %d ones have been typed\r\n", ttyp->ones);
  /external/qemu/slirp-android/
debug.c 112 else if (ttyp->ones)
113 lprint(" %d ones have been typed\r\n", ttyp->ones);
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 73 int block, ones=0xffff, ones_in_block; local
76 block = ones & (ones << (bits_in_block-ones_in_block));
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 44 // Windowsy ones should get still treated as Unix-style.
file.js 43 // Windowsy ones should get still treated as Unix-style.
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 81 // Copy all tasks, then remove the ones that don't match.
  /external/icu4c/data/mappings/
ucmfiles.mk 21 # different SI/SO characters than the "standard" ones: 0xf/0xe.
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 459 # Any remaining single quotes should be opening ones:
485 # Any remaining quotes should be opening ones.
  /external/opencv/cv/src/
cvfundam.cpp 1202 CvMat* ones = 0; local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 295 * invalid ones.
321 * invalid ones.
492 * but before getting any new ones.
  /external/stlport/
configure.bat 20 echo use "configure --help" to see the available ones.
128 echo available, only the ones that make a difference when building STLport are.
492 echo Error: Setting C runtime library for compiler other than microsoft ones!
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 564 pshufd xmm6, xmm6, 0 ; duplicate the last ones
565 pshufd xmm7, xmm7, 0 ; duplicate the last ones
  /external/v8/test/mjsunit/
undeletable-functions.js 29 // deletable and only specific ones undeletable or read-only.
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 62 uint32_t ones = 0xFFFFFFFF; local
134 "pick.qb %[hev1], %[ones], $0 \n\t"
146 "pick.qb %[s2], $0, %[ones] \n\t"
151 [q1] "r" (q1), [ones] "r" (ones), [flimit] "r" (flimit)
    [all...]

Completed in 792 milliseconds

12 3 4