HomeSort by relevance Sort by last modified time
    Searched defs:halves (Results 1 - 8 of 8) sorted by null

  /external/tremolo/Tremolo/
misc.h 77 } halves; member in union:magic
87 } halves; member in union:magic
95 return magic.halves.hi;
105 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17);
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 189 int halves = 0; local
190 while (struct_size + (image_size >> 2*halves) > max_ipc_message_size_)
191 halves++;
192 if (halves) {
194 // If decoded image is too large for IPC message, shrink it by halves.
200 decoded_image.width() >> halves, decoded_image.height() >> halves);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1211 std::list<double> halves; member in class:google::protobuf::__anon19472::RepeatedFieldInsertionIteratorsTest
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 851 std::list<double> halves; member in class:google::protobuf::__anon12688::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...]
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 122 long halves[2]; member in union:__anon10362
129 memcpy(buf + offset, u.halves + half, sz);
  /external/libunwind/include/
libunwind-ppc64.h 81 uint64_t halves[2]; member in struct:__anon8374
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 566 milliseconds