Home
last modified time | relevance | path

Searched refs:maxbit (Results 1 – 25 of 50) sorted by relevance

12

/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dltp.cc38 SigBit maxbit; member
81 maxbit = State::Sx; in LtpWorker()
103 maxbit = bit; in runner()
135 printpath(maxbit); in run()
137 if (bit2ff.count(maxbit)) in run()
138 …"%5s: %s (via %s)\n", "ff", log_signal(get<0>(bit2ff.at(maxbit))), log_id(get<1>(bit2ff.at(maxbit)… in run()
H A Dsta.cc53 SigBit maxbit; member
190 maxbit = dst_bit; in run()
196 auto b = maxbit; in run()
203 auto it = endpoints.find(maxbit); in run()
/dports/devel/antlr/antlr-2.7.7/examples/java/pascal/test/
H A DP_8_2.PAS9 maxbit = 58;
13 sieve, primes : array[0..w] of set of 0..maxbit;
20 begin sieve[t] := [0..maxbit]; primes[t] := [] end;
33 while j>maxbit do
/dports/audio/julius/julius-4.1.2/libsent/src/util/
H A Daptree.c311 aptree_count(APATNODE *node, int *count_branch, int *count_data, int *maxbit) in aptree_count() argument
316 if (node->value.thres_bit > *maxbit) { in aptree_count()
317 *maxbit = node->value.thres_bit; in aptree_count()
321 aptree_count(node->left0, count_branch, count_data, maxbit); in aptree_count()
324 aptree_count(node->right1, count_branch, count_data, maxbit); in aptree_count()
379 int count_node, count_branch, count_data, maxbit; in aptree_write() local
388 maxbit = 0; in aptree_write()
389 aptree_count(root, &count_branch, &count_data, &maxbit); in aptree_write()
391 …write: %d nodes (%d branch + %d data), maxbit=%d\n", count_node, count_branch, count_data, maxbit); in aptree_write()
449 int count_node, count_branch, count_data, maxbit; in aptree_read() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/
H A Devdev.c652 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
689 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user()
706 BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t) : in bits_to_user()
707 BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
724 len = compat ? BITS_TO_LONGS_COMPAT(maxbit) : BITS_TO_LONGS(maxbit); in bits_from_user()
739 int len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
755 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user()
888 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val() argument
895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
902 bitmap_copy(mem, bits, maxbit); in evdev_handle_get_val()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/
H A Devdev.c652 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
689 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user()
706 BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t) : in bits_to_user()
707 BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
724 len = compat ? BITS_TO_LONGS_COMPAT(maxbit) : BITS_TO_LONGS(maxbit); in bits_from_user()
739 int len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
755 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user()
888 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val() argument
895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
902 bitmap_copy(mem, bits, maxbit); in evdev_handle_get_val()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/
H A Devdev.c652 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
689 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user()
706 BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t) : in bits_to_user()
707 BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
724 len = compat ? BITS_TO_LONGS_COMPAT(maxbit) : BITS_TO_LONGS(maxbit); in bits_from_user()
739 int len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
755 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user()
888 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val() argument
895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
902 bitmap_copy(mem, bits, maxbit); in evdev_handle_get_val()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c489 u8 maxbit = 0; in clk_bcm63xx_probe() local
497 maxbit = max_t(u8, maxbit, entry->bit); in clk_bcm63xx_probe()
498 maxbit++; in clk_bcm63xx_probe()
500 hw = devm_kzalloc(&pdev->dev, struct_size(hw, data.hws, maxbit), in clk_bcm63xx_probe()
509 hw->data.num = maxbit; in clk_bcm63xx_probe()
510 for (i = 0; i < maxbit; i++) in clk_bcm63xx_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c489 u8 maxbit = 0; in clk_bcm63xx_probe() local
497 maxbit = max_t(u8, maxbit, entry->bit); in clk_bcm63xx_probe()
498 maxbit++; in clk_bcm63xx_probe()
500 hw = devm_kzalloc(&pdev->dev, struct_size(hw, data.hws, maxbit), in clk_bcm63xx_probe()
509 hw->data.num = maxbit; in clk_bcm63xx_probe()
510 for (i = 0; i < maxbit; i++) in clk_bcm63xx_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c489 u8 maxbit = 0; in clk_bcm63xx_probe() local
497 maxbit = max_t(u8, maxbit, entry->bit); in clk_bcm63xx_probe()
498 maxbit++; in clk_bcm63xx_probe()
500 hw = devm_kzalloc(&pdev->dev, struct_size(hw, data.hws, maxbit), in clk_bcm63xx_probe()
509 hw->data.num = maxbit; in clk_bcm63xx_probe()
510 for (i = 0; i < maxbit; i++) in clk_bcm63xx_probe()
/dports/devel/kyra/kyra/
H A Dgenrect.py5 for maxbit in range( 0, 8 ):
8 for i in range( minbit, maxbit+1 ):
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_hiddev.c774 int maxbit, i; in samsung_rec() local
790 for (i = 0, maxbit = 1; i < 6; i++, maxbit += 8) { in samsung_rec()
813 maxbit += 4; in samsung_rec()
817 maxbit += 2; in samsung_rec()
821 maxbit += 1; in samsung_rec()
823 main_code |= maxbit; in samsung_rec()
/dports/security/py-angr/angr-9.0.5405/angr/procedures/libc/
H A Dstrncmp.py77 maxbit = (maxlen-i)*8
78 a_byte = a_bytes[maxbit-1:maxbit-8]
79 b_byte = b_bytes[maxbit-1:maxbit-8]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschropack.c139 maxbit (unsigned int x) in maxbit() function
155 n_bits = maxbit (value); in schro_pack_encode_uint()
210 n_bits = maxbit (value); in schro_pack_estimate_uint()
H A Dschroarith.h267 maxbit (unsigned int x) in maxbit() function
309 n_bits = maxbit(value); in _schro_arith_encode_uint()
H A Dschroarith.c533 maxbit (unsigned int x) in maxbit() function
550 n_bits = maxbit (value); in _schro_arith_encode_uint()
588 n_bits = maxbit (value); in schro_arith_estimate_uint()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbignum.c379 int maxbit = Scm_BitsHighest1(bits, 0, b->size*WORD_BITS); in Scm_BignumToDouble() local
380 int exponent = maxbit+1023; in Scm_BignumToDouble()
382 SCM_ASSERT(maxbit >= 54); /* because b is normalized */ in Scm_BignumToDouble()
384 Scm_BitsCopyX(dst, 0, bits, maxbit-52, maxbit); in Scm_BignumToDouble()
388 if (SCM_BITS_TEST(bits, maxbit-53) in Scm_BignumToDouble()
390 || (Scm_BitsCount1(bits, 0, maxbit-53) > 0))) { in Scm_BignumToDouble()
403 if (maxbit < 53) { in Scm_BignumToDouble()
404 Scm_BitsCopyX(dst, 52-maxbit, bits, 0, maxbit); in Scm_BignumToDouble()
406 Scm_BitsCopyX(dst, 0, bits, maxbit-52, maxbit); in Scm_BignumToDouble()
408 if (SCM_BITS_TEST(bits, maxbit-53) in Scm_BignumToDouble()
[all …]
/dports/devel/kyra/kyra/engine/
H A Ddirtyrectangle.cpp70 int maxbit = ( max.x - info.xmin ) / info.hPixelsPerBit; in CalcMap() local
73 GLASSERT( maxbit >= minbit && maxbit < 8 ); in CalcMap()
75 U8 val = RectMap[ minbit*8 + maxbit ]; in CalcMap()
/dports/math/gmp-ecm/ecm-7.0.4/
H A Decm2.c40 unsigned int i, maxbit, k; /* k is the number of values to batch invert */ in multiplyW2n() local
66 maxbit = 0; in multiplyW2n()
86 if ((t = mpz_sizeinbase (q[i], 2) - 1) > maxbit) in multiplyW2n()
87 maxbit = t; in multiplyW2n()
92 4 * (maxbit) + 6 * hamweight - 3, maxbit + 1); /* maxbit is floor(log_2(max(q_i))) */ in multiplyW2n()
95 for (t = 0; t <= maxbit && !youpi; t++) /* Examine t-th bit of the q[i] */ in multiplyW2n()
103 if (t < maxbit) in multiplyW2n()
191 if (t < maxbit) /* Double s */ in multiplyW2n()
/dports/multimedia/schroedinger/schroedinger-1.0.11/testsuite/tables2/
H A Dquant_tables.c113 maxbit (unsigned int x) in maxbit() function
131 n_bits = maxbit (value); in onebits()
147 n_bits = maxbit (value); in zerobits()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/
H A DREADME135 C: /usr/local/pga/examples/c/maxbit
136 Fortran: /usr/local/pga/examples/fortran/maxbit
140 C: mpirun -np 4 /usr/local/pga/examples/c/maxbit
141 Fortran: mpirun -np 4 /usr/local/pga/examples/fortran/maxbit
162 /usr/local/pga/examples/c/maxbit
175 mpirun -np 4 /usr/local/pga/examples/c/maxbit
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_tl/tl/
H A Dgenerate_tl.py456 maxbit = 0
461 maxbit = max(maxbit, int(conditions[paramName]))
462 if (maxbit > 0):
464 funcsText += '\t\tMAX_FIELD = (1U << ' + str(maxbit) + '),\n'
742 maxbit = 0
747 maxbit = max(maxbit, int(conditions[paramName]))
748 if (maxbit > 0):
750 dataText += '\t\tMAX_FIELD = (1U << ' + str(maxbit) + '),\n'
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/
H A D_sobol.pyx231 # v * [2^(maxbit-1), 2^(maxbit-2),..., 2, 1]
294 # Set diagonals of maxbit x maxbit arrays to 1
/dports/net/axa/axa-2.2.0/axalib/
H A Dtrie.c436 trie_bitlen_t maxbit, bit; in diff_keys() local
439 maxbit = min(bitlen1, bitlen2); in diff_keys()
442 for (n = 0, bit = 0; bit <= maxbit; n++, bit += AXA_WORD_BITS) { in diff_keys()
449 return (min(bit, maxbit)); in diff_keys()
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Didsets.py395 maxbit = max(other)
396 if maxbit // 8 > len(self.bits):
397 self._resize(maxbit)

12