Home
last modified time | relevance | path

Searched refs:rtn_len (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c3535 size_t rtn_len, limit, i; in decode_fp_to_double() local
3559 rtn_len = 64; in decode_fp_to_double()
3562 if ((rtn = malloc(sizeof(char) * rtn_len)) == NULL) in decode_fp_to_double()
3565 if (snprintf(rtn, rtn_len, "%fld", f) >= (int)rtn_len) { in decode_fp_to_double()
3569 rtn_len *= BUFFER_GROWFACTOR; in decode_fp_to_double()
3579 size_t i, rtn_len, limit; in decode_fp_to_float() local
3602 rtn_len = 64; in decode_fp_to_float()
3605 if ((rtn = malloc(sizeof(char) * rtn_len)) == NULL) in decode_fp_to_float()
3608 if (snprintf(rtn, rtn_len, "%ff", f) >= (int)rtn_len) { in decode_fp_to_float()
3612 rtn_len *= BUFFER_GROWFACTOR; in decode_fp_to_float()
[all …]
H A Dlibelftc_dem_arm.c534 size_t arg_len, rtn_len; in read_func_ptr() local
625 rtn_type = vector_str_get_flat(&fptr.vec, &rtn_len); in read_func_ptr()
631 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) { in read_func_ptr()
H A Dlibelftc_dem_gnu2.c683 size_t arg_len, rtn_len; in read_func_ptr() local
774 rtn_type = vector_str_get_flat(&fptr.vec, &rtn_len); in read_func_ptr()
780 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) { in read_func_ptr()
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c3863 size_t rtn_len, limit, i; in decode_fp_to_double() local
3887 rtn_len = 64; in decode_fp_to_double()
3890 if ((rtn = malloc(sizeof(char) * rtn_len)) == NULL) in decode_fp_to_double()
3893 if (snprintf(rtn, rtn_len, "%fld", f) >= (int)rtn_len) { in decode_fp_to_double()
3897 rtn_len *= BUFFER_GROWFACTOR; in decode_fp_to_double()
3907 size_t i, rtn_len, limit; in decode_fp_to_float() local
3930 rtn_len = 64; in decode_fp_to_float()
3933 if ((rtn = malloc(sizeof(char) * rtn_len)) == NULL) in decode_fp_to_float()
3936 if (snprintf(rtn, rtn_len, "%ff", f) >= (int)rtn_len) { in decode_fp_to_float()
3940 rtn_len *= BUFFER_GROWFACTOR; in decode_fp_to_float()
[all …]