Home
last modified time | relevance | path

Searched refs:fhdr (Results 1 – 25 of 826) sorted by relevance

12345678910>>...34

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dvp9_uncompressed_header_parser.cc650 if (fhdr->profile == 2 || fhdr->profile == 3) { in ReadColorConfig()
659 if (fhdr->profile == 1 || fhdr->profile == 3) { in ReadColorConfig()
662 if (fhdr->subsampling_x == 1 && fhdr->subsampling_y == 1) { in ReadColorConfig()
672 fhdr->subsampling_x = fhdr->subsampling_y = 1; in ReadColorConfig()
676 if (fhdr->profile == 1 || fhdr->profile == 3) { in ReadColorConfig()
677 fhdr->subsampling_x = fhdr->subsampling_y = 0; in ReadColorConfig()
705 fhdr->render_width = fhdr->frame_width; in ReadRenderSize()
706 fhdr->render_height = fhdr->frame_height; in ReadRenderSize()
985 fhdr->subsampling_x = fhdr->subsampling_y = 1; in Parse()
1069 fhdr->frame_context_idx_to_save_probs = fhdr->frame_context_idx = in Parse()
[all …]
H A Dvp9_parser_unittest.cc573 Vp9FrameHeader fhdr; in TEST_F() local
596 Vp9FrameHeader fhdr; in TEST_F() local
632 Vp9FrameHeader fhdr; in TEST_F() local
666 Vp9FrameHeader fhdr; in TEST_F() local
692 Vp9FrameHeader fhdr; in TEST_P() local
699 EXPECT_TRUE(fhdr.show_frame); in TEST_P()
704 EXPECT_FALSE(fhdr.color_range); in TEST_P()
705 EXPECT_EQ(1, fhdr.subsampling_x); in TEST_P()
751 EXPECT_FALSE(fhdr.show_frame); in TEST_P()
752 EXPECT_FALSE(fhdr.intra_only); in TEST_P()
[all …]
H A Dvp9_compressed_header_parser.cc68 if (fhdr->quant_params.IsLossless()) { in ReadTxMode()
75 fhdr->compressed_header.tx_mode = in ReadTxMode()
177 if (fhdr->ref_frame_sign_bias[i] != fhdr->ref_frame_sign_bias[1]) in ReadFrameReferenceMode()
190 Vp9FrameHeader* fhdr) { in ReadFrameReferenceModeProbs() argument
264 ReadTxMode(fhdr); in Parse()
268 ReadCoefProbs(fhdr); in Parse()
269 ReadSkipProb(&fhdr->frame_context); in Parse()
271 if (!fhdr->IsIntra()) { in Parse()
276 ReadFrameReferenceMode(fhdr); in Parse()
277 ReadFrameReferenceModeProbs(fhdr); in Parse()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dvp9_uncompressed_header_parser.cc650 if (fhdr->profile == 2 || fhdr->profile == 3) { in ReadColorConfig()
659 if (fhdr->profile == 1 || fhdr->profile == 3) { in ReadColorConfig()
662 if (fhdr->subsampling_x == 1 && fhdr->subsampling_y == 1) { in ReadColorConfig()
672 fhdr->subsampling_x = fhdr->subsampling_y = 1; in ReadColorConfig()
676 if (fhdr->profile == 1 || fhdr->profile == 3) { in ReadColorConfig()
677 fhdr->subsampling_x = fhdr->subsampling_y = 0; in ReadColorConfig()
705 fhdr->render_width = fhdr->frame_width; in ReadRenderSize()
706 fhdr->render_height = fhdr->frame_height; in ReadRenderSize()
985 fhdr->subsampling_x = fhdr->subsampling_y = 1; in Parse()
1069 fhdr->frame_context_idx_to_save_probs = fhdr->frame_context_idx = in Parse()
[all …]
H A Dvp9_parser_unittest.cc573 Vp9FrameHeader fhdr; in TEST_F() local
596 Vp9FrameHeader fhdr; in TEST_F() local
632 Vp9FrameHeader fhdr; in TEST_F() local
666 Vp9FrameHeader fhdr; in TEST_F() local
692 Vp9FrameHeader fhdr; in TEST_P() local
699 EXPECT_TRUE(fhdr.show_frame); in TEST_P()
704 EXPECT_FALSE(fhdr.color_range); in TEST_P()
705 EXPECT_EQ(1, fhdr.subsampling_x); in TEST_P()
751 EXPECT_FALSE(fhdr.show_frame); in TEST_P()
752 EXPECT_FALSE(fhdr.intra_only); in TEST_P()
[all …]
H A Dvp9_compressed_header_parser.cc68 if (fhdr->quant_params.IsLossless()) { in ReadTxMode()
75 fhdr->compressed_header.tx_mode = in ReadTxMode()
177 if (fhdr->ref_frame_sign_bias[i] != fhdr->ref_frame_sign_bias[1]) in ReadFrameReferenceMode()
190 Vp9FrameHeader* fhdr) { in ReadFrameReferenceModeProbs() argument
264 ReadTxMode(fhdr); in Parse()
268 ReadCoefProbs(fhdr); in Parse()
269 ReadSkipProb(&fhdr->frame_context); in Parse()
271 if (!fhdr->IsIntra()) { in Parse()
276 ReadFrameReferenceMode(fhdr); in Parse()
277 ReadFrameReferenceModeProbs(fhdr); in Parse()
[all …]
/dports/graphics/grx/grx249/src/fonts/
H A Dfdv_raw.c84 if(fread(&fhdr, 1, sizeof fhdr, fontfp) != sizeof fhdr) { in openfile()
98 if(fhdr.id[0] == PSF1_MAGIC0 && fhdr.id[1] == PSF1_MAGIC1) { in openfile()
100 fhdr.width = 8; in openfile()
101 fhdr.height = fhdr.charsize = fhdr.size; in openfile()
102 fhdr.numchars = (fhdr.mode & PSF1_MODE512) == 0 ? 256 : 512; in openfile()
104 …else if(fhdr.id[0] == PSF2_MAGIC0 && fhdr.id[1] == PSF2_MAGIC1 && fhdr.mode == PSF2_MAGIC2 && fhdr in openfile()
110 fhdr.charsize = ((fhdr.width + 7) / 8) * fhdr.height; in openfile()
124 fhdr.width = 8; in openfile()
125 fhdr.height = fhdr.charsize; in openfile()
129 fhdr.width = (fhdr.height + 1) / 2; in openfile()
[all …]
H A Dfdv_grx.c41 _GR_swap32u(&fhdr.magic); in swap_header()
95 if(fread(&fhdr,sizeof(fhdr),1,fontfp) != 1) { in openfile()
112 if(!fhdr.isfixed) { in openfile()
113 wtsize = sizeof(GR_int16u) * (fhdr.maxchar - fhdr.minchar + 1); in openfile()
130 nextch = fhdr.minchar; in openfile()
142 memcpy(hdr->name, fhdr.fnname,sizeof(fhdr.fnname)); in header()
143 memcpy(hdr->family,fhdr.family,sizeof(fhdr.family)); in header()
153 hdr->ulpos = fhdr.height - fhdr.undwidth; in header()
156 hdr->numchars = fhdr.maxchar - fhdr.minchar + 1; in header()
170 res = (fhdr.isfixed ? fhdr.width : wtable[chr - fhdr.minchar]); in charwdt()
[all …]
H A Dfdv_fna.c43 } fhdr; variable
52 if(fgets(fhdr.buffer, sizeof fhdr.buffer, fontfp) == NULL) { in readline()
56 s = fhdr.buffer + strlen(fhdr.buffer); in readline()
65 } while(s == fhdr.buffer || *fhdr.buffer == ';'); in readline()
76 index = (chr - fhdr.minchar) * fhdr.height + y; in readindex()
84 fhdr.index++; in readindex()
95 fhdr.index = -1; in cleanup()
214 hdr->numchars = fhdr.maxchar - fhdr.minchar + 1; in header()
219 fhdr.index++; in header()
235 if(fontfp != NULL && chr >= fhdr.minchar && chr <= fhdr.maxchar) { in charwdt()
[all …]
H A Dfdv_win.c56 _GR_swap32u(&fhdr.size); in swap_header()
57 _GR_swap16u(&fhdr.type); in swap_header()
71 _GR_swap32u(&fhdr.face); in swap_header()
81 for(i = 0; i < fhdr.last_char - fhdr.first_char + 2; i++) { in swap_ctable()
132 if(fread(&fhdr, 1, sizeof fhdr, fontfp) != sizeof fhdr) { in openfile()
140 if(fhdr.version != 0x0200 || fhdr.type != 0) { in openfile()
145 size = (fhdr.last_char - fhdr.first_char + 2) * sizeof *ctable; in openfile()
175 if(fhdr.face) { in header()
189 hdr->width = hdr->proportional ? fhdr.avg_width : fhdr.pix_width; in header()
195 hdr->numchars = fhdr.last_char - fhdr.first_char + 1; in header()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/parsers/
H A Dvp8_parser.cc63 memset(fhdr, 0, sizeof(*fhdr)); in ParseFrame()
64 fhdr->data = stream_; in ParseFrame()
67 if (!ParseFrameTag(fhdr)) in ParseFrame()
70 fhdr->first_part_offset = stream_ - fhdr->data; in ParseFrame()
96 fhdr->frame_type = in ParseFrameTag()
195 if (!ParseTokenProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs)) in ParseFrameHeader()
208 if (!ParseIntraProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs, in ParseFrameHeader()
213 if (!ParseMVProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs)) in ParseFrameHeader()
840 size_t first_dct_pos = fhdr->first_part_offset + fhdr->first_part_size + in ParsePartitions()
852 fhdr->data + fhdr->first_part_offset + fhdr->first_part_size; in ParsePartitions()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/parsers/
H A Dvp8_parser.cc66 memset(fhdr, 0, sizeof(*fhdr)); in ParseFrame()
67 fhdr->data = stream_; in ParseFrame()
70 if (!ParseFrameTag(fhdr)) in ParseFrame()
73 fhdr->first_part_offset = stream_ - fhdr->data; in ParseFrame()
99 fhdr->frame_type = in ParseFrameTag()
198 if (!ParseTokenProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs)) in ParseFrameHeader()
211 if (!ParseIntraProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs, in ParseFrameHeader()
216 if (!ParseMVProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs)) in ParseFrameHeader()
843 size_t first_dct_pos = fhdr->first_part_offset + fhdr->first_part_size + in ParsePartitions()
855 fhdr->data + fhdr->first_part_offset + fhdr->first_part_size; in ParsePartitions()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/reg-tests/http-rules/
H A Dh1_to_h1c.vtc69 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
70 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
71 …http-request set-header hdr "%[req.fhdr(hdr)] hdr3=<%[req.hdr(hdr3)]>; fhdr3=<%[req.fhdr(…
72 …http-request set-header hdr "%[req.fhdr(hdr)] hdr4=<%[req.hdr(hdr4)]>; fhdr4=<%[req.fhdr(…
96 …http-response set-header hdr "%[res.fhdr(hdr)] hdr1=<%[res.hdr(hdr1)]>; fhdr1=<%[res.fhdr(…
97 …http-response set-header hdr "%[res.fhdr(hdr)] hdr2=<%[res.hdr(hdr2)]>; fhdr2=<%[res.fhdr(…
98 …http-response set-header hdr "%[res.fhdr(hdr)] hdr3=<%[res.hdr(hdr3)]>; fhdr3=<%[res.fhdr(…
99 …http-response set-header hdr "%[res.fhdr(hdr)] hdr4=<%[res.hdr(hdr4)]>; fhdr4=<%[res.fhdr(…
136 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
137 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
[all …]
/dports/net/haproxy23/haproxy-2.3.16/reg-tests/http-rules/
H A Dh1_to_h1c.vtc69 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
70 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
71 …http-request set-header hdr "%[req.fhdr(hdr)] hdr3=<%[req.hdr(hdr3)]>; fhdr3=<%[req.fhdr(…
72 …http-request set-header hdr "%[req.fhdr(hdr)] hdr4=<%[req.hdr(hdr4)]>; fhdr4=<%[req.fhdr(…
96 …http-response set-header hdr "%[res.fhdr(hdr)] hdr1=<%[res.hdr(hdr1)]>; fhdr1=<%[res.fhdr(…
97 …http-response set-header hdr "%[res.fhdr(hdr)] hdr2=<%[res.hdr(hdr2)]>; fhdr2=<%[res.fhdr(…
98 …http-response set-header hdr "%[res.fhdr(hdr)] hdr3=<%[res.hdr(hdr3)]>; fhdr3=<%[res.fhdr(…
99 …http-response set-header hdr "%[res.fhdr(hdr)] hdr4=<%[res.hdr(hdr4)]>; fhdr4=<%[res.fhdr(…
136 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
137 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
[all …]
/dports/net/haproxy/haproxy-2.4.10/reg-tests/http-rules/
H A Dh1_to_h1c.vtc69 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
70 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
71 …http-request set-header hdr "%[req.fhdr(hdr)] hdr3=<%[req.hdr(hdr3)]>; fhdr3=<%[req.fhdr(…
72 …http-request set-header hdr "%[req.fhdr(hdr)] hdr4=<%[req.hdr(hdr4)]>; fhdr4=<%[req.fhdr(…
96 …http-response set-header hdr "%[res.fhdr(hdr)] hdr1=<%[res.hdr(hdr1)]>; fhdr1=<%[res.fhdr(…
97 …http-response set-header hdr "%[res.fhdr(hdr)] hdr2=<%[res.hdr(hdr2)]>; fhdr2=<%[res.fhdr(…
98 …http-response set-header hdr "%[res.fhdr(hdr)] hdr3=<%[res.hdr(hdr3)]>; fhdr3=<%[res.fhdr(…
99 …http-response set-header hdr "%[res.fhdr(hdr)] hdr4=<%[res.hdr(hdr4)]>; fhdr4=<%[res.fhdr(…
136 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
137 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
[all …]
/dports/net/haproxy19/haproxy-1.9.16/reg-tests/http-rules/
H A Dh00000.vtc69 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
70 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
71 …http-request set-header hdr "%[req.fhdr(hdr)] hdr3=<%[req.hdr(hdr3)]>; fhdr3=<%[req.fhdr(…
72 …http-request set-header hdr "%[req.fhdr(hdr)] hdr4=<%[req.hdr(hdr4)]>; fhdr4=<%[req.fhdr(…
96 …http-response set-header hdr "%[res.fhdr(hdr)] hdr1=<%[res.hdr(hdr1)]>; fhdr1=<%[res.fhdr(…
97 …http-response set-header hdr "%[res.fhdr(hdr)] hdr2=<%[res.hdr(hdr2)]>; fhdr2=<%[res.fhdr(…
98 …http-response set-header hdr "%[res.fhdr(hdr)] hdr3=<%[res.hdr(hdr3)]>; fhdr3=<%[res.fhdr(…
99 …http-response set-header hdr "%[res.fhdr(hdr)] hdr4=<%[res.hdr(hdr4)]>; fhdr4=<%[res.fhdr(…
136 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
137 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
[all …]
/dports/net/haproxy22/haproxy-2.2.19/reg-tests/http-rules/
H A Dh1_to_h1c.vtc69 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
70 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
71 …http-request set-header hdr "%[req.fhdr(hdr)] hdr3=<%[req.hdr(hdr3)]>; fhdr3=<%[req.fhdr(…
72 …http-request set-header hdr "%[req.fhdr(hdr)] hdr4=<%[req.hdr(hdr4)]>; fhdr4=<%[req.fhdr(…
96 …http-response set-header hdr "%[res.fhdr(hdr)] hdr1=<%[res.hdr(hdr1)]>; fhdr1=<%[res.fhdr(…
97 …http-response set-header hdr "%[res.fhdr(hdr)] hdr2=<%[res.hdr(hdr2)]>; fhdr2=<%[res.fhdr(…
98 …http-response set-header hdr "%[res.fhdr(hdr)] hdr3=<%[res.hdr(hdr3)]>; fhdr3=<%[res.fhdr(…
99 …http-response set-header hdr "%[res.fhdr(hdr)] hdr4=<%[res.hdr(hdr4)]>; fhdr4=<%[res.fhdr(…
136 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
137 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
[all …]
/dports/net/haproxy21/haproxy-2.1.12/reg-tests/http-rules/
H A Dh1_to_h1c.vtc69 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
70 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
71 …http-request set-header hdr "%[req.fhdr(hdr)] hdr3=<%[req.hdr(hdr3)]>; fhdr3=<%[req.fhdr(…
72 …http-request set-header hdr "%[req.fhdr(hdr)] hdr4=<%[req.hdr(hdr4)]>; fhdr4=<%[req.fhdr(…
96 …http-response set-header hdr "%[res.fhdr(hdr)] hdr1=<%[res.hdr(hdr1)]>; fhdr1=<%[res.fhdr(…
97 …http-response set-header hdr "%[res.fhdr(hdr)] hdr2=<%[res.hdr(hdr2)]>; fhdr2=<%[res.fhdr(…
98 …http-response set-header hdr "%[res.fhdr(hdr)] hdr3=<%[res.hdr(hdr3)]>; fhdr3=<%[res.fhdr(…
99 …http-response set-header hdr "%[res.fhdr(hdr)] hdr4=<%[res.hdr(hdr4)]>; fhdr4=<%[res.fhdr(…
136 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
137 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
[all …]
/dports/net/nuster/nuster-5.0.4.21/reg-tests/http-rules/
H A Dh1_to_h1c.vtc69 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
70 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
71 …http-request set-header hdr "%[req.fhdr(hdr)] hdr3=<%[req.hdr(hdr3)]>; fhdr3=<%[req.fhdr(…
72 …http-request set-header hdr "%[req.fhdr(hdr)] hdr4=<%[req.hdr(hdr4)]>; fhdr4=<%[req.fhdr(…
96 …http-response set-header hdr "%[res.fhdr(hdr)] hdr1=<%[res.hdr(hdr1)]>; fhdr1=<%[res.fhdr(…
97 …http-response set-header hdr "%[res.fhdr(hdr)] hdr2=<%[res.hdr(hdr2)]>; fhdr2=<%[res.fhdr(…
98 …http-response set-header hdr "%[res.fhdr(hdr)] hdr3=<%[res.hdr(hdr3)]>; fhdr3=<%[res.fhdr(…
99 …http-response set-header hdr "%[res.fhdr(hdr)] hdr4=<%[res.hdr(hdr4)]>; fhdr4=<%[res.fhdr(…
136 …http-request set-header hdr "%[req.fhdr(hdr)] hdr1=<%[req.hdr(hdr1)]>; fhdr1=<%[req.fhdr(…
137 …http-request set-header hdr "%[req.fhdr(hdr)] hdr2=<%[req.hdr(hdr2)]>; fhdr2=<%[req.fhdr(…
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/libopenbios/
H A Dxcoff_load.c40 is_xcoff(COFF_filehdr_t *fhdr) in is_xcoff() argument
42 return (fhdr->f_magic == U802WRMAGIC in is_xcoff()
44 || fhdr->f_magic == U802TOCMAGIC in is_xcoff()
51 COFF_filehdr_t fhdr; in xcoff_load() local
70 if (read_io(fd, &fhdr, sizeof fhdr) != sizeof fhdr) { in xcoff_load()
76 if (is_xcoff(&fhdr)) in xcoff_load()
81 if (fhdr.f_magic != 0x01DF && in xcoff_load()
151 COFF_filehdr_t *fhdr; in xcoff_init_program() local
161 fhdr = (COFF_filehdr_t*)base; in xcoff_init_program()
164 if (!is_xcoff(fhdr)) { in xcoff_init_program()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/libopenbios/
H A Dxcoff_load.c40 is_xcoff(COFF_filehdr_t *fhdr) in is_xcoff() argument
42 return (fhdr->f_magic == U802WRMAGIC in is_xcoff()
44 || fhdr->f_magic == U802TOCMAGIC in is_xcoff()
51 COFF_filehdr_t fhdr; in xcoff_load() local
70 if (read_io(fd, &fhdr, sizeof fhdr) != sizeof fhdr) { in xcoff_load()
76 if (is_xcoff(&fhdr)) in xcoff_load()
81 if (fhdr.f_magic != 0x01DF && in xcoff_load()
151 COFF_filehdr_t *fhdr; in xcoff_init_program() local
161 fhdr = (COFF_filehdr_t*)base; in xcoff_init_program()
164 if (!is_xcoff(fhdr)) { in xcoff_init_program()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/libopenbios/
H A Dxcoff_load.c40 is_xcoff(COFF_filehdr_t *fhdr) in is_xcoff() argument
42 return (fhdr->f_magic == U802WRMAGIC in is_xcoff()
44 || fhdr->f_magic == U802TOCMAGIC in is_xcoff()
51 COFF_filehdr_t fhdr; in xcoff_load() local
70 if (read_io(fd, &fhdr, sizeof fhdr) != sizeof fhdr) { in xcoff_load()
76 if (is_xcoff(&fhdr)) in xcoff_load()
81 if (fhdr.f_magic != 0x01DF && in xcoff_load()
151 COFF_filehdr_t *fhdr; in xcoff_init_program() local
161 fhdr = (COFF_filehdr_t*)base; in xcoff_init_program()
164 if (!is_xcoff(fhdr)) { in xcoff_init_program()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/libopenbios/
H A Dxcoff_load.c40 is_xcoff(COFF_filehdr_t *fhdr) in is_xcoff() argument
42 return (fhdr->f_magic == U802WRMAGIC in is_xcoff()
44 || fhdr->f_magic == U802TOCMAGIC in is_xcoff()
51 COFF_filehdr_t fhdr; in xcoff_load() local
70 if (read_io(fd, &fhdr, sizeof fhdr) != sizeof fhdr) { in xcoff_load()
76 if (is_xcoff(&fhdr)) in xcoff_load()
81 if (fhdr.f_magic != 0x01DF && in xcoff_load()
151 COFF_filehdr_t *fhdr; in xcoff_init_program() local
161 fhdr = (COFF_filehdr_t*)base; in xcoff_init_program()
164 if (!is_xcoff(fhdr)) { in xcoff_init_program()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/libopenbios/
H A Dxcoff_load.c40 is_xcoff(COFF_filehdr_t *fhdr) in is_xcoff() argument
42 return (fhdr->f_magic == U802WRMAGIC in is_xcoff()
44 || fhdr->f_magic == U802TOCMAGIC in is_xcoff()
51 COFF_filehdr_t fhdr; in xcoff_load() local
70 if (read_io(fd, &fhdr, sizeof fhdr) != sizeof fhdr) { in xcoff_load()
76 if (is_xcoff(&fhdr)) in xcoff_load()
81 if (fhdr.f_magic != 0x01DF && in xcoff_load()
151 COFF_filehdr_t *fhdr; in xcoff_init_program() local
161 fhdr = (COFF_filehdr_t*)base; in xcoff_init_program()
164 if (!is_xcoff(fhdr)) { in xcoff_init_program()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/libopenbios/
H A Dxcoff_load.c40 is_xcoff(COFF_filehdr_t *fhdr) in is_xcoff() argument
42 return (fhdr->f_magic == U802WRMAGIC in is_xcoff()
44 || fhdr->f_magic == U802TOCMAGIC in is_xcoff()
51 COFF_filehdr_t fhdr; in xcoff_load() local
70 if (read_io(fd, &fhdr, sizeof fhdr) != sizeof fhdr) { in xcoff_load()
76 if (is_xcoff(&fhdr)) in xcoff_load()
81 if (fhdr.f_magic != 0x01DF && in xcoff_load()
151 COFF_filehdr_t *fhdr; in xcoff_init_program() local
161 fhdr = (COFF_filehdr_t*)base; in xcoff_init_program()
164 if (!is_xcoff(fhdr)) { in xcoff_init_program()
[all …]

12345678910>>...34