Searched refs:CHECK_ERR (Results 1 – 6 of 6) sorted by relevance
/external/zlib/src/contrib/pascal/ |
D | example.pas | 37 procedure CHECK_ERR(err: Integer; msg: String); procedure 64 CHECK_ERR(err, 'compress'); 69 CHECK_ERR(err, 'uncompress'); 196 CHECK_ERR(err, 'deflateInit'); 207 CHECK_ERR(err, 'deflate'); 217 CHECK_ERR(err, 'deflate'); 221 CHECK_ERR(err, 'deflateEnd'); 245 CHECK_ERR(err, 'inflateInit'); 255 CHECK_ERR(err, 'inflate'); 259 CHECK_ERR(err, 'inflateEnd'); [all …]
|
/external/zlib/src/test/ |
D | example.c | 22 #define CHECK_ERR(err, msg) { \ macro 96 CHECK_ERR(err, "compress"); 101 CHECK_ERR(err, "uncompress"); 213 CHECK_ERR(err, "deflateInit"); 221 CHECK_ERR(err, "deflate"); 228 CHECK_ERR(err, "deflate"); 232 CHECK_ERR(err, "deflateEnd"); 256 CHECK_ERR(err, "inflateInit"); 262 CHECK_ERR(err, "inflate"); 266 CHECK_ERR(err, "inflateEnd"); [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | example.c | 22 #define CHECK_ERR(err, msg) { \ macro 96 CHECK_ERR(err, "compress"); 101 CHECK_ERR(err, "uncompress"); 213 CHECK_ERR(err, "deflateInit"); 221 CHECK_ERR(err, "deflate"); 228 CHECK_ERR(err, "deflate"); 232 CHECK_ERR(err, "deflateEnd"); 256 CHECK_ERR(err, "inflateInit"); 262 CHECK_ERR(err, "inflate"); 266 CHECK_ERR(err, "inflateEnd"); [all …]
|
/external/tensorflow/tensorflow/stream_executor/platform/ |
D | logging.h | 32 #define CHECK_ERR(invocation) CHECK((invocation) != -1) << #invocation macro
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 198 CHECK_ERR(realpath(unresolved_path, exe_path) ? 1 : -1); in GetBinaryDir() 204 CHECK_ERR(readlink("/proc/self/exe", exe_path, sizeof(exe_path) - 1)); in GetBinaryDir()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 207 CHECK_ERR(readlink("/proc/self/exe", exe_path, sizeof(exe_path) - 1)); in GetBinaryDir()
|