HomeSort by relevance Sort by last modified time
    Searched full:divided (Results 1 - 25 of 602) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 5 Measured run time in seconds should be divided by 0
  /packages/providers/MediaProvider/res/values/
dimens.xml 9 <!-- maximum size for album art. the real size of the albumart will be divided by two
  /packages/providers/MediaProvider/res/values-xlarge/
dimens.xml 9 <!-- maximum size for album art. the real size of the albumart will be divided by two
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.cc 111 uint8* divided = gdk_pixbuf_get_pixels(pixbuf); local
120 divided[i + 0] = SkColorGetR(unmultiplied);
121 divided[i + 1] = SkColorGetG(unmultiplied);
122 divided[i + 2] = SkColorGetB(unmultiplied);
123 divided[i + 3] = alpha;
125 divided[i + 0] = SkColorGetR(pixel);
126 divided[i + 1] = SkColorGetG(pixel);
127 divided[i + 2] = SkColorGetB(pixel);
128 divided[i + 3] = alpha;
  /external/chromium_org/ppapi/api/dev/
ppp_zoom_dev.idl 20 * only applies to text only. The scale factor is the percentage divided by
  /external/chromium_org/ui/gfx/
gtk_util.cc 103 uint8* divided = gdk_pixbuf_get_pixels(pixbuf); local
112 divided[i + 0] = SkColorGetR(unmultiplied);
113 divided[i + 1] = SkColorGetG(unmultiplied);
114 divided[i + 2] = SkColorGetB(unmultiplied);
115 divided[i + 3] = alpha;
117 divided[i + 0] = SkColorGetR(pixel);
118 divided[i + 1] = SkColorGetG(pixel);
119 divided[i + 2] = SkColorGetB(pixel);
120 divided[i + 3] = alpha;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h 34 /* NAMELEN is the length of the file name, divided by 4 and
37 contains the offset (divided by 4) of the file data in
40 (divided by 4) of the inode of the first file in that
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 34 /* NAMELEN is the length of the file name, divided by 4 and
37 contains the offset (divided by 4) of the file data in
40 (divided by 4) of the inode of the first file in that
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 34 /* NAMELEN is the length of the file name, divided by 4 and
37 contains the offset (divided by 4) of the file data in
40 (divided by 4) of the inode of the first file in that
  /external/tcpdump/
atime.awk 7 # number of the ack divided by 1024 (i.e., Kbytes acked).
stime.awk 7 # number of the packet divided by 1024 (i.e., Kbytes sent).
  /external/oprofile/events/alpha/ev4/
events 3 event:0x00 counters:0 um:zero minimum:4096 name:ISSUES : Total issues divided by 2
10 event:0x0c counters:0 um:zero minimum:4096 name:NON_ISSUES : Total nonissues divided by 2
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
PathShape.java 43 * on the new width divided by this width.
46 * on the new height divided by this height.
  /external/chromium_org/net/cert/
ct_verifier.h 32 // empty string. |result| will be filled with the SCTs present, divided into
  /external/chromium_org/ppapi/c/dev/
ppp_zoom_dev.h 35 * only applies to text only. The scale factor is the percentage divided by
  /external/giflib/
gif_hash.h 19 /* The 32 bits of the long are divided into two parts for the key & code: */
  /external/kernel-headers/original/linux/
calc64.h 11 * The 64bit dividend is divided by the divisor (data type long), the
  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 34 * macroblock is further divided into block overlaps.
  /external/proguard/src/proguard/evaluation/value/
LongValue.java 128 * Returns the remainder of this LongValue divided by the given
138 * Returns the remainder of the given LongValue divided by this
284 * Returns the remainder of this LongValue divided by the given
293 * Returns the remainder of the given SpecificLongValue divided by this
440 * Returns the remainder of this LongValue divided by the given
449 * Returns the remainder of the given ParticularLongValue divided by this
DoubleValue.java 104 * Returns the remainder of this DoubleValue divided by the given DoubleValue.
109 * Returns the remainder of the given DoubleValue divided by this DoubleValue.
194 * Returns the remainder of this DoubleValue divided by the given
297 * Returns the remainder of this DoubleValue divided by the given
FloatValue.java 104 * Returns the remainder of this FloatValue divided by the given FloatValue.
109 * Returns the remainder of the given FloatValue divided by this FloatValue.
194 * Returns the remainder of this FloatValue divided by the given
297 * Returns the remainder of this FloatValue divided by the given
  /external/dropbear/libtomcrypt/notes/
tech0006.txt 65 keySize INTEGER, -- Curve size (in bits) divided by eight
73 keySize INTEGER, -- Curve size (in bits) divided by eight
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp400.c 58 Word16 signal[], /* input signal / output is divided by 16 */
92 /* signal is divided by 16 to avoid overflow in energy computation */
  /external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox 10 /// divided into typedefs and structs and the standard runtime supplied interface implementation
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 38 //The avg is the depth of each node divided by the num of nodes.

Completed in 1241 milliseconds

1 2 3 4 5 6 7 8 91011>>