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

1 2 3

  /external/tremolo/Tremolo/
misc.h 76 } halves; member in union:magic
86 } halves; member in union:magic
94 return magic.halves.hi;
104 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17);
  /external/libvpx/vp8/decoder/
dequantize.c 48 /* the idct halves ( >> 1) the pitch */
90 /* the idct halves ( >> 1) the pitch */
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 851 std::list<double> halves; member in class:google::protobuf::__anon5624::RepeatedFieldInsertionIteratorsTest
869 halves.push_back(1.0);
870 halves.push_back(0.5);
871 halves.push_back(0.25);
872 halves.push_back(0.125);
873 halves.push_back(0.0625);
874 std::copy(halves.begin(), halves.end(),
917 TEST_F(RepeatedFieldInsertionIteratorsTest, Halves) {
918 EXPECT_TRUE(std::equal(halves.begin()
    [all...]
  /dalvik/docs/opcodes/
opcode-04-move-wide.html 21 must arrange for both halves of a register pair to be read before anything is
  /device/samsung/crespo/
device.mk 25 # separated into two halves: this half here contains the parts that
device_base.mk 25 # separated into two halves: this half here contains the parts that
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_high_digs.c 23 * only the higher digits were needed. This essentially halves the work.
  /external/kernel-headers/original/linux/byteorder/
swabb.h 19 * swahb32 swap 8-bit halves of each 16-bit half-word in a 32-bit word
  /device/samsung/crespo4g/
device.mk 25 # separated into two halves: this half here contains the parts that
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
smmintrin.h 205 halves of results. */
  /external/chromium/base/
atomicops_unittest.cc 88 // Use test value that has non-zero bits in both halves, more for testing
111 // Use test value that has non-zero bits in both halves, more for testing
  /external/dropbear/libtomcrypt/src/ciphers/
kasumi.c 85 /* The sixteen bit input is split into two unequal halves, *
128 /* split out the left and right halves */
136 /* put the two halves back together */
  /development/simulator/app/
LocalBiChannel.cpp 382 * Create the two halves. We dup() the sock so that closing one side
431 * Create the two halves. We dup() the sock so that closing one side
  /external/qemu/
qemu-common.h 85 /* bottom halves */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 64 /** @brief Combines two ranges into one and thus halves the number of ranges.
  /external/chromium/base/allocator/
allocator_unittests.cc 166 // Use test value that has non-zero bits in both halves, more for testing
189 // Use test value that has non-zero bits in both halves, more for testing
  /external/chromium/sdch/open-vcdiff/src/
adler32.c 69 Both 16-bit halves of the checksum are between 0 and BASE-1 (inclusive).
  /dalvik/vm/
Thread.h 116 * halves, to make atomic ops possible. In practice, you only need
  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 160 * halves of surrogate pairs.
183 * halves of surrogate pairs.
247 * halves of surrogate pairs.
270 * halves of surrogate pairs.
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 160 * halves of surrogate pairs.
183 * halves of surrogate pairs.
247 * halves of surrogate pairs.
270 * halves of surrogate pairs.
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 332 // NOTE: DOM_OBJECT_TYPES is split into two halves because
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 160 * halves of surrogate pairs.
183 * halves of surrogate pairs.
247 * halves of surrogate pairs.
270 * halves of surrogate pairs.
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 160 * halves of surrogate pairs.
183 * halves of surrogate pairs.
247 * halves of surrogate pairs.
270 * halves of surrogate pairs.
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
fwd_long_complex_rot.cpp 81 the first and second halves of the input vector "Data_in", as well as

Completed in 914 milliseconds

1 2 3