Home
last modified time | relevance | path

Searched refs:GET16 (Results 1 – 25 of 94) sorted by relevance

1234

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Dtom.c504 uint16_t vmode = GET16(tomRam8, VMODE); in TOMGetVideoMode()
510 return GET16(tomRam8, VDB); in TOMGetVDB()
515 return GET16(tomRam8, HC); in TOMGetHC()
521 return GET16(tomRam8, VP); in TOMGetVP()
526 return GET16(tomRam8, MEMCON1); in TOMGetMEMCON1()
538 uint8_t pwidth = ((GET16(tomRam8, VMODE) & PWIDTH) >> 9) + 1; in tom_render_16bpp_cry_rgb_mix_scanline()
588 uint8_t pwidth = ((GET16(tomRam8, VMODE) & PWIDTH) >> 9) + 1; in tom_render_16bpp_cry_scanline()
633 uint8_t pwidth = ((GET16(tomRam8, VMODE) & PWIDTH) >> 9) + 1; in tom_render_24bpp_scanline()
748 startingHalfline = GET16(tomRam8, VDB); in TOMExecHalfline()
749 endingHalfline = GET16(tomRam8, VDE); in TOMExecHalfline()
[all …]
H A Dblitter.c1221 uint16_t ocount = GET16(blitter_ram, PIXLINECOUNTER); in BlitterMidsummer2()
1239 int16_t a1_x = (int16_t)GET16(blitter_ram, A1_PIXEL + 2); in BlitterMidsummer2()
1240 int16_t a1_y = (int16_t)GET16(blitter_ram, A1_PIXEL + 0); in BlitterMidsummer2()
1243 uint16_t a1_stepf_x = GET16(blitter_ram, A1_FSTEP + 2); in BlitterMidsummer2()
1244 uint16_t a1_stepf_y = GET16(blitter_ram, A1_FSTEP + 0); in BlitterMidsummer2()
1245 uint16_t a1_frac_x = GET16(blitter_ram, A1_FPIXEL + 2); in BlitterMidsummer2()
1246 uint16_t a1_frac_y = GET16(blitter_ram, A1_FPIXEL + 0); in BlitterMidsummer2()
1249 uint16_t a1_incf_x = GET16(blitter_ram, A1_FINC + 2); in BlitterMidsummer2()
1250 uint16_t a1_incf_y = GET16(blitter_ram, A1_FINC + 0); in BlitterMidsummer2()
1256 uint16_t a2_mask_x = GET16(blitter_ram, A2_MASK + 2); in BlitterMidsummer2()
[all …]
/dports/sysutils/pciutils/pciutils-3.7.0/lib/
H A Dnames-net.c36 #define GET16(x) do { if (p+2 > end) goto err; x = (p[0] << 8) | p[1]; p += 2; } while (0) macro
102 GET16(s->counts[i]); in dns_parse_packet()
115 GET16(len); /* Length of data */ in dns_parse_packet()
147 GET16(s->rr_type); in dns_parse_rr()
148 GET16(s->rr_class); in dns_parse_rr()
150 GET16(s->rr_len); in dns_parse_rr()
/dports/devel/libpci/pciutils-3.7.0/lib/
H A Dnames-net.c36 #define GET16(x) do { if (p+2 > end) goto err; x = (p[0] << 8) | p[1]; p += 2; } while (0) macro
102 GET16(s->counts[i]); in dns_parse_packet()
115 GET16(len); /* Length of data */ in dns_parse_packet()
147 GET16(s->rr_type); in dns_parse_rr()
148 GET16(s->rr_class); in dns_parse_rr()
150 GET16(s->rr_len); in dns_parse_rr()
/dports/net/c3270/suite3270-4.0/Common/
H A Dsf.c476 GET16(h, &buf[6]); in sf_create_partition()
482 GET16(w, &buf[8]); in sf_create_partition()
488 GET16(rv, &buf[10]); in sf_create_partition()
494 GET16(cv, &buf[12]); in sf_create_partition()
500 GET16(hv, &buf[14]); in sf_create_partition()
506 GET16(wv, &buf[16]); in sf_create_partition()
512 GET16(rw, &buf[18]); in sf_create_partition()
518 GET16(cw, &buf[20]); in sf_create_partition()
524 GET16(rs, &buf[22]); in sf_create_partition()
530 GET16(pw, &buf[26]); in sf_create_partition()
[all …]
H A Dft_dft.c105 GET16(data_length, cp); in ft_dft_data()
109 GET16(data_type, cp); in ft_dft_data()
152 GET16(recsz, recszp); in dft_open_request()
234 GET16(my_length, cp); in dft_data_insert()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dsf.c476 GET16(h, &buf[6]); in sf_create_partition()
482 GET16(w, &buf[8]); in sf_create_partition()
488 GET16(rv, &buf[10]); in sf_create_partition()
494 GET16(cv, &buf[12]); in sf_create_partition()
500 GET16(hv, &buf[14]); in sf_create_partition()
506 GET16(wv, &buf[16]); in sf_create_partition()
512 GET16(rw, &buf[18]); in sf_create_partition()
518 GET16(cw, &buf[20]); in sf_create_partition()
524 GET16(rs, &buf[22]); in sf_create_partition()
530 GET16(pw, &buf[26]); in sf_create_partition()
[all …]
H A Dft_dft.c105 GET16(data_length, cp); in ft_dft_data()
109 GET16(data_type, cp); in ft_dft_data()
152 GET16(recsz, recszp); in dft_open_request()
234 GET16(my_length, cp); in dft_data_insert()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Df16.c61 GET16(header[O_HSIZE], *hs); in t16_open()
62 GET16(header[O_VSIZE], *vs); in t16_open()
87 GET16(rlebuf[bufp], data[i]); in t16_getline()
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Dparse.c246 #define GET16(x) do {(x) = ((*p) << 8) + *(p + 1); p += sizeof (uint16_t); *remain -= sizeof (uint1… macro
270 GET16 (type); in rdns_parse_rr()
274 GET16 (datalen); in rdns_parse_rr()
343 GET16 (elt->content.mx.priority); in rdns_parse_rr()
405 GET16 (elt->content.srv.priority); in rdns_parse_rr()
406 GET16 (elt->content.srv.weight); in rdns_parse_rr()
407 GET16 (elt->content.srv.port); in rdns_parse_rr()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Dparse.c246 #define GET16(x) do {(x) = ((*p) << 8) + *(p + 1); p += sizeof (uint16_t); *remain -= sizeof (uint1… macro
270 GET16 (type); in rdns_parse_rr()
274 GET16 (datalen); in rdns_parse_rr()
343 GET16 (elt->content.mx.priority); in rdns_parse_rr()
405 GET16 (elt->content.srv.priority); in rdns_parse_rr()
406 GET16 (elt->content.srv.weight); in rdns_parse_rr()
407 GET16 (elt->content.srv.port); in rdns_parse_rr()
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschrossim.c108 #define GET16(f, x, y) SCHRO_GET(f->components[0].data, f->components[0].stride * j + i * sizeof(in… in schro_frame_ssim() macro
112 sigma_x2 = GET16 (a_hipass, i, j); in schro_frame_ssim()
113 sigma_y2 = GET16 (b_hipass, i, j); in schro_frame_ssim()
114 sigma_xy = GET16 (ab, i, j); in schro_frame_ssim()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dpbstree-impl.c153 GET16 ( off, self -> data_idx . v16 [ id - 1 ] ); in PBSTreeImplGetNodeData16()
157 GET16 ( end16, self -> data_idx . v16 [ id ] ); in PBSTreeImplGetNodeData16()
266 GET16 ( off, pt -> data_idx . v16 [ id - 1 ] ); in PBSTreeImplFind16()
274 GET16 ( size, pt -> data_idx . v16 [ id ] ); in PBSTreeImplFind16()
421 GET16 ( off, pt -> data_idx . v16 [ 0 ] ); in PBSTreeImplForEach16()
425 GET16 ( end16, pt -> data_idx . v16 [ id ] ); in PBSTreeImplForEach16()
437 GET16 ( off, pt -> data_idx . v16 [ num_nodes - 1 ] ); in PBSTreeImplForEach16()
448 GET16 ( off, pt -> data_idx . v16 [ id - 1 ] ); in PBSTreeImplForEach16()
602 GET16 ( off, pt -> data_idx . v16 [ 0 ] ); in PBSTreeImplDoUntil16()
606 GET16 ( end16, pt -> data_idx . v16 [ id ] ); in PBSTreeImplDoUntil16()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dpbstree-impl.c153 GET16 ( off, self -> data_idx . v16 [ id - 1 ] ); in PBSTreeImplGetNodeData16()
157 GET16 ( end16, self -> data_idx . v16 [ id ] ); in PBSTreeImplGetNodeData16()
266 GET16 ( off, pt -> data_idx . v16 [ id - 1 ] ); in PBSTreeImplFind16()
274 GET16 ( size, pt -> data_idx . v16 [ id ] ); in PBSTreeImplFind16()
421 GET16 ( off, pt -> data_idx . v16 [ 0 ] ); in PBSTreeImplForEach16()
425 GET16 ( end16, pt -> data_idx . v16 [ id ] ); in PBSTreeImplForEach16()
437 GET16 ( off, pt -> data_idx . v16 [ num_nodes - 1 ] ); in PBSTreeImplForEach16()
448 GET16 ( off, pt -> data_idx . v16 [ id - 1 ] ); in PBSTreeImplForEach16()
602 GET16 ( off, pt -> data_idx . v16 [ 0 ] ); in PBSTreeImplDoUntil16()
606 GET16 ( end16, pt -> data_idx . v16 [ id ] ); in PBSTreeImplDoUntil16()
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWriteTGA.c18 #define GET16(buf) (((buf)[1] << 8) + (buf)[0]) macro
132 w = GET16(hdr + TGA_WIDTH); in ReadTGADetect()
133 h = GET16(hdr + TGA_HEIGHT); in ReadTGADetect()
168 k = GET16(hdr + TGA_PALSTART); in ReadTGADetect()
170 j = GET16(hdr + TGA_PALCOUNT); in ReadTGADetect()
315 (GET16(ext + TGA_EXTLEN) < TGA_EXTSIZE - 1)) in ReadTGADetect()
324 if (GET16(ext + TGA_SOFTV) <= 310) break; in ReadTGADetect()
/dports/graphics/p5-Imager/Imager-1.012/
H A Dimg16.c131 #define GET16(bytes, offset) \ macro
143 #define GET16(bytes, offset) \ macro
313 val->channel[ch] = Sample16ToF(GET16(im->idata, off+ch)); in i_gpixf_d16()
384 vals[i].channel[ch] = Sample16ToF(GET16(im->idata, off)); in i_glinf_d16()
505 *samps++ = Sample16ToF(GET16(im->idata, off+chans[ch])); in i_gsampf_d16()
520 *samps++ = Sample16ToF(GET16(im->idata, off+ch)); in i_gsampf_d16()
563 *samps++ = GET16(im->idata, off+chans[ch]); in i_gsamp_bits_d16()
577 *samps++ = GET16(im->idata, off+ch); in i_gsamp_bits_d16()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccc/include/isccc/
H A Dutil.h46 #define GET16(v, w) \ macro
91 GET16(v, w); \
/dports/dns/bind-tools/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h50 #define GET16(v, w) \ macro
95 GET16(v, w); \
/dports/dns/bind916/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h50 #define GET16(v, w) \ macro
95 GET16(v, w); \
/dports/dns/bind911/bind-9.11.37/lib/isccc/include/isccc/
H A Dutil.h47 #define GET16(v, w) \ macro
92 GET16(v, w); \
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccc/include/isccc/
H A Dutil.h46 #define GET16(v, w) \ macro
91 GET16(v, w); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/libevent/
H A Devdns.c837 GET16(trans_id); in reply_parse()
838 GET16(flags); in reply_parse()
840 GET16(answers); in reply_parse()
897 GET16(type); in reply_parse()
898 GET16(class); in reply_parse()
979 GET16(trans_id); in request_parse()
980 GET16(flags); in request_parse()
982 GET16(answers); in request_parse()
1009 GET16(type); in request_parse()
1010 GET16(class); in request_parse()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/third_party/libevent/
H A Devdns.c837 GET16(trans_id); in reply_parse()
838 GET16(flags); in reply_parse()
840 GET16(answers); in reply_parse()
897 GET16(type); in reply_parse()
898 GET16(class); in reply_parse()
979 GET16(trans_id); in request_parse()
980 GET16(flags); in request_parse()
982 GET16(answers); in request_parse()
1009 GET16(type); in request_parse()
1010 GET16(class); in request_parse()
[all …]
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfextract.c284 if(!(used[GET16(data)]&1)) { in idcallback()
286 used[GET16(data)] |= 1; in idcallback()
720 prepare_name(name, sizeof(name), "pic", "jpg", GET16(tag->data)); in handlejpeg()
727 prepare_name(name, sizeof(name), "pic", "png", GET16(tag->data)); in handlejpeg()
795 int id = GET16(tag->data); in handlejpeg()
896 int id = GET16(tag->data); in handlelossless()
1152 GET16(tag->data)); in handlebinary()
1156 prepare_name(buf, sizeof(buf), "binary", "bin", GET16(tag->data)); in handlebinary()
1177 GET16(tag->data)); in handleembeddedmp3()
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dport.h315 #define GET16(c,i) (i) = *((U16*)(&(c))) macro
317 #define GET16(c,i) (i) = (*(unsigned char *)&(c))+\ macro

1234