Searched refs:bit_cast (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/base/
H A Dgzip_filter.cc212 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]);
H A Dgzip_filter_unittest.cc137 zlib_stream.next_in = bit_cast<Bytef*>(source);
139 zlib_stream.next_out = bit_cast<Bytef*>(dest);
H A Dsdch_filter_unittest.cc778 zlib_stream.next_in = bit_cast<Bytef*>(input.data());
784 zlib_stream.next_out = bit_cast<Bytef*>(gzip_compressed.get());
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp20 inline Dest bit_cast(const Source& source) { function
91 bit_cast<char*>(puc);
94 bit_cast<int*>(pf);
/external/chromium/chrome/common/
H A Dvisitedlink_common.cc95 return bit_cast<Fingerprint, uint8[8]>(
/external/chromium/base/
H A Dbasictypes.h273 // 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
H A Dtime_win.cc58 // Need to bit_cast to fix alignment, then divide by 10 to convert
61 return bit_cast<int64, FILETIME>(ft) / 10;
70 *ft = bit_cast<FILETIME, int64>(us * 10);
/external/openfst/src/include/fst/
H A Dcompat.h70 inline Dest bit_cast(const Source& source) { function in namespace:fst
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h99 bit_cast<FstInitFunc>(dlsym(handle, init_name.c_str()));
H A Dcompat.h275 inline Dest bit_cast(const Source& source) { function

Completed in 212 milliseconds