Searched refs:hdr_data (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/libdw/ |
H A 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/ |
H A D | stb_image.h | 1464 float *hdr_data = stbi__hdr_load(s,x,y,comp,req_comp, &ri); in stbi__loadf_main() local 1465 if (hdr_data) in stbi__loadf_main() 1466 stbi__float_postprocess(hdr_data,x,y,comp,req_comp); in stbi__loadf_main() 1467 return hdr_data; in stbi__loadf_main() 7170 float *hdr_data; 7215 hdr_data = (float *) stbi__malloc_mad4(width, height, req_comp, sizeof(float), 0); 7216 if (!hdr_data) 7228 stbi__hdr_convert(hdr_data + j * width * req_comp + i * req_comp, rgbe, req_comp); 7247 stbi__hdr_convert(hdr_data, rgbe, req_comp); 7255 if (len != width) { STBI_FREE(hdr_data); STBI_FRE [all...] |
Completed in 11 milliseconds