Searched refs:cast_type (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 402 template<class cast_type, class RandomAccessIter> 403 inline cast_type 406 cast_type result; in cast_float_iter() 407 std::memcpy(&result, &(*floatiter), sizeof(cast_type)); in cast_float_iter() 412 template<class data_type, class cast_type> 413 inline cast_type 416 cast_type result; in mem_cast() 417 std::memcpy(&result, &data, sizeof(cast_type)); in mem_cast() 471 template <class RandomAccessIter, class cast_type> 473 find_extremes(RandomAccessIter current, RandomAccessIter last, cast_type & max, cast_type & min) in find_extremes() [all …]
|
/external/v8/src/wasm/ |
D | wasm-text.cc | 164 #define CASE_CONST(type, str, cast_type) \ in PrintWasmText() argument 167 os << #str ".const " << static_cast<cast_type>(imm.value); \ in PrintWasmText()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument 3510 (cast_type, match.group(1)))
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4136 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument 4227 (cast_type, match.group(1)))
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 4136 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument 4227 (cast_type, match.group(1)))
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5255 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument 5303 (cast_type, match.group(1)))
|