Home
last modified time | relevance | path

Searched refs:INIT_SIZE (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/math/singular/Singular-Release-4-2-1/factory/
H A DcfNTLzzpEXGCD.cc252 zz_pEX u(INIT_SIZE, n), v(INIT_SIZE, n); in tryNTLGCD()
300 zz_pEX temp(INIT_SIZE, e), u(INIT_SIZE, e), v(INIT_SIZE, e), in tryNTLXGCD()
301 u0(INIT_SIZE, e), v0(INIT_SIZE, e), in tryNTLXGCD()
302 u1(INIT_SIZE, e), v1(INIT_SIZE, e), in tryNTLXGCD()
303 u2(INIT_SIZE, e), v2(INIT_SIZE, e), q(INIT_SIZE, e); in tryNTLXGCD()
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_Permutations.cpp99 Vec<GenDescriptor> vec(INIT_SIZE, ea.dimension()); in testCtxt()
283 Vec<GenDescriptor> vec(INIT_SIZE, 1);
291 Vec<GenDescriptor> vec(INIT_SIZE, 1);
299 Vec<GenDescriptor> vec(INIT_SIZE, 2);
308 Vec<GenDescriptor> vec(INIT_SIZE, 2);
317 Vec<GenDescriptor> vec(INIT_SIZE, 1);
325 Vec<GenDescriptor> vec(INIT_SIZE, 2);
334 Vec<GenDescriptor> vec(INIT_SIZE, 2);
/dports/security/snort3/snort3-3.1.19.0/piglet/tests/interface/
H A Draw_buffer.lua11 INIT_SIZE = 16
24 local rb = RawBuffer.new(INIT_SIZE)
25 assert(rb:size() == INIT_SIZE)
34 rb = RawBuffer.new(INIT_STRING, INIT_SIZE)
35 assert(rb:size() == INIT_SIZE)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/geom/
H A DGeneralPath.java55 private static final int INIT_SIZE = 20; field in GeneralPath
78 this(WIND_NON_ZERO, INIT_SIZE); in GeneralPath()
82 this(rule, INIT_SIZE); in GeneralPath()
89 if (capacity < INIT_SIZE) in GeneralPath()
90 capacity = INIT_SIZE; in GeneralPath()
96 types = new byte[INIT_SIZE >> 1]; in GeneralPath()
97 points = new float[INIT_SIZE]; in GeneralPath()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/geom/
H A DGeneralPath.java55 private static final int INIT_SIZE = 20;
78 this(WIND_NON_ZERO, INIT_SIZE);
82 this(rule, INIT_SIZE);
89 if (capacity < INIT_SIZE)
90 capacity = INIT_SIZE;
96 types = new byte[INIT_SIZE >> 1];
97 points = new float[INIT_SIZE];
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/
H A DOffHeapIntStack.java28 private static final int INIT_SIZE = 128; field in OffHeapIntStack
36 intVector.allocateNew(INIT_SIZE); in OffHeapIntStack()
37 intVector.setValueCount(INIT_SIZE); in OffHeapIntStack()
/dports/databases/arrow/apache-arrow-6.0.1/java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/
H A DOffHeapIntStack.java28 private static final int INIT_SIZE = 128; field in OffHeapIntStack
36 intVector.allocateNew(INIT_SIZE); in OffHeapIntStack()
37 intVector.setValueCount(INIT_SIZE); in OffHeapIntStack()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/
H A DOffHeapIntStack.java28 private static final int INIT_SIZE = 128; field in OffHeapIntStack
36 intVector.allocateNew(INIT_SIZE); in OffHeapIntStack()
37 intVector.setValueCount(INIT_SIZE); in OffHeapIntStack()
/dports/net/dgd-lpmud/mud/2.4.5/obj/
H A Dteam.c5 #define INIT_SIZE 2 macro
20 pot_members = allocate(INIT_SIZE); in add()
21 members = allocate(INIT_SIZE); in add()
31 vec2 = allocate(sizeof(vec) + INIT_SIZE); in add()
/dports/science/minc2/minc-release-2.2.00/progs/minccalc/
H A Dvector.c7 #define INIT_SIZE 20 macro
13 v->maxlen = INIT_SIZE; in new_vector()
14 v->el = malloc(INIT_SIZE * sizeof v->el[0]); in new_vector()
/dports/games/ldmud/ldmud-3.3.720/mud/lp-245/obj/
H A Dteam.c5 #define INIT_SIZE 2 macro
20 pot_members = allocate(INIT_SIZE); in add()
21 members = allocate(INIT_SIZE); in add()
31 vec2 = allocate(sizeof(members) + INIT_SIZE); in add()
/dports/devel/libhoard/Hoard/src/include/util/
H A Ddynamichashtable.h32 size_t INIT_SIZE = 4096,
45 _size (INIT_SIZE), in DynamicHashTable()
46 _entries (allocTable (INIT_SIZE)), in DynamicHashTable()
51 CheckPowerOfTwo<INIT_SIZE> verify2; in DynamicHashTable()
93 if (_numElements >= 2 * INIT_SIZE) { in erase()
/dports/devel/simgear/simgear-2020.3.11/3rdparty/expat/
H A Dhashtable.c41 #define INIT_SIZE 64 macro
67 table->v = calloc(INIT_SIZE, sizeof(NAMED *)); in lookup()
70 table->size = INIT_SIZE; in lookup()
71 table->usedLim = INIT_SIZE / 2; in lookup()
/dports/textproc/teckit/teckit-2.5.7/SFconv/expat/xmlparse/
H A Dhashtable.c41 #define INIT_SIZE 64 macro
67 table->v = calloc(INIT_SIZE, sizeof(NAMED *)); in lookup()
70 table->size = INIT_SIZE; in lookup()
71 table->usedLim = INIT_SIZE / 2; in lookup()
/dports/games/torcs/torcs-1.3.7/src/libs/txml/
H A Dhashtable.c34 #define INIT_SIZE 64 macro
51 table->v = (NAMED**)calloc(INIT_SIZE, sizeof(NAMED *)); in lookup()
54 table->size = INIT_SIZE; in lookup()
55 table->usedLim = INIT_SIZE / 2; in lookup()
/dports/polish/libtlen/libtlen-20041113/lib/
H A Dhashtable.c18 #define INIT_SIZE 64 macro
44 table->v = calloc(INIT_SIZE, sizeof(NAMED *)); in lookup()
47 table->size = INIT_SIZE; in lookup()
48 table->usedLim = INIT_SIZE / 2; in lookup()
/dports/www/sitecopy/sitecopy-0.16.6/lib/expat/xmlparse/
H A Dhashtable.c30 #define INIT_SIZE 64 macro
56 table->v = calloc(INIT_SIZE, sizeof(NAMED *)); in lookup()
59 table->size = INIT_SIZE; in lookup()
60 table->usedLim = INIT_SIZE / 2; in lookup()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dhashtable.c41 #define INIT_SIZE 64 macro
67 table->v = calloc(INIT_SIZE, sizeof(NAMED *)); in lookup()
70 table->size = INIT_SIZE; in lookup()
71 table->usedLim = INIT_SIZE / 2; in lookup()
/dports/www/litmus/litmus-0.13/lib/expat/xmlparse/
H A Dhashtable.c30 #define INIT_SIZE 64 macro
56 table->v = calloc(INIT_SIZE, sizeof(NAMED *)); in lookup()
59 table->size = INIT_SIZE; in lookup()
60 table->usedLim = INIT_SIZE / 2; in lookup()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug061/
H A Ddictp.vhdl12 -- INIT_SIZE : natural := 128
17 constant INIT_SIZE : positive := 128; constant
62 type t_entry_array is array (0 to INIT_SIZE-1) of t_entry_ptr;
66 variable entry_count : integer_vector(0 to INIT_SIZE-1) := (others => 0);
73 variable entry : t_entry_ptr := head(to_hash(key, INIT_SIZE));
90 addr := to_hash(key, INIT_SIZE);
135 addr := to_hash(key, INIT_SIZE);
H A Ddictp08.vhdl12 INIT_SIZE : natural := 128
55 type t_entry_array is array (0 to INIT_SIZE-1) of t_entry_ptr;
59 variable entry_count : integer_vector(0 to INIT_SIZE-1) := (others => 0);
66 variable entry : t_entry_ptr := head(to_hash(key, INIT_SIZE));
83 addr := to_hash(key, INIT_SIZE);
128 addr := to_hash(key, INIT_SIZE);
/dports/security/helib/HElib-1.3.1/src/
H A DEvalMap.cpp79 NTL::Vec<long> phivec(NTL::INIT_SIZE, nfactors); in EvalMap()
92 NTL::Vec<long> dvec(NTL::INIT_SIZE, nfactors); in EvalMap()
114 NTL::Vec<long> crtvec(NTL::INIT_SIZE, nfactors); in EvalMap()
246 NTL::Vec<RX> points(NTL::INIT_SIZE, sz); in Step2Matrix()
343 NTL::Vec<RX> points(NTL::INIT_SIZE, sz); in Step1Matrix()
347 NTL::Mat<RX> AA(NTL::INIT_SIZE, sz * d, sz); in Step1Matrix()
545 NTL::Vec<long> phivec(NTL::INIT_SIZE, nfactors); in ThinEvalMap()
558 NTL::Vec<long> dvec(NTL::INIT_SIZE, nfactors); in ThinEvalMap()
699 NTL::Vec<RX> points(NTL::INIT_SIZE, sz); in ThinStep2Matrix()
815 NTL::Vec<RX> points(NTL::INIT_SIZE, sz); in ThinStep1Matrix()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DPatternInterner.java49 private static final int INIT_SIZE = 256; field in PatternInterner
74 table = new Pattern[INIT_SIZE]; in intern()
75 usedLimit = (int) (INIT_SIZE * LOAD_FACTOR); in intern()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DPatternInterner.java49 private static final int INIT_SIZE = 256; field in PatternInterner
74 table = new Pattern[INIT_SIZE]; in intern()
75 usedLimit = (int) (INIT_SIZE * LOAD_FACTOR); in intern()
/dports/security/helib/HElib-1.3.1/misc/aes/
H A DTest_AES.cpp182 Vec<uint8_t> ptxt(INIT_SIZE, nBlocks*16); in main()
183 Vec<uint8_t> aesCtxt(INIT_SIZE, nBlocks*16); in main()
184 Vec<uint8_t> aesKey(INIT_SIZE, 16); // AES-128 in main()
208 Vec<ZZX> poly(INIT_SIZE, doublyEncrypted.size()); in main()
214 Vec<uint8_t> tmpBytes(INIT_SIZE, nBlocks*16); in main()
216 Vec<uint8_t> tmp(INIT_SIZE, 16); in main()

12345678910>>...12