HomeSort by relevance Sort by last modified time
    Searched refs:bit_cast (Results 1 - 11 of 11) sorted by null

  /frameworks/ex/variablespeed/jni/
macros.h 56 inline Dest bit_cast(const Source& source) { function
sola_time_scaler.cc 40 score += ((bit_cast<int32>(*buffer1++) ^ bit_cast<int32>(*buffer2++)) >= 0)
  /external/chromium/net/base/
gzip_filter.cc 212 zlib_stream_.get()->next_in = bit_cast<Bytef*>(next_stream_data_);
214 zlib_stream_.get()->next_out = bit_cast<Bytef*>(dest_buffer);
227 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
254 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
278 zlib_stream_.get()->next_in = bit_cast<Bytef*>(&dummy_head[0]);
280 zlib_stream_.get()->next_out = bit_cast<Bytef*>(&dummy_output[0]);
gzip_filter_unittest.cc 137 zlib_stream.next_in = bit_cast<Bytef*>(source);
139 zlib_stream.next_out = bit_cast<Bytef*>(dest);
sdch_filter_unittest.cc 778 zlib_stream.next_in = bit_cast<Bytef*>(input.data());
784 zlib_stream.next_out = bit_cast<Bytef*>(gzip_compressed.get());
    [all...]
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 20 inline Dest bit_cast(const Source& source) { function
91 bit_cast<char*>(puc);
94 bit_cast<int*>(pf);
  /external/chromium/chrome/common/
visitedlink_common.cc 95 return bit_cast<Fingerprint, uint8[8]>(
  /external/chromium/base/
basictypes.h 273 // bit_cast<Dest,Source> is a template function that implements the
279 // int i = bit_cast<int32>(f);
312 // bit_cast<> calls memcpy() which is blessed by the standard,
314 // bit_cast<> wraps up the nasty logic in one place.
328 inline Dest bit_cast(const Source& source) { function
time_win.cc 58 // Need to bit_cast to fix alignment, then divide by 10 to convert
61 return bit_cast<int64, FILETIME>(ft) / 10;
68 // Multiply by 10 to convert milliseconds to 100-nanoseconds. Bit_cast will
70 *ft = bit_cast<FILETIME, int64>(us * 10);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 99 bit_cast<FstInitFunc>(dlsym(handle, init_name.c_str()));
compat.h 275 inline Dest bit_cast(const Source& source) { function

Completed in 1018 milliseconds