/external/OpenCL-CTS/test_common/harness/ |
D | os_helpers.cpp | 35 #define CHECK_PTR(ptr) \ macro 532 CHECK_PTR(msg); in get_err_msg() 540 CHECK_PTR(sep); in get_dir_sep() 548 CHECK_PTR(path); in get_exe_path() 556 CHECK_PTR(dir); in get_exe_dir()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 311 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 1266 CHECK_PTR(check_sljit_emit_label(compiler)); in sljit_emit_label() 1338 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump() 1384 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call() 1520 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); in sljit_emit_const() 1541 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw)); in sljit_emit_put_label()
|
D | sljitNativeARM_64.c | 243 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 1663 CHECK_PTR(check_sljit_emit_label(compiler)); in sljit_emit_label() 1679 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump() 1704 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call() 1988 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); in sljit_emit_const() 2009 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw)); in sljit_emit_put_label()
|
D | sljitNativeS390X.c | 1154 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 2522 CHECK_PTR(check_sljit_emit_label(compiler)); in sljit_emit_label() 2538 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump() 2565 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call() 2736 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); in sljit_emit_const() 2783 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw)); in sljit_emit_put_label()
|
D | sljitLir.c | 309 #define CHECK_PTR(x) \ macro 334 #define CHECK_PTR(x) x macro 343 #define CHECK_PTR(x) x macro 350 #define CHECK_PTR(x) macro 2138 CHECK_PTR(check_sljit_emit_cmp(compiler, type, src1, src1w, src2, src2w)); in sljit_emit_cmp() 2217 CHECK_PTR(check_sljit_emit_fcmp(compiler, type, src1, src1w, src2, src2w)); in sljit_emit_fcmp()
|
D | sljitNativePPC_common.c | 397 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 1895 CHECK_PTR(check_sljit_emit_label(compiler)); in sljit_emit_label() 1975 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump() 2005 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call() 2367 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); in sljit_emit_const() 2389 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw)); in sljit_emit_put_label()
|
D | sljitNativeARM_32.c | 677 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 2216 CHECK_PTR(check_sljit_emit_label(compiler)); in sljit_emit_label() 2232 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump() 2477 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call() 2768 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); in sljit_emit_const() 2795 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw)); in sljit_emit_put_label()
|
D | sljitNativeARM_T2_32.c | 377 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 1823 CHECK_PTR(check_sljit_emit_label(compiler)); in sljit_emit_label() 1840 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump() 2074 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call() 2332 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); in sljit_emit_const() 2353 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw)); in sljit_emit_put_label()
|
D | sljitNativeMIPS_common.c | 520 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 1784 CHECK_PTR(check_sljit_emit_label(compiler)); in sljit_emit_label() 1844 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump() 1942 CHECK_PTR(check_sljit_emit_cmp(compiler, type, src1, src1w, src2, src2w)); in sljit_emit_cmp() 2264 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); in sljit_emit_const() 2286 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw)); in sljit_emit_put_label()
|
D | sljitNativeX86_common.c | 505 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 2685 CHECK_PTR(check_sljit_emit_label(compiler)); 2709 CHECK_PTR(check_sljit_emit_jump(compiler, type)); 3039 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value)); 3084 CHECK_PTR(check_sljit_emit_put_label(compiler, dst, dstw));
|
D | sljitNativeX86_64.c | 736 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
|
D | sljitNativeX86_32.c | 736 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
|
D | sljitNativeMIPS_32.c | 622 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
|
D | sljitNativeMIPS_64.c | 626 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 5626 #define CHECK_PTR(expr) \ macro
|