Home
last modified time | relevance | path

Searched refs:fptr (Results 151 – 175 of 7982) sorted by relevance

12345678910>>...320

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_c_ImageAffine_BC_S16.c105 mlib_s16 *fptr; variable
115 xf0 = fptr[0];
116 xf1 = fptr[1];
117 xf2 = fptr[2];
118 xf3 = fptr[3];
123 yf0 = fptr[0];
124 yf1 = fptr[1];
125 yf2 = fptr[2];
126 yf3 = fptr[3];
160 xf0 = fptr[0];
[all …]
H A Dmlib_c_ImageAffine_BC_U16.c108 mlib_s16 *fptr; variable
126 yf0 = fptr[0];
127 yf1 = fptr[1];
128 yf2 = fptr[2];
129 yf3 = fptr[3];
173 yf0 = fptr[0];
174 yf1 = fptr[1];
175 yf2 = fptr[2];
176 yf3 = fptr[3];
231 mlib_s16 *fptr; variable
[all …]
H A Dmlib_c_ImageAffine_BC.c121 mlib_s16 *fptr; variable
130 xf0 = fptr[0];
131 xf1 = fptr[1];
132 xf2 = fptr[2];
133 xf3 = fptr[3];
138 yf0 = fptr[0];
139 yf1 = fptr[1];
140 yf2 = fptr[2];
141 yf3 = fptr[3];
170 xf0 = fptr[0];
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_c_ImageAffine_BC.c121 mlib_s16 *fptr; variable
130 xf0 = fptr[0];
131 xf1 = fptr[1];
132 xf2 = fptr[2];
133 xf3 = fptr[3];
138 yf0 = fptr[0];
139 yf1 = fptr[1];
140 yf2 = fptr[2];
141 yf3 = fptr[3];
170 xf0 = fptr[0];
[all …]
H A Dmlib_c_ImageAffine_BC_S16.c105 mlib_s16 *fptr; variable
115 xf0 = fptr[0];
116 xf1 = fptr[1];
117 xf2 = fptr[2];
118 xf3 = fptr[3];
123 yf0 = fptr[0];
124 yf1 = fptr[1];
125 yf2 = fptr[2];
126 yf3 = fptr[3];
160 xf0 = fptr[0];
[all …]
H A Dmlib_c_ImageAffine_BC_U16.c108 mlib_s16 *fptr; variable
126 yf0 = fptr[0];
127 yf1 = fptr[1];
128 yf2 = fptr[2];
129 yf3 = fptr[3];
173 yf0 = fptr[0];
174 yf1 = fptr[1];
175 yf2 = fptr[2];
176 yf3 = fptr[3];
231 mlib_s16 *fptr; variable
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_c_ImageAffine_BC.c121 mlib_s16 *fptr; variable
130 xf0 = fptr[0];
131 xf1 = fptr[1];
132 xf2 = fptr[2];
133 xf3 = fptr[3];
138 yf0 = fptr[0];
139 yf1 = fptr[1];
140 yf2 = fptr[2];
141 yf3 = fptr[3];
170 xf0 = fptr[0];
[all …]
H A Dmlib_c_ImageAffine_BC_S16.c105 mlib_s16 *fptr; variable
115 xf0 = fptr[0];
116 xf1 = fptr[1];
117 xf2 = fptr[2];
118 xf3 = fptr[3];
123 yf0 = fptr[0];
124 yf1 = fptr[1];
125 yf2 = fptr[2];
126 yf3 = fptr[3];
160 xf0 = fptr[0];
[all …]
H A Dmlib_c_ImageAffine_BC_U16.c108 mlib_s16 *fptr; variable
126 yf0 = fptr[0];
127 yf1 = fptr[1];
128 yf2 = fptr[2];
129 yf3 = fptr[3];
173 yf0 = fptr[0];
174 yf1 = fptr[1];
175 yf2 = fptr[2];
176 yf3 = fptr[3];
231 mlib_s16 *fptr; variable
[all …]
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DmeshSurf.c832 *fptr=3; fptr++; in mesh_tr3u()
854 *fptr=3; fptr++; in mesh_tr3u()
1172 *fptr=3; fptr++; in mesh_tr3u()
1193 *fptr=3; fptr++; in mesh_tr3u()
1214 *fptr=3; fptr++; in mesh_tr3u()
1235 *fptr=3; fptr++; in mesh_tr3u()
1293 *fptr=3; fptr++; in mesh_tr3u()
3375 *fptr=3; fptr++; in meshSurf()
3398 *fptr=3; fptr++; in meshSurf()
3419 *fptr=3; fptr++; in meshSurf()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Dsimd_cmp_impl.h366 typedef void (*fptr)(); typedef
370 fptr ref;
371 fptr simd;
1036 void Map(const char *name, fptr *ref, fptr *simd) { in Map()
1147 int CompareSimd1Arg(fptr store, fptr load, fptr simd, void *d, fptr c_store, in CompareSimd1Arg()
1166 int CompareSimd2Args(fptr store, fptr load1, fptr load2, fptr simd, void *d, in CompareSimd2Args()
1167 fptr c_store, fptr c_load1, fptr c_load2, fptr c_simd, in CompareSimd2Args()
1194 fptr ref_simd; in TestSimd1Arg()
1195 fptr simd; in TestSimd1Arg()
1422 fptr ref_simd; in TestSimd2Args()
[all …]
/dports/emulators/cpmtools/cpm/src/
H A Dcopen.c20 register C_FILE *fptr; local
35 for ((i = 0, fptr=c_iob); i < C_NFILE; i++,fptr++)
36 if (!(fptr->c_flag))
51 fptr->c_extno = 0;
52 fptr->c_base = fptr->c_buf;
53 fptr->c_flag = mode;
54 fptr->c_blk = 0;
55 fptr->c_ext = index;
57 fptr->c_seccnt =
60 scnt = (fptr->c_seccnt > blksiz/seclth) ? blksiz/seclth:fptr->c_seccnt;
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dchecksum.c39 ffgbyt(fptr, 2880, sbuf, status); in ffcsum()
242 if (ffrdef(fptr, status) > 0) in ffpcks()
245 if ((fptr->Fptr)->heapsize > 0) in ffpcks()
249 if (ffpdfl(fptr, status) > 0) in ffpcks()
300 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffpcks()
305 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffpcks()
366 if (ffwend(fptr, status) > 0) in ffupck()
386 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffupck()
391 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffupck()
499 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffgcks()
[all …]
H A Dputcoll.c60 ffpbyt(fptr, 1, &ctrue, status); in ffpcll()
62 ffpbyt(fptr, 1, &cfalse, status); in ffpcll()
116 if (fptr->HDUposition != (fptr->Fptr)->curhdu) in ffpcnl()
118 ffmahd(fptr, (fptr->HDUposition) + 1, NULL, status); in ffpcnl()
243 if (fptr->HDUposition != (fptr->Fptr)->curhdu) in ffpclx()
244 ffmahd(fptr, (fptr->HDUposition) + 1, NULL, status); in ffpclx()
257 offset = (fptr->Fptr)->heapsize; in ffpclx()
294 bstart = (fptr->Fptr)->datastart + ((fptr->Fptr)->rowlength * rstart) + in ffpclx()
326 ffmbyt(fptr, bstart, IGNORE_EOF, status); in ffpclx()
339 ffmbyt(fptr, bstart, IGNORE_EOF, status); in ffpclx()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dchecksum.c39 ffgbyt(fptr, 2880, sbuf, status); in ffcsum()
242 if (ffrdef(fptr, status) > 0) in ffpcks()
245 if ((fptr->Fptr)->heapsize > 0) in ffpcks()
249 if (ffpdfl(fptr, status) > 0) in ffpcks()
300 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffpcks()
305 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffpcks()
366 if (ffwend(fptr, status) > 0) in ffupck()
386 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffupck()
391 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffupck()
499 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffgcks()
[all …]
H A Dputcoll.c60 ffpbyt(fptr, 1, &ctrue, status); in ffpcll()
62 ffpbyt(fptr, 1, &cfalse, status); in ffpcll()
116 if (fptr->HDUposition != (fptr->Fptr)->curhdu) in ffpcnl()
118 ffmahd(fptr, (fptr->HDUposition) + 1, NULL, status); in ffpcnl()
243 if (fptr->HDUposition != (fptr->Fptr)->curhdu) in ffpclx()
244 ffmahd(fptr, (fptr->HDUposition) + 1, NULL, status); in ffpclx()
257 offset = (fptr->Fptr)->heapsize; in ffpclx()
294 bstart = (fptr->Fptr)->datastart + ((fptr->Fptr)->rowlength * rstart) + in ffpclx()
326 ffmbyt(fptr, bstart, IGNORE_EOF, status); in ffpclx()
339 ffmbyt(fptr, bstart, IGNORE_EOF, status); in ffpclx()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dchecksum.c39 ffgbyt(fptr, 2880, sbuf, status); in ffcsum()
242 if (ffrdef(fptr, status) > 0) in ffpcks()
245 if ((fptr->Fptr)->heapsize > 0) in ffpcks()
249 if (ffpdfl(fptr, status) > 0) in ffpcks()
300 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffpcks()
305 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffpcks()
366 if (ffwend(fptr, status) > 0) in ffupck()
386 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffupck()
391 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffupck()
499 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffgcks()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dchecksum.c39 ffgbyt(fptr, 2880, sbuf, status); in ffcsum()
242 if (ffrdef(fptr, status) > 0) in ffpcks()
245 if ((fptr->Fptr)->heapsize > 0) in ffpcks()
249 if (ffpdfl(fptr, status) > 0) in ffpcks()
300 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffpcks()
305 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffpcks()
366 if (ffwend(fptr, status) > 0) in ffupck()
386 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffupck()
391 if (ffcsum(fptr, nrec, &sum, status) > 0) in ffupck()
499 ffmbyt(fptr, headstart, REPORT_EOF, status); in ffgcks()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dsimd_cmp_impl.h468 fptr ref;
469 fptr simd;
1312 void Map(const char *name, fptr *ref, fptr *simd) { in Map()
1424 int CompareSimd1Arg(fptr store, fptr load, fptr simd, void *d, fptr c_store, in CompareSimd1Arg()
1443 int CompareSimd2Args(fptr store, fptr load1, fptr load2, fptr simd, void *d, in CompareSimd2Args()
1444 fptr c_store, fptr c_load1, fptr c_load2, fptr c_simd, in CompareSimd2Args()
1467 int CompareSimd3Args(fptr store, fptr load1, fptr load2, fptr load3, fptr simd, in CompareSimd3Args()
1468 void *d, fptr c_store, fptr c_load1, fptr c_load2, in CompareSimd3Args()
1501 fptr simd; in TestSimd1Arg()
1746 fptr simd; in TestSimd2Args()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dsimd_cmp_impl.h468 fptr ref;
469 fptr simd;
1312 void Map(const char *name, fptr *ref, fptr *simd) { in Map()
1424 int CompareSimd1Arg(fptr store, fptr load, fptr simd, void *d, fptr c_store, in CompareSimd1Arg()
1443 int CompareSimd2Args(fptr store, fptr load1, fptr load2, fptr simd, void *d, in CompareSimd2Args()
1444 fptr c_store, fptr c_load1, fptr c_load2, fptr c_simd, in CompareSimd2Args()
1467 int CompareSimd3Args(fptr store, fptr load1, fptr load2, fptr load3, fptr simd, in CompareSimd3Args()
1468 void *d, fptr c_store, fptr c_load1, fptr c_load2, in CompareSimd3Args()
1501 fptr simd; in TestSimd1Arg()
1746 fptr simd; in TestSimd2Args()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dsimd_cmp_impl.h468 fptr ref;
469 fptr simd;
1312 void Map(const char *name, fptr *ref, fptr *simd) { in Map()
1424 int CompareSimd1Arg(fptr store, fptr load, fptr simd, void *d, fptr c_store, in CompareSimd1Arg()
1443 int CompareSimd2Args(fptr store, fptr load1, fptr load2, fptr simd, void *d, in CompareSimd2Args()
1444 fptr c_store, fptr c_load1, fptr c_load2, fptr c_simd, in CompareSimd2Args()
1467 int CompareSimd3Args(fptr store, fptr load1, fptr load2, fptr load3, fptr simd, in CompareSimd3Args()
1468 void *d, fptr c_store, fptr c_load1, fptr c_load2, in CompareSimd3Args()
1501 fptr simd; in TestSimd1Arg()
1746 fptr simd; in TestSimd2Args()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dsimd_cmp_impl.h468 fptr ref;
469 fptr simd;
1309 void Map(const char *name, fptr *ref, fptr *simd) { in Map()
1421 int CompareSimd1Arg(fptr store, fptr load, fptr simd, void *d, fptr c_store, in CompareSimd1Arg()
1440 int CompareSimd2Args(fptr store, fptr load1, fptr load2, fptr simd, void *d, in CompareSimd2Args()
1441 fptr c_store, fptr c_load1, fptr c_load2, fptr c_simd, in CompareSimd2Args()
1464 int CompareSimd3Args(fptr store, fptr load1, fptr load2, fptr load3, fptr simd, in CompareSimd3Args()
1465 void *d, fptr c_store, fptr c_load1, fptr c_load2, in CompareSimd3Args()
1498 fptr simd; in TestSimd1Arg()
1744 fptr simd; in TestSimd2Args()
[all …]
/dports/multimedia/aom/aom-3.2.0/test/
H A Dsimd_cmp_impl.h468 fptr ref;
469 fptr simd;
1309 void Map(const char *name, fptr *ref, fptr *simd) { in Map()
1421 int CompareSimd1Arg(fptr store, fptr load, fptr simd, void *d, fptr c_store, in CompareSimd1Arg()
1440 int CompareSimd2Args(fptr store, fptr load1, fptr load2, fptr simd, void *d, in CompareSimd2Args()
1441 fptr c_store, fptr c_load1, fptr c_load2, fptr c_simd, in CompareSimd2Args()
1464 int CompareSimd3Args(fptr store, fptr load1, fptr load2, fptr load3, fptr simd, in CompareSimd3Args()
1465 void *d, fptr c_store, fptr c_load1, fptr c_load2, in CompareSimd3Args()
1498 fptr simd; in TestSimd1Arg()
1744 fptr simd; in TestSimd2Args()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dsimd_cmp_impl.h468 fptr ref;
469 fptr simd;
1312 void Map(const char *name, fptr *ref, fptr *simd) { in Map()
1424 int CompareSimd1Arg(fptr store, fptr load, fptr simd, void *d, fptr c_store, in CompareSimd1Arg()
1443 int CompareSimd2Args(fptr store, fptr load1, fptr load2, fptr simd, void *d, in CompareSimd2Args()
1444 fptr c_store, fptr c_load1, fptr c_load2, fptr c_simd, in CompareSimd2Args()
1467 int CompareSimd3Args(fptr store, fptr load1, fptr load2, fptr load3, fptr simd, in CompareSimd3Args()
1468 void *d, fptr c_store, fptr c_load1, fptr c_load2, in CompareSimd3Args()
1501 fptr simd; in TestSimd1Arg()
1746 fptr simd; in TestSimd2Args()
[all …]
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_retrieve.c619 plXFontRecord *fptr; in _pl_x_select_font_carefully() local
630 fptr); in _pl_x_select_font_carefully()
715 for (fptr = x_fontlist; fptr; fptr = fptr->next) in select_x_font()
719 fptr->x_font_name, fptr->subset); in select_x_font()
743 return fptr; in select_x_font()
765 fptr = in select_x_font()
768 *x_fontlist_ptr = fptr; in select_x_font()
794 fptr->x_font_struct = in select_x_font()
807 if (fptr->x_font_struct in select_x_font()
816 if (fptr->x_font_struct) in select_x_font()
[all …]

12345678910>>...320