Home
last modified time | relevance | path

Searched refs:f_offset (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/perf/req-gen/
H A D_request-begin.h6 #define __field(f_offset, f_bytes, f_name) \ argument
8 f_offset, f_bytes, f_name)
10 #define __array(f_offset, f_bytes, f_name) \ argument
12 f_offset, f_bytes, f_name)
14 #define __count(f_offset, f_bytes, f_name) \ argument
16 f_offset, f_bytes, f_name)
H A Dperf.h62 #define __field_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ argument
64 #define __count_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ argument
65 __field_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name)
78 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) \ argument
79 BUILD_BUG_ON(offsetof(struct STRUCT_NAME(r_name), f_name) != f_offset);
111 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
135 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/perf/req-gen/
H A D_request-begin.h6 #define __field(f_offset, f_bytes, f_name) \ argument
8 f_offset, f_bytes, f_name)
10 #define __array(f_offset, f_bytes, f_name) \ argument
12 f_offset, f_bytes, f_name)
14 #define __count(f_offset, f_bytes, f_name) \ argument
16 f_offset, f_bytes, f_name)
H A Dperf.h62 #define __field_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ argument
64 #define __count_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ argument
65 __field_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name)
78 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) \ argument
79 BUILD_BUG_ON(offsetof(struct STRUCT_NAME(r_name), f_name) != f_offset);
111 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
135 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/perf/req-gen/
H A D_request-begin.h6 #define __field(f_offset, f_bytes, f_name) \ argument
8 f_offset, f_bytes, f_name)
10 #define __array(f_offset, f_bytes, f_name) \ argument
12 f_offset, f_bytes, f_name)
14 #define __count(f_offset, f_bytes, f_name) \ argument
16 f_offset, f_bytes, f_name)
H A Dperf.h62 #define __field_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ argument
64 #define __count_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ argument
65 __field_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name)
78 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) \ argument
79 BUILD_BUG_ON(offsetof(struct STRUCT_NAME(r_name), f_name) != f_offset);
111 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
135 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
/dports/misc/heyu2/heyu-2.10/
H A Dmonitor.c89 off_t f_offset; in c_monitor() local
120 f_offset = lseek(sptty, 0, SEEK_CUR); /* find current position */ in c_monitor()
126 if( f_offset == lseek(sptty, 0, SEEK_END) ) { /* find end of file */ in c_monitor()
137 lseek(sptty, f_offset, SEEK_SET); in c_monitor()
139 f_offset = lseek(sptty, 0, SEEK_CUR); /* find current position */ in c_monitor()
153 off_t f_offset; in c_engine() local
188 f_offset = lseek(sptty, 0, SEEK_CUR); /* find current position */ in c_engine()
199 if ( f_offset == lseek(sptty, 0, SEEK_END) ) { /* find end of file */ in c_engine()
210 lseek(sptty, f_offset, SEEK_SET); in c_engine()
212 f_offset = lseek(sptty, 0, SEEK_CUR); /* find current position */ in c_engine()
/dports/sysutils/foremost/foremost-1.5.7/
H A Dextract.c289 s_spec *needle, u_int64_t f_offset) in extract_pdf() argument
459 s_spec *needle, u_int64_t f_offset) in extract_cpp() argument
552 s_spec *needle, u_int64_t f_offset) in extract_htm() argument
1038 s_spec *needle, u_int64_t f_offset) in extract_mov() argument
1147 s_spec *needle, u_int64_t f_offset) in extract_wmv() argument
1322 s_spec *needle, u_int64_t f_offset) in extract_bmp() argument
1401 s_spec *needle, u_int64_t f_offset) in extract_gif() argument
1467 s_spec *needle, u_int64_t f_offset) in extract_mpg() argument
1655 s_spec *needle, u_int64_t f_offset) in extract_mp4() argument
1821 s_spec *needle, u_int64_t f_offset) in extract_jpeg() argument
[all …]
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/
H A Dexchange_vtk.py58 f_offset = 0
89 f_offset += len(data_array[1])
112 line += "POLYGONS " + str(f_offset) + " " + str((tsl_dim + 1) * f_offset) + "\n"
117 if f_offset > 0:
118 line += "CELL_DATA " + str(f_offset) + "\n"
/dports/editors/mp/mp-5.x-5.50/
H A Dmp_hex.mpsl21 f_offset: 0,
108 if (o >= f_offset && o < f_offset + f_size)
113 if (o == f_offset)
149 fseek(hex.fd, hex.f_offset + 1);
156 hex.f_offset = ftell(hex.fd);
158 hex.offset = hex.f_offset;
177 hex.f_offset = hex.offset - 1;
/dports/databases/mantis/mantisbt-2.25.2/
H A Dmain_page.php57 $f_offset = gpc_get_int( 'offset', 0 ); variable
109 $t_news_rows = news_get_limited_rows( $f_offset, $t_project_id );
134 $f_offset_next = $f_offset + $t_news_view_limit;
135 $f_offset_prev = $f_offset - $t_news_view_limit;
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dlseek.c88 f->f_offset = offset; in lseek()
91 f->f_offset += offset; in lseek()
98 return f->f_offset; in lseek()
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/pages/
H A Dsearch.php10 $f_offset = gpc_get_int( 'offset', 1 ); variable
17 list( $t_changesets, $t_count ) = $t_filter->find( $f_offset, $f_perpage );
63 $f_offset,
H A Dlist.php11 $f_offset = gpc_get_int( 'offset', 1 );
19 $t_changesets = SourceChangeset::load_by_repo( $t_repo->id, true, $f_offset, $f_perpage );
75 $f_offset,
H A Dedit_page.php10 $f_offset = gpc_get_int( 'offset', 0 ); variable
47 …d" href="<?php echo plugin_page( 'view' ) . '&id=' . $t_changeset->id . '&offset=' . $f_offset ?>">
54 <input type="hidden" name="offset" value="<?php echo $f_offset ?>"/>
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/i960/
H A Ddecode.c2186 FLD (f_offset) = f_offset; in i960base_decode()
2215 FLD (f_offset) = f_offset; in i960base_decode()
2449 FLD (f_offset) = f_offset; in i960base_decode()
2478 FLD (f_offset) = f_offset; in i960base_decode()
2713 FLD (f_offset) = f_offset; in i960base_decode()
2744 FLD (f_offset) = f_offset; in i960base_decode()
2992 FLD (f_offset) = f_offset; in i960base_decode()
3024 FLD (f_offset) = f_offset; in i960base_decode()
3279 FLD (f_offset) = f_offset; in i960base_decode()
3312 FLD (f_offset) = f_offset; in i960base_decode()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/i960/
H A Ddecode.c2186 FLD (f_offset) = f_offset; in i960base_decode()
2215 FLD (f_offset) = f_offset; in i960base_decode()
2449 FLD (f_offset) = f_offset; in i960base_decode()
2478 FLD (f_offset) = f_offset; in i960base_decode()
2713 FLD (f_offset) = f_offset; in i960base_decode()
2744 FLD (f_offset) = f_offset; in i960base_decode()
2992 FLD (f_offset) = f_offset; in i960base_decode()
3024 FLD (f_offset) = f_offset; in i960base_decode()
3279 FLD (f_offset) = f_offset; in i960base_decode()
3312 FLD (f_offset) = f_offset; in i960base_decode()
[all …]
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Dstgsyl.c297 …b_offset, c_dim1, c_offset, d_dim1, d_offset, e_dim1, e_offset, f_dim1, f_offset, i__1, i__2, i__3… in stgsyl_() local
365 f_offset = 1 + f_dim1; in stgsyl_()
366 f -= f_offset; in stgsyl_()
479 slaset_("F", m, n, &c_b14, &c_b14, &f[f_offset], ldf); in stgsyl_()
497 …], ldb, &c__[c_offset], ldc, &d__[d_offset], ldd, &e[e_offset], lde, &f[f_offset], ldf, scale, &ds… in stgsyl_()
517 slacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in stgsyl_()
519 slaset_("F", m, n, &c_b14, &c_b14, &f[f_offset], ldf); in stgsyl_()
524 slacpy_("F", m, n, &work[*m * *n + 1], m, &f[f_offset], ldf); in stgsyl_()
704 slacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in stgsyl_()
706 slaset_("F", m, n, &c_b14, &c_b14, &f[f_offset], ldf); in stgsyl_()
[all …]
H A Ddtgsyl.c297 …b_offset, c_dim1, c_offset, d_dim1, d_offset, e_dim1, e_offset, f_dim1, f_offset, i__1, i__2, i__3… in dtgsyl_() local
361 f_offset = 1 + f_dim1; in dtgsyl_()
362 f -= f_offset; in dtgsyl_()
475 dlaset_("F", m, n, &c_b14, &c_b14, &f[f_offset], ldf); in dtgsyl_()
493 …], ldb, &c__[c_offset], ldc, &d__[d_offset], ldd, &e[e_offset], lde, &f[f_offset], ldf, scale, &ds… in dtgsyl_()
513 dlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in dtgsyl_()
515 dlaset_("F", m, n, &c_b14, &c_b14, &f[f_offset], ldf); in dtgsyl_()
520 dlacpy_("F", m, n, &work[*m * *n + 1], m, &f[f_offset], ldf); in dtgsyl_()
700 dlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in dtgsyl_()
702 dlaset_("F", m, n, &c_b14, &c_b14, &f[f_offset], ldf); in dtgsyl_()
[all …]
H A Dctgsyl.c305 …b_offset, c_dim1, c_offset, d_dim1, d_offset, e_dim1, e_offset, f_dim1, f_offset, i__1, i__2, i__3… in ctgsyl_() local
367 f_offset = 1 + f_dim1; in ctgsyl_()
368 f -= f_offset; in ctgsyl_()
482 claset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf); in ctgsyl_()
501 …], ldb, &c__[c_offset], ldc, &d__[d_offset], ldd, &e[e_offset], lde, &f[f_offset], ldf, scale, &ds… in ctgsyl_()
521 clacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in ctgsyl_()
523 claset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf) ; in ctgsyl_()
528 clacpy_("F", m, n, &work[*m * *n + 1], m, &f[f_offset], ldf); in ctgsyl_()
714 clacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in ctgsyl_()
716 claset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf) ; in ctgsyl_()
[all …]
H A Dztgsyl.c305 …b_offset, c_dim1, c_offset, d_dim1, d_offset, e_dim1, e_offset, f_dim1, f_offset, i__1, i__2, i__3… in ztgsyl_() local
370 f_offset = 1 + f_dim1; in ztgsyl_()
371 f -= f_offset; in ztgsyl_()
485 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf); in ztgsyl_()
504 …], ldb, &c__[c_offset], ldc, &d__[d_offset], ldd, &e[e_offset], lde, &f[f_offset], ldf, scale, &ds… in ztgsyl_()
524 zlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in ztgsyl_()
526 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf) ; in ztgsyl_()
531 zlacpy_("F", m, n, &work[*m * *n + 1], m, &f[f_offset], ldf); in ztgsyl_()
717 zlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m); in ztgsyl_()
719 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf) ; in ztgsyl_()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/complex16/
H A Dztgsyl.c38 d_offset, e_dim1, e_offset, f_dim1, f_offset, i__1, i__2, i__3, in ztgsyl_() local
310 f_offset = 1 + f_dim1; in ztgsyl_()
311 f -= f_offset; in ztgsyl_()
466 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf, (ftnlen)1); in ztgsyl_()
496 lde, &f[f_offset], ldf, scale, &dsum, &dscale, info, ( in ztgsyl_()
527 zlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m, ( in ztgsyl_()
533 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf, (ftnlen)1) in ztgsyl_()
541 zlacpy_("F", m, n, &work[*m * *n + 1], m, &f[f_offset], ldf, ( in ztgsyl_()
803 zlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m, ( in ztgsyl_()
809 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf, (ftnlen)1) in ztgsyl_()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/lapack/complex16/
H A Dztgsyl.c38 d_offset, e_dim1, e_offset, f_dim1, f_offset, i__1, i__2, i__3, in ztgsyl_() local
310 f_offset = 1 + f_dim1; in ztgsyl_()
311 f -= f_offset; in ztgsyl_()
466 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf, (ftnlen)1); in ztgsyl_()
496 lde, &f[f_offset], ldf, scale, &dsum, &dscale, info, ( in ztgsyl_()
527 zlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m, ( in ztgsyl_()
533 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf, (ftnlen)1) in ztgsyl_()
541 zlacpy_("F", m, n, &work[*m * *n + 1], m, &f[f_offset], ldf, ( in ztgsyl_()
803 zlacpy_("F", m, n, &f[f_offset], ldf, &work[*m * *n + 1], m, ( in ztgsyl_()
809 zlaset_("F", m, n, &c_b1, &c_b1, &f[f_offset], ldf, (ftnlen)1) in ztgsyl_()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/iq2000/
H A Dcpu.h274 SI f_offset; \
281 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \
287 SI f_offset; \
294 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \
300 SI f_offset; \
307 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \
433 SI f_offset; \
440 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \
/dports/devel/gdb761/gdb-7.6.1/sim/iq2000/
H A Dcpu.h273 SI f_offset; \
280 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \
286 SI f_offset; \
293 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \
299 SI f_offset; \
306 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \
432 SI f_offset; \
439 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (2))) + (((pc) + (4)))); \

12345678910>>...13