Home
last modified time | relevance | path

Searched refs:cfv (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/caif/
H A Dcaif_virtio.c190 if (cfv->reserved_mem == 0 && cfv->genpool) in cfv_release_used_buf()
225 if (frm_len > cfv->mru || frm_len <= cfv->rx_hr + cfv->rx_tr) { in cfv_alloc_and_copy_skb()
228 frm_len, cfv->mru, cfv->rx_hr, in cfv_alloc_and_copy_skb()
363 cfv->allocsz, cfv->alloc_addr, in cfv_destroy_genpool()
397 cfv->allocsz, &cfv->alloc_dma, in cfv_create_genpool()
402 cfv->allocsz = (cfv->allocsz * 3) >> 2; in cfv_create_genpool()
490 if (unlikely(cfv->tx_hr + skb->len + cfv->tx_tr > cfv->mtu)) { in cfv_alloc_and_copy_to_shm()
492 cfv->tx_hr + skb->len + cfv->tx_tr, cfv->mtu); in cfv_alloc_and_copy_to_shm()
513 skb->len + cfv->tx_hr + cfv->rx_hr); in cfv_alloc_and_copy_to_shm()
553 if (cfv->reserved_mem && cfv->genpool) { in cfv_netdev_tx()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/caif/
H A Dcaif_virtio.c190 if (cfv->reserved_mem == 0 && cfv->genpool) in cfv_release_used_buf()
225 if (frm_len > cfv->mru || frm_len <= cfv->rx_hr + cfv->rx_tr) { in cfv_alloc_and_copy_skb()
228 frm_len, cfv->mru, cfv->rx_hr, in cfv_alloc_and_copy_skb()
363 cfv->allocsz, cfv->alloc_addr, in cfv_destroy_genpool()
397 cfv->allocsz, &cfv->alloc_dma, in cfv_create_genpool()
402 cfv->allocsz = (cfv->allocsz * 3) >> 2; in cfv_create_genpool()
490 if (unlikely(cfv->tx_hr + skb->len + cfv->tx_tr > cfv->mtu)) { in cfv_alloc_and_copy_to_shm()
492 cfv->tx_hr + skb->len + cfv->tx_tr, cfv->mtu); in cfv_alloc_and_copy_to_shm()
513 skb->len + cfv->tx_hr + cfv->rx_hr); in cfv_alloc_and_copy_to_shm()
553 if (cfv->reserved_mem && cfv->genpool) { in cfv_netdev_tx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/caif/
H A Dcaif_virtio.c190 if (cfv->reserved_mem == 0 && cfv->genpool) in cfv_release_used_buf()
225 if (frm_len > cfv->mru || frm_len <= cfv->rx_hr + cfv->rx_tr) { in cfv_alloc_and_copy_skb()
228 frm_len, cfv->mru, cfv->rx_hr, in cfv_alloc_and_copy_skb()
363 cfv->allocsz, cfv->alloc_addr, in cfv_destroy_genpool()
397 cfv->allocsz, &cfv->alloc_dma, in cfv_create_genpool()
402 cfv->allocsz = (cfv->allocsz * 3) >> 2; in cfv_create_genpool()
490 if (unlikely(cfv->tx_hr + skb->len + cfv->tx_tr > cfv->mtu)) { in cfv_alloc_and_copy_to_shm()
492 cfv->tx_hr + skb->len + cfv->tx_tr, cfv->mtu); in cfv_alloc_and_copy_to_shm()
513 skb->len + cfv->tx_hr + cfv->rx_hr); in cfv_alloc_and_copy_to_shm()
553 if (cfv->reserved_mem && cfv->genpool) { in cfv_netdev_tx()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Speedo/
H A Dspglyph.c90 cfv->bpr = 0;
103 cfv->bpr = bpr;
115 cfv->bpr = bpr;
136 cfv->bp += bpr;
176 cfv->cur_y++;
186 cfv->trunc = 1;
299 cfv->last_y++; in sp_close_bitmap()
300 while (cfv->last_y < cfv->bit_height) { in sp_close_bitmap()
302 cfv->last_y++; in sp_close_bitmap()
309 TwoByteSwap(cfv->bp, bpr * cfv->bit_height); in sp_close_bitmap()
[all …]
/dports/security/cfv/cfv-3.0.0.dev0/
H A DREADME.md1 # cfv – Command-line File Verify
8 cfv was originally written by Matthew Mueller ([original project home](http://cfv.sourceforge.net/)…
9 This is a [friendly fork of cfv](https://github.com/cfv-project/cfv) maintained by David Gnedt.
11 [![Build Status](https://travis-ci.org/cfv-project/cfv.svg?branch=master)](https://travis-ci.org/cf…
13 [![License](https://img.shields.io/pypi/l/cfv.svg)](https://pypi.org/project/cfv/)
14 [![Latest PyPI version](https://img.shields.io/pypi/v/cfv.svg)](https://pypi.org/project/cfv/)
20 For Python 2 support, see the [master branch](https://github.com/cfv-project/cfv/tree/master).
31 or from the [Github releases page](https://github.com/cfv-project/cfv/releases).
38 1. `pip install cfv`
39 2. read man page `man cfv` or read usage `cfv -h` and have fun ☺️
[all …]
H A DRelease.md4 rm -rf __pycache__ build dist lib/cfv.egg-info
6 vim lib/cfv/common.py
8 git add lib/cfv/common.py Changelog
17 vim lib/cfv/common.py
19 git add lib/cfv/common.py Changelog
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dmaker_canon.c1429 int i,cfn,cfv; in canon_customfunctions_unk() local
1462 chpr += printf("Unk.%02d: = %#x/%u",cfn,cfv,cfv); in canon_customfunctions_unk()
1464 chpr += printf("Unk.%02d = %#x/%u",cfn,cfv,cfv); in canon_customfunctions_unk()
1481 int i,cfn,cfv; in canon_customfunctionsD30() local
1768 chpr += printf(" = %#x/%u",cfv,cfv); in canon_customfunctionsD30()
1787 int i,cfn,cfv; in canon_customfunctions10D() local
2123 chpr += printf(" = %#x/%u",cfv,cfv); in canon_customfunctions10D()
2142 int i,cfn,cfv; in canon_customfunctions20D() local
2481 chpr += printf(" = %#x/%u",cfv,cfv); in canon_customfunctions20D()
2500 int i,cfn,cfv; in canon_customfunctions1D() local
[all …]
/dports/security/cfv/cfv-3.0.0.dev0/debian/
H A Dchangelog1 cfv (1.18.3-2) unstable; urgency=low
14 cfv (1.18.3-1) unstable; urgency=low
34 cfv (1.18.2-1) unstable; urgency=low
78 cfv (1.18-2) unstable; urgency=low
85 cfv (1.18-1) unstable; urgency=low
91 cfv (1.17-1) unstable; urgency=low
100 cfv (1.16-1) unstable; urgency=low
160 cfv (1.9-4) unstable; urgency=low
167 cfv (1.9-3) unstable; urgency=low
173 cfv (1.9-2) unstable; urgency=low
[all …]
H A Drules6 make install-wrapper-only prefix=/usr mandir=/usr/share/man DESTDIR=debian/cfv
7 mv debian/cfv/*.py debian/cfv/usr/share/pyshared/cfv.py
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/verifier/
H A DTestANewArray.java66 int cfv = Integer.parseInt(args[0]); in main() local
69 byte[] classFile_254 = dumpClassFile(cfv, test_Dimension_254, array_Dimension_254); in main()
71 System.err.println("Running with cfv: " + cfv + ", test_Dimension_254"); in main()
78 byte[] classFile_255 = dumpClassFile(cfv, test_Dimension_255, array_Dimension_255); in main()
80 System.err.println("Running with cfv: " + cfv + ", test_Dimension_255"); in main()
87 if (cfv == 49) { in main()
95 byte[] classFile_264 = dumpClassFile(cfv, test_Dimension_264, array_Dimension_264); in main()
97 System.err.println("Running with cfv: " + cfv + ", test_Dimension_264"); in main()
104 …public static byte[] dumpClassFile(int cfv, int testDimension264, String arrayDim) throws Exceptio… in dumpClassFile() argument
108 classCName = "classCName_" + cfv + "_" + testDimension264; in dumpClassFile()
[all …]
H A DTestMultiANewArray.java48 int cfv = Integer.parseInt(args[0]); in main() local
49 writeClassFile(cfv); in main()
50 System.err.println("Running with cfv: " + cfv); in main()
57 public static void writeClassFile(int cfv) throws Exception { in writeClassFile() argument
61 cw.visit(cfv, ACC_PUBLIC + ACC_SUPER, "ClassFile", null, "java/lang/Object", null); in writeClassFile()

12345678910>>...15