Home
last modified time | relevance | path

Searched refs:MPD_Malloc_error (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpalloc.c188 /* Allocate new decimal. Caller can check for NULL or MPD_Malloc_error.
197 mpd_addstatus_raise(ctx, MPD_Malloc_error); in mpd_new()
208 * Otherwise, set 'result' to NaN and update 'status' with MPD_Malloc_error.
223 *status |= MPD_Malloc_error; in mpd_switch_to_dyn()
237 * malloc fails, set 'result' to NaN and update 'status' with MPD_Malloc_error.
250 *status |= MPD_Malloc_error; in mpd_switch_to_dyn_zero()
267 * Set 'result' to NaN, update status with MPD_Malloc_error and return 0.
287 *status |= MPD_Malloc_error; in mpd_realloc_dyn()
H A Dmpdecimal.c487 * 'result' is NaN, status is updated with MPD_Malloc_error. Return 0.
569 * the old memory area is always big enough, so checking for MPD_Malloc_error
1997 * Copy a decimal. In case of an error, status is set to MPD_Malloc_error.
2055 * status is set to MPD_Malloc_error and the return value is NULL.
2076 * status is set to MPD_Malloc_error.
2090 * status is set to MPD_Malloc_error.
2104 * second operand. In case of an error, the status is set to MPD_Malloc_error.
2499 * increased, mpd_qresize() might fail with MPD_Malloc_error.
2625 * mpd_qcopy() or mpd_qresize() might fail with MPD_Malloc_error. In those
3009 mpd_seterror(result, MPD_Malloc_error, statu in mpd_qrotate()
[all...]
H A Dio.c313 mpd_seterror(dec, MPD_Malloc_error, status); in mpd_qset_string()
456 * set to NULL indicates MPD_Malloc_error.
1136 *status |= MPD_Malloc_error; in _mpd_apply_lconv()
1170 *status |= MPD_Malloc_error; in _mpd_add_pad()
1368 *status |= MPD_Malloc_error; in mpd_qformat_spec()
1422 * MPD_Malloc_error]
H A Dmpdecimal.h265 #define MPD_Malloc_error 0x00000200U macro
280 MPD_Malloc_error) \
293 #define MPD_Insufficient_storage MPD_Malloc_error
/third_party/python/Modules/_decimal/
H A D_decimal.c189 {"MallocError", "decimal.MallocError", MPD_Malloc_error, NULL},
488 if (status & (ctx->traps|MPD_Malloc_error)) { in dec_addstatus()
491 if (status & MPD_Malloc_error) { in dec_addstatus()
3467 if (status & MPD_Malloc_error) { in dec_format()
4368 if (status & MPD_Malloc_error) { in dec_mpd_qcopy_abs()
4388 if (status & MPD_Malloc_error) { in dec_mpd_qcopy_negate()
4765 if (status & MPD_Malloc_error) { in _dec_hash()
5777 {"DecMallocError", MPD_Malloc_error},

Completed in 17 milliseconds