/external/flac/libFLAC/ |
D | fixed_intrin_sse2.c | 67 __m128i last_error; in FLAC__fixed_compute_best_predictor_intrin_sse2() local 69 last_error = _mm_cvtsi32_si128(data[-1]); // 0 0 0 le0 in FLAC__fixed_compute_best_predictor_intrin_sse2() 71 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0)); in FLAC__fixed_compute_best_predictor_intrin_sse2() 72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_intrin_sse2() 74 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0)); in FLAC__fixed_compute_best_predictor_intrin_sse2() 75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_sse2() 77 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0)); in FLAC__fixed_compute_best_predictor_intrin_sse2() 78 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_intrin_sse2() 86 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_sse2() 87 last_error = _mm_srli_si128(last_error, 4); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_sse2() [all …]
|
D | fixed_intrin_ssse3.c | 67 __m128i last_error; in FLAC__fixed_compute_best_predictor_intrin_ssse3() local 69 last_error = _mm_cvtsi32_si128(data[-1]); // 0 0 0 le0 in FLAC__fixed_compute_best_predictor_intrin_ssse3() 71 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0)); in FLAC__fixed_compute_best_predictor_intrin_ssse3() 72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_intrin_ssse3() 74 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0)); in FLAC__fixed_compute_best_predictor_intrin_ssse3() 75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_ssse3() 77 last_error = _mm_shuffle_epi32(last_error, _MM_SHUFFLE(2,1,0,0)); in FLAC__fixed_compute_best_predictor_intrin_ssse3() 78 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_intrin_ssse3() 86 err1 = _mm_sub_epi32(err1, last_error); in FLAC__fixed_compute_best_predictor_intrin_ssse3() 87 last_error = _mm_srli_si128(last_error, 4); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_ssse3() [all …]
|
/external/libtextclassifier/lang_id/common/file/ |
D | mmap.cc | 48 const string last_error = GetLastSystemError(); in ~FileCloser() local 49 SAFTM_LOG(ERROR) << "Error closing file descriptor: " << last_error; in ~FileCloser() 63 const string last_error = GetLastSystemError(); in MmapFile() local 64 SAFTM_LOG(ERROR) << "Error opening " << filename << ": " << last_error; in MmapFile() 80 const string last_error = GetLastSystemError(); in MmapFile() local 81 SAFTM_LOG(ERROR) << "Unable to stat fd: " << last_error; in MmapFile() 111 const string last_error = GetLastSystemError(); in MmapFile() local 112 SAFTM_LOG(ERROR) << "Error while mmapping: " << last_error; in MmapFile() 125 const string last_error = GetLastSystemError(); in Unmap() local 126 SAFTM_LOG(ERROR) << "Error during Unmap / munmap: " << last_error; in Unmap()
|
/external/libtextclassifier/utils/memory/ |
D | mmap.cc | 43 const std::string last_error = GetLastSystemError(); in ~FileCloser() local 44 TC3_LOG(ERROR) << "Error closing file descriptor: " << last_error; in ~FileCloser() 60 const std::string last_error = GetLastSystemError(); in MmapFile() local 61 TC3_LOG(ERROR) << "Error opening " << filename << ": " << last_error; in MmapFile() 77 const std::string last_error = GetLastSystemError(); in MmapFile() local 78 TC3_LOG(ERROR) << "Unable to stat fd: " << last_error; in MmapFile() 113 const std::string last_error = GetLastSystemError(); in MmapFile() local 114 TC3_LOG(ERROR) << "Error while mmapping: " << last_error; in MmapFile() 128 const std::string last_error = GetLastSystemError(); in Unmap() local 129 TC3_LOG(ERROR) << "Error during Unmap / munmap: " << last_error; in Unmap()
|
/external/elfutils/libasm/ |
D | asm_error.c | 80 int last_error = global_error; in asm_errmsg() local 84 if (error == 0 && last_error == 0) in asm_errmsg() 89 last_error = error; in asm_errmsg() 91 if (last_error == ASM_E_LIBELF) in asm_errmsg() 94 return _(msgs[last_error]); in asm_errmsg()
|
/external/python/dateutil/ |
D | updatezinfo.py | 34 last_error = e 37 last_error = None 40 if last_error is not None: 41 raise last_error
|
/external/elfutils/libelf/ |
D | elf_error.c | 343 int last_error = global_error; in elf_errmsg() local 347 assert (msgidx[last_error] < sizeof (msgstr)); in elf_errmsg() 348 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL; in elf_errmsg() 353 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr)); in elf_errmsg() 354 return _(msgstr + msgidx[error == -1 ? last_error : error]); in elf_errmsg()
|
/external/elfutils/libdw/ |
D | dwarf_error.c | 121 int last_error = global_error; in dwarf_errmsg() local 124 return last_error != 0 ? _(errmsgs[last_error]) : NULL; in dwarf_errmsg() 128 return _(errmsgs[error == -1 ? last_error : error]); in dwarf_errmsg()
|
/external/wayland/src/ |
D | wayland-client.c | 86 int last_error; member 148 if (display->last_error) in display_fatal_error() 154 display->last_error = error; in display_fatal_error() 177 if (display->last_error) in display_protocol_error() 199 display->last_error = err; in display_protocol_error() 1365 if (display->last_error) { in read_events() 1366 errno = display->last_error; in read_events() 1424 if (display->last_error) { in wl_display_read_events() 1428 errno = display->last_error; in wl_display_read_events() 1444 if (display->last_error) in dispatch_queue() [all …]
|
/external/elfutils/libdwfl/ |
D | dwfl_error.c | 145 int last_error = global_error; in dwfl_errmsg() local 147 if (error == 0 && last_error == 0) in dwfl_errmsg() 150 error = last_error; in dwfl_errmsg()
|
/external/autotest/client/site_tests/video_VEAPerf/ |
D | video_VEAPerf.py | 317 last_error = None 335 except Exception as last_error: 337 logging.exception(last_error) 343 if last_error: 344 raise last_error
|
/external/autotest/client/site_tests/video_VDAPerf/ |
D | video_VDAPerf.py | 292 last_error = None 307 except Exception as last_error: 309 logging.exception(last_error) 315 if last_error:
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_client_windows.cc | 191 int last_error = WSAGetLastError(); in tcp_connect() local 192 if (last_error != ERROR_IO_PENDING) { in tcp_connect() 193 error = GRPC_WSA_ERROR(last_error, "ConnectEx"); in tcp_connect()
|
D | tcp_server_windows.cc | 275 int last_error = WSAGetLastError(); in start_accept_locked() local 276 if (last_error != ERROR_IO_PENDING) { in start_accept_locked() 277 error = GRPC_WSA_ERROR(last_error, "AcceptEx"); in start_accept_locked()
|
/external/u-boot/drivers/i2c/ |
D | i2c-cdns.c | 153 unsigned int last_error, current_error; in cdns_i2c_calc_divs() local 165 last_error = -1; in cdns_i2c_calc_divs() 181 if (last_error > current_error) { in cdns_i2c_calc_divs() 185 last_error = current_error; in cdns_i2c_calc_divs()
|
/external/boringssl/src/crypto/ |
D | thread_win.c | 206 DWORD last_error = GetLastError(); in get_thread_locals() local 208 SetLastError(last_error); in get_thread_locals()
|
/external/autotest/client/site_tests/video_JEAPerf/ |
D | video_JEAPerf.py | 119 except Exception as last_error: 121 logging.exception(last_error)
|
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/ |
D | video_VideoDecodeMemoryUsage.py | 387 last_error = None 401 except Exception as last_error: 405 if last_error:
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 73 DWORD last_error = ERROR_SUCCESS; in pread() local 80 ((last_error = GetLastError()) != ERROR_IO_PENDING)) { in pread() 81 result = (last_error == ERROR_HANDLE_EOF) ? 0 : -1; in pread() 84 last_error) { // Otherwise bytes_read already has the result. in pread()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.h | 52 grpc_error* last_error; member
|
/external/libcups/cups/ |
D | util.c | 673 if (n == 0 && cg->last_error >= IPP_STATUS_ERROR_BAD_REQUEST) in cupsGetJobs2() 879 cancel_status = cg->last_error; in cupsPrintFiles2() 885 cg->last_error = cancel_status; in cupsPrintFiles2()
|
D | request.c | 476 return (_cupsGlobals()->last_error); in cupsLastError() 1093 cg->last_error = status; in _cupsSetError() 1121 ippErrorString(cg->last_error), cg->last_status_message)); in _cupsSetError()
|
/external/libchrome/base/ |
D | logging.cc | 982 DWORD last_error = err_; in ~Win32ErrorLogMessage() local 983 base::debug::Alias(&last_error); in ~Win32ErrorLogMessage() 998 int last_error = err_; in ~ErrnoLogMessage() local 999 base::debug::Alias(&last_error); in ~ErrnoLogMessage()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | validation_errors.h | 115 ValidationError last_error() const { return last_error_; } in COMPONENT_EXPORT()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() argument 559 if (res == kInvalidFd && last_error) in OpenFile() 560 *last_error = GetLastError(); in OpenFile()
|