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

  /external/chromium_org/chrome/browser/safe_browsing/
pe_image_reader_win_unittest.cc 14 safe_browsing::PeImageReader::WordSize word_size; member in struct:TestData
46 EXPECT_EQ(expected_data_->word_size, image_reader_.GetWordSize());
pe_image_reader_win.cc 18 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_32; member in struct:safe_browsing::OptionalHeaderTraits
23 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_64; member in struct:safe_browsing::OptionalHeaderTraits
39 return TraitsType::word_size;
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DYLDRendezvous.cpp 73 const size_t word_size = 4; local
81 padding = address_size - word_size;
91 if (!(cursor = ReadMemory(cursor, &info.version, word_size)))
100 if (!(cursor = ReadMemory(cursor, &info.state, word_size)))
  /external/chromium_org/third_party/fips181/
fips181.cc 1319 USHORT word_size; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 215 static const unsigned word_size = sizeof(void*); local
226 pid, word_size, (void*)vm_addr, buf, size);
228 assert(sizeof(data) >= word_size);
242 remainder = remainder > word_size ? word_size : remainder;
261 vm_addr += word_size;
262 dst += word_size;
275 static const unsigned word_size = sizeof(void*); local
285 pid, word_size, (void*)vm_addr, buf, size);
290 remainder = remainder > word_size ? word_size : remainder
    [all...]

Completed in 514 milliseconds