Searched refs:hdr_data (Results 1 – 2 of 2) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 233 Elf_Data *hdr_data = elf_rawdata (hdr_scn, NULL); in getcfi_scn_eh_frame() local 234 if (hdr_data != NULL && hdr_data->d_buf != NULL) in getcfi_scn_eh_frame() 240 = parse_eh_frame_hdr (hdr_data->d_buf, hdr_data->d_size, in getcfi_scn_eh_frame() 244 cfi->search_table_len = hdr_data->d_size; in getcfi_scn_eh_frame() 248 vsize = encoded_value_size (hdr_data, ehdr->e_ident, in getcfi_scn_eh_frame() 250 dmax = hdr_data->d_size - (cfi->search_table in getcfi_scn_eh_frame() 251 - (const uint8_t *) hdr_data->d_buf); in getcfi_scn_eh_frame()
|
/third_party/astc-encoder/Source/ |
D | stb_image.h | 1446 float *hdr_data = stbi__hdr_load(s,x,y,comp,req_comp, &ri); in stbi__loadf_main() local 1447 if (hdr_data) in stbi__loadf_main() 1448 stbi__float_postprocess(hdr_data,x,y,comp,req_comp); in stbi__loadf_main() 1449 return hdr_data; in stbi__loadf_main() 7080 float *hdr_data; in stbi__hdr_load() local 7125 hdr_data = (float *) stbi__malloc_mad4(width, height, req_comp, sizeof(float), 0); in stbi__hdr_load() 7126 if (!hdr_data) in stbi__hdr_load() 7138 stbi__hdr_convert(hdr_data + j * width * req_comp + i * req_comp, rgbe, req_comp); in stbi__hdr_load() 7157 stbi__hdr_convert(hdr_data, rgbe, req_comp); in stbi__hdr_load() 7165 …if (len != width) { STBI_FREE(hdr_data); STBI_FREE(scanline); return stbi__errpf("invalid decoded … in stbi__hdr_load() [all …]
|