Home
last modified time | relevance | path

Searched refs:nbit (Results 101 – 125 of 805) sorted by relevance

12345678910>>...33

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmutil.h511 unsigned mask_r_u32(unsigned nbit) BMNOEXCEPT
513 BM_ASSERT(nbit < 32);
514 unsigned m = (~0u << nbit);
515 BM_ASSERT(m == block_set_table<true>::_right[nbit]);
520 unsigned mask_l_u32(unsigned nbit) BMNOEXCEPT
522 BM_ASSERT(nbit < 32);
523 unsigned m = ~0u >> (31 - nbit);
524 BM_ASSERT(m == block_set_table<true>::_left[nbit]);
/dports/audio/codec2/codec2-1.0.3/stm32/unittest/src/
H A Dtst_codec2_enc.c82 int nsam, nbit, nbyte; in main() local
117 nbit = codec2_bits_per_frame(codec2); in main()
119 nbyte = (nbit + 7) / 8; in main()
H A Dtst_codec2_dec.c84 int nsam, nbit, nbyte; in main() local
118 nbit = codec2_bits_per_frame(codec2); in main()
120 nbyte = (nbit + 7) / 8; in main()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/
H A DHPACKEncodeBuffer.h58 uint32_t encodeInteger(uint64_t value, uint8_t instruction, uint8_t nbit);
78 uint8_t nbit,
91 uint8_t nbit,
/dports/audio/codec2/codec2-1.0.3/src/
H A Dfmfsk_mod.c77 bitbuf = (uint8_t*)malloc(sizeof(uint8_t)*fmfsk->nbit); in main()
82 while( fread(bitbuf,sizeof(uint8_t),fmfsk->nbit,fin) == fmfsk->nbit ){ in main()
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dputcoll.c209 long nbit, /* I - number of bits to write */ in ffpclx() argument
235 if (nbit < 1) in ffpclx()
252 lbyte = (fbit + nbit + 6) / 8; in ffpclx()
303 repeat = fbit + nbit -1; in ffpclx()
341 for (ii = bitloc; (ii < 8) && (ndone < nbit); ii++, ndone++) in ffpclx()
350 if (ndone == nbit) /* finished all the bits */ in ffpclx()
/dports/astro/cfitsio/cfitsio-3.49/
H A Dputcoll.c209 long nbit, /* I - number of bits to write */ in ffpclx() argument
235 if (nbit < 1) in ffpclx()
252 lbyte = (fbit + nbit + 6) / 8; in ffpclx()
303 repeat = fbit + nbit -1; in ffpclx()
341 for (ii = bitloc; (ii < 8) && (ndone < nbit); ii++, ndone++) in ffpclx()
350 if (ndone == nbit) /* finished all the bits */ in ffpclx()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dputcoll.c209 long nbit, /* I - number of bits to write */ in ffpclx() argument
234 if (nbit < 1) in ffpclx()
251 lbyte = (fbit + nbit + 6) / 8; in ffpclx()
302 repeat = fbit + nbit -1; in ffpclx()
337 for (ii = bitloc; (ii < 8) && (ndone < nbit); ii++, ndone++) in ffpclx()
347 if (ndone == nbit) /* finished all the bits */ in ffpclx()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dputcoll.c209 long nbit, /* I - number of bits to write */ in ffpclx() argument
235 if (nbit < 1) in ffpclx()
252 lbyte = (fbit + nbit + 6) / 8; in ffpclx()
303 repeat = fbit + nbit -1; in ffpclx()
341 for (ii = bitloc; (ii < 8) && (ndone < nbit); ii++, ndone++) in ffpclx()
350 if (ndone == nbit) /* finished all the bits */ in ffpclx()
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dhuf.c62 static void write_pt_len(n, nbit, i_special) in write_pt_len() argument
64 int nbit;
70 putbits(nbit, (uint) n);
230 static void read_pt_len(nn, nbit, i_special) in read_pt_len() argument
232 int nbit;
238 n = getbits(nbit);
240 c = getbits(nbit);
/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dhuf.c84 write_pt_len(n, nbit, i_special) in write_pt_len() argument
86 short nbit;
93 putbits(nbit, n);
324 read_pt_len(nn, nbit, i_special) in read_pt_len() argument
326 short nbit;
331 n = getbits(nbit);
333 c = getbits(nbit);
/dports/archivers/lha/lha-114i/src/
H A Dhuf.c71 write_pt_len(n, nbit, i_special) in write_pt_len() argument
73 short nbit;
80 putbits(nbit, n);
316 read_pt_len(nn, nbit, i_special) in read_pt_len() argument
318 short nbit;
323 n = getbits(nbit);
325 c = getbits(nbit);
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.261-vic/vic/
H A Dencoder-h261.cxx632 H261Encoder::flush(Transmitter::pktbuf* pb, int nbit, in flush() argument
638 int cc = (nbit + 7) >> 3; in flush()
639 int ebit = (cc << 3) - nbit; in flush()
655 int extra = ((tbit + 7) >> 3) - (nbit >> 3); in flush()
657 memcpy(nbs, bs_ + (nbit >> 3), extra); in flush()
659 sbit_ = nbit & 7; in flush()
660 tbit -= nbit &~ 7; in flush()
728 u_int nbit = ((bc_ - bs_) << 3) + nbb_; // # of bits already in buffer in encode() local
753 cc += flush(pb, nbit, npb); in encode()
754 cbits -= nbit; in encode()
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/H.261-vic/vic/
H A Dencoder-h261.cxx629 H261Encoder::flush(Transmitter::pktbuf* pb, int nbit, in flush() argument
635 int cc = (nbit + 7) >> 3; in flush()
636 int ebit = (cc << 3) - nbit; in flush()
652 int extra = ((tbit + 7) >> 3) - (nbit >> 3); in flush()
654 memcpy(nbs, bs_ + (nbit >> 3), extra); in flush()
656 sbit_ = nbit & 7; in flush()
657 tbit -= nbit &~ 7; in flush()
725 u_int nbit = ((bc_ - bs_) << 3) + nbb_; // # of bits already in buffer in encode() local
750 cc += flush(pb, nbit, npb); in encode()
751 cbits -= nbit; in encode()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DEngNav.cpp741 short i, n, bit1, nword, nbit; in convertQuant() local
758 nbit = (bit1 % 30) + 1; in convertQuant()
764 mask = 0x80000000L >> nbit++; in convertQuant()
767 if (nbit>=32) in convertQuant()
770 nbit = 0; in convertQuant()
778 nbit = 32 - (p->fmt[0].numBits + p->fmt[1].numBits); in convertQuant()
779 temp.u <<= nbit; // Move sign bit to msb in convertQuant()
780 temp.s >>= nbit; // Move lsb back to right spot with sign extend in convertQuant()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/tests/
H A Dtest-fdot.C118 int nbit=(int)iters; in run_with_field() local
120 while (ok && nbit){ in run_with_field()
143 nbit--; in run_with_field()
151 int nbit=(int)iters; in run_with_Integer() local
158 while (ok && nbit){ in run_with_Integer()
176 nbit--; in run_with_Integer()
/dports/misc/digitemp/digitemp-3.7.2/userial/ds2490/
H A Downet.c517 SMALLINT nbyt,nbit; in bitacc() local
520 nbit = loc - (nbyt * 8); in bitacc()
525 buf[nbyt] |= (0x01 << nbit); in bitacc()
527 buf[nbyt] &= ~(0x01 << nbit); in bitacc()
532 return ((buf[nbyt] >> nbit) & 0x01); in bitacc()
/dports/misc/digitemp/digitemp-3.7.2/userial/ds9097/
H A Downet.c514 SMALLINT nbyt,nbit; in bitacc() local
517 nbit = loc - (nbyt * 8); in bitacc()
522 buf[nbyt] |= (0x01 << nbit); in bitacc()
524 buf[nbyt] &= ~(0x01 << nbit); in bitacc()
529 return ((buf[nbyt] >> nbit) & 0x01); in bitacc()
/dports/math/testu01/TestU01-1.2.3/testu01/
H A Dfftc.c197 int m2, nbit, imax, lbss, i, j, k, l, j0; in rbitrev() local
201 nbit = 1 << m2; in rbitrev()
217 for (k = 2; k <= nbit; k++) { in rbitrev()
218 j0 = nbit * itab[k] + 1; in rbitrev()
225 i = i + nbit; in rbitrev()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dfsk_horus.m374 nbit = states.nbit; variable
388 states.ntestframebits = states.nbit;
407 tx_bits = zeros(1, states.nbit*(frames+1));
418 %tx_bits = zeros(1, states.nbit*(frames+1));
428 ntest_frames = ceil((frames+1)*nbit/ltf);
482 rx_bits_buf = zeros(1,nbit+states.ntestframebits);
513 rx_bits_buf(1:states.ntestframebits) = rx_bits_buf(nbit+1:states.ntestframebits+nbit);
515 %rx_bits_buf(1:nbit) = rx_bits_buf(nbit+1:2*nbit);
516 %rx_bits_buf(nbit+1:2*nbit) = rx_bits;
682 nbit = states.nbit; variable
[all …]
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/lib/
H A Dlibipv4addr.c724 int bit_start, bit_end, nbit; in libipv4addr_to_reversestring() local
742 for (nbit = bit_end - 1; nbit >= bit_start - 1; nbit = nbit - 8) { in libipv4addr_to_reversestring()
744 noctet = ( ((unsigned int) nbit) & 0x78) >> 3; in libipv4addr_to_reversestring()
817 unsigned int nbit, nword; in ipv4addrstruct_maskprefix() local
829 nbit = (unsigned int) i; in ipv4addrstruct_maskprefix()
830 if (nbit >= (unsigned int) ipv4addrp->prefixlength) { in ipv4addrstruct_maskprefix()
834 nword = (nbit & 0x70) >> 4; in ipv4addrstruct_maskprefix()
855 unsigned int nbit, nword; in ipv4addrstruct_masksuffix() local
867 nbit = (unsigned int) i; in ipv4addrstruct_masksuffix()
869 if (nbit < (unsigned int) ipv4addrp->prefixlength) { in ipv4addrstruct_masksuffix()
[all …]
/dports/comms/mlan3/mlan3-1.00/lib/general/
H A Downet.c535 SMALLINT nbyt,nbit; in bitacc() local
538 nbit = loc - (nbyt * 8); in bitacc()
543 buf[nbyt] |= (0x01 << nbit); in bitacc()
545 buf[nbyt] &= ~(0x01 << nbit); in bitacc()
550 return ((buf[nbyt] >> nbit) & 0x01); in bitacc()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAPI/
H A DGeomAPI_PointsToBSpline.cxx141 Standard_Integer nbit = 2; in Init() local
147 (DegMin,DegMax,Tol3D,Tol2D,nbit,Standard_True,ParType,UseSquares); in Init()
268 Standard_Integer nbit = 2; in Init() local
269 if(Tol3D <= 1.e-3) nbit = 0; in Init()
303 Variation.SetNbIterations(nbit); in Init()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/tfextra/
H A DTFCustomQuantize.cpp25 int nbit = 8; in onExecute() local
34 nbit = attr_value->i(); in onExecute()
67 quant_param->nbits = nbit; in onExecute()
H A DTFCustomDequantize.cpp25 int nbit = 8; in onExecute() local
34 nbit = attr_value->i(); in onExecute()
64 dequant_param->nbits = nbit; in onExecute()

12345678910>>...33