/external/ImageMagick/coders/ |
exr.c | 140 *hdr_info; 205 hdr_info=ImfInputHeader(file); 206 ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y); 377 *hdr_info; 419 hdr_info=ImfNewHeader(); 420 ImfHeaderSetDataWindow(hdr_info,0,0,(int) image->columns-1,(int) 422 ImfHeaderSetDisplayWindow(hdr_info,0,0,(int) image->columns-1,(int) 520 ImfHeaderSetCompression(hdr_info,compression); 521 ImfHeaderSetLineOrder(hdr_info,IMF_INCREASING_Y); 522 file=ImfOpenOutputFile(write_info->filename,hdr_info,channels) 136 *hdr_info; local 370 *hdr_info; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf-eh-frame.c | 476 struct eh_frame_hdr_info *hdr_info; local 484 hdr_info = &htab->eh_info; 928 hdr_info->table = FALSE; 992 HDR_INFO is the .eh_frame_hdr information and COOKIE describes the 997 struct eh_frame_hdr_info *hdr_info, 1092 if (hdr_info->cies == NULL) 1094 hdr_info->cies = htab_try_create (1, cie_hash, cie_eq, free); 1095 if (hdr_info->cies == NULL) 1098 loc = htab_find_slot_with_hash (hdr_info->cies, cie, cie->hash, INSERT); 1138 struct eh_frame_hdr_info *hdr_info; local 1227 struct eh_frame_hdr_info *hdr_info; local 1280 struct eh_frame_hdr_info *hdr_info; local 1398 struct eh_frame_hdr_info *hdr_info; local 1785 struct eh_frame_hdr_info *hdr_info; local [all...] |