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

  /frameworks/ex/variablespeed/jni/
macros.h 56 inline Dest bit_cast(const Source& source) { function
  /external/openfst/src/include/fst/
compat.h 70 inline Dest bit_cast(const Source& source) { function in namespace:fst
  /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/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
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 275 inline Dest bit_cast(const Source& source) { function

Completed in 6528 milliseconds