Home
last modified time | relevance | path

Searched refs:pfv (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/security/suricata/suricata-6.0.4/src/
H A Dsource-pcap-file-helper.c38 if (pfv != NULL) { in CleanupPcapFileFileVars()
44 if (pfv->shared != NULL && pfv->shared->should_delete) { in CleanupPcapFileFileVars()
55 SCFree(pfv); in CleanupPcapFileFileVars()
178 int r = pcap_next_ex(pfv->pcap_handle, &pfv->first_pkt_hdr, &pfv->first_pkt_data); in PeekFirstPacketTimestamp()
186 pfv->first_pkt_ts.tv_sec = pfv->first_pkt_hdr->ts.tv_sec; in PeekFirstPacketTimestamp()
187 pfv->first_pkt_ts.tv_usec = pfv->first_pkt_hdr->ts.tv_usec; in PeekFirstPacketTimestamp()
200 pfv->pcap_handle = pcap_open_offline(pfv->filename, errbuf); in InitPcapFile()
206 if (pfv->shared != NULL && pfv->shared->bpf_string != NULL) { in InitPcapFile()
209 if (pcap_compile(pfv->pcap_handle, &pfv->filter, pfv->shared->bpf_string, 1, 0) < 0) { in InitPcapFile()
215 if (pcap_setfilter(pfv->pcap_handle, &pfv->filter) < 0) { in InitPcapFile()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dr_alias.c300 finalvert_t *pfv[3]; in R_AliasPreparePoints() local
338 pfv[0] = &pfinalverts[ptri->vertindex[0]]; in R_AliasPreparePoints()
339 pfv[1] = &pfinalverts[ptri->vertindex[1]]; in R_AliasPreparePoints()
342 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags & (ALIAS_XY_CLIP_MASK | ALIAS_Z_CLIP) ) in R_AliasPreparePoints()
358 if ( ! ( (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) & (ALIAS_XY_CLIP_MASK | ALIAS_Z_CLIP) ) ) in R_AliasPreparePoints()
695 finalvert_t *pfv[3]; in R_AliasPrepareUnclippedPoints() local
720 D_PolysetDrawFinalVertsT5 (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
725 D_PolysetDrawFinalVertsT (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
730 D_PolysetDrawFinalVertsT2 (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
735 D_PolysetDrawFinalVertsT3 (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dr_alias.c295 finalvert_t *pfv[3]; in R_AliasPreparePoints() local
331 pfv[0] = &pfinalverts[ptri->vertindex[0]]; in R_AliasPreparePoints()
332 pfv[1] = &pfinalverts[ptri->vertindex[1]]; in R_AliasPreparePoints()
335 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags & (ALIAS_XY_CLIP_MASK | ALIAS_Z_CLIP) ) in R_AliasPreparePoints()
351 if ( ! ( (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) & (ALIAS_XY_CLIP_MASK | ALIAS_Z_CLIP) ) ) in R_AliasPreparePoints()
693 finalvert_t *pfv[3]; in R_AliasPrepareUnclippedPoints() local
718 D_PolysetDrawFinalVertsT5 (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
723 D_PolysetDrawFinalVertsT (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
728 D_PolysetDrawFinalVertsT2 (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
733 D_PolysetDrawFinalVertsT3 (pfv[0],pfv[1],pfv[2]); in R_AliasPrepareUnclippedPoints()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.c861 dt_pfargv_t *pfv; in dt_printf_create() local
867 free(pfv); in dt_printf_create()
873 pfv->pfv_argc = 0; in dt_printf_create()
897 pfv->pfv_argc++; in dt_printf_create()
1045 pfv->pfv_argc++; in dt_printf_create()
1051 return (pfv); in dt_printf_create()
1065 free(pfv); in dt_printf_destroy()
1878 if (pfv == NULL) in dtrace_printf_create()
1903 return (pfv); in dtrace_printf_create()
1911 if (pfv == NULL) in dtrace_printa_create()
[all …]
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_alias.c235 finalvert_t *pfv[3]; in R_AliasPreparePoints() local
274 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags ) in R_AliasPreparePoints()
287 if ( ! (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) ) in R_AliasPreparePoints()
289 aliastriangleparms.a = pfv[2]; in R_AliasPreparePoints()
290 aliastriangleparms.b = pfv[1]; in R_AliasPreparePoints()
291 aliastriangleparms.c = pfv[0]; in R_AliasPreparePoints()
297 R_AliasClipTriangle (pfv[2], pfv[1], pfv[0]); in R_AliasPreparePoints()
309 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags ) in R_AliasPreparePoints()
322 if ( ! (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) ) in R_AliasPreparePoints()
324 aliastriangleparms.a = pfv[0]; in R_AliasPreparePoints()
[all …]
/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_alias.c243 finalvert_t *pfv[3]; in R_AliasPreparePoints() local
282 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags ) in R_AliasPreparePoints()
295 if ( ! (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) ) in R_AliasPreparePoints()
297 aliastriangleparms.a = pfv[2]; in R_AliasPreparePoints()
298 aliastriangleparms.b = pfv[1]; in R_AliasPreparePoints()
299 aliastriangleparms.c = pfv[0]; in R_AliasPreparePoints()
305 R_AliasClipTriangle (pfv[2], pfv[1], pfv[0]); in R_AliasPreparePoints()
317 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags ) in R_AliasPreparePoints()
330 if ( ! (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) ) in R_AliasPreparePoints()
332 aliastriangleparms.a = pfv[0]; in R_AliasPreparePoints()
[all …]
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_alias.c243 finalvert_t *pfv[3]; in R_AliasPreparePoints() local
282 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags ) in R_AliasPreparePoints()
295 if ( ! (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) ) in R_AliasPreparePoints()
297 aliastriangleparms.a = pfv[2]; in R_AliasPreparePoints()
298 aliastriangleparms.b = pfv[1]; in R_AliasPreparePoints()
299 aliastriangleparms.c = pfv[0]; in R_AliasPreparePoints()
305 R_AliasClipTriangle (pfv[2], pfv[1], pfv[0]); in R_AliasPreparePoints()
317 if ( pfv[0]->flags & pfv[1]->flags & pfv[2]->flags ) in R_AliasPreparePoints()
330 if ( ! (pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) ) in R_AliasPreparePoints()
332 aliastriangleparms.a = pfv[0]; in R_AliasPreparePoints()
[all …]
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dlist_visuals.cxx178 XPixmapFormatValues *pfv; in list_visuals() local
179 for (pfv = pfvlist; ; pfv++) { in list_visuals()
180 if (pfv >= pfvlist+numpfv) {pfv = 0; break;} // should not happen! in list_visuals()
181 if (pfv->depth == p->depth) break; in list_visuals()
184 int j = pfv ? pfv->bits_per_pixel : 0; in list_visuals()
/dports/x11-toolkits/ntk/ntk/test/
H A Dlist_visuals.cxx178 XPixmapFormatValues *pfv; in list_visuals() local
179 for (pfv = pfvlist; ; pfv++) { in list_visuals()
180 if (pfv >= pfvlist+numpfv) {pfv = 0; break;} // should not happen! in list_visuals()
181 if (pfv->depth == p->depth) break; in list_visuals()
184 int j = pfv ? pfv->bits_per_pixel : 0; in list_visuals()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/cpu16/i8086/
H A Dtfaradr1.pp19 pfv: FarPointer;
23 pfv := FarAddr(local_variable);
24 if pfv <> Ptr(Seg(local_variable), Ofs(local_variable)) then
39 pfv: FarPointer;
44 pfv := FarAddr(global_variable);
45 if pfv <> Ptr(Seg(global_variable), Ofs(global_variable)) then
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dlist_visuals.cxx171 XPixmapFormatValues *pfv; in list_visuals() local
172 for (pfv = pfvlist; ; pfv++) { in list_visuals()
173 if (pfv >= pfvlist+numpfv) {pfv = 0; break;} // should not happen! in list_visuals()
174 if (pfv->depth == p->depth) break; in list_visuals()
177 int j = pfv ? pfv->bits_per_pixel : 0; in list_visuals()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dsw32_riqm.c148 finalvert_t *pfv[3]; in R_IQMPreparePoints() local
182 pfv[0] = &pfinalverts[mtri->vertindex[0]]; in R_IQMPreparePoints()
183 pfv[1] = &pfinalverts[mtri->vertindex[1]]; in R_IQMPreparePoints()
184 pfv[2] = &pfinalverts[mtri->vertindex[2]]; in R_IQMPreparePoints()
186 if (pfv[0]->flags & pfv[1]->flags & pfv[2]->flags in R_IQMPreparePoints()
190 if (!((pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) in R_IQMPreparePoints()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsw_riqm.c160 finalvert_t *pfv[3]; in R_IQMPreparePoints() local
191 pfv[0] = &pfinalverts[mtri->vertindex[0]]; in R_IQMPreparePoints()
192 pfv[1] = &pfinalverts[mtri->vertindex[1]]; in R_IQMPreparePoints()
193 pfv[2] = &pfinalverts[mtri->vertindex[2]]; in R_IQMPreparePoints()
195 if (pfv[0]->flags & pfv[1]->flags & pfv[2]->flags in R_IQMPreparePoints()
199 if (!((pfv[0]->flags | pfv[1]->flags | pfv[2]->flags) in R_IQMPreparePoints()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error1.C9 typedef void (*pfv)(); typedef
18 pfv p = f;
19 pfv p2 = cf; // { dg-error "" "" { xfail *-*-* } } mismatch

12345678