Home
last modified time | relevance | path

Searched refs:idxN (Results 1 – 16 of 16) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgeneralized-arrays.c37 SCM idx0, SCM idx1, SCM idxN);
39 SCM idx0, SCM idx1, SCM idxN);
320 (SCM v, SCM idx0, SCM idx1, SCM idxN),
329 else if (scm_is_null (idxN))
332 return scm_array_ref (v, scm_cons (idx0, scm_cons (idx1, idxN)));
338 (SCM v, SCM obj, SCM idx0, SCM idx1, SCM idxN),
348 else if (scm_is_null (idxN))
351 scm_array_set_x (v, obj, scm_cons (idx0, scm_cons (idx1, idxN)));
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgeneralized-arrays.c41 SCM idx0, SCM idx1, SCM idxN);
43 SCM idx0, SCM idx1, SCM idxN);
324 (SCM v, SCM idx0, SCM idx1, SCM idxN),
333 else if (scm_is_null (idxN))
336 return scm_array_ref (v, scm_cons (idx0, scm_cons (idx1, idxN)));
342 (SCM v, SCM obj, SCM idx0, SCM idx1, SCM idxN),
352 else if (scm_is_null (idxN))
355 scm_array_set_x (v, obj, scm_cons (idx0, scm_cons (idx1, idxN)));
/dports/biology/py-pysam/pysam-0.18.0/htslib/htscodecs/htscodecs/
H A Dutils.h43 unsigned int idxN[256]) { in unstripe()
51 out[j++] = outN[idxN[k]++]; in unstripe()
58 out[j++] = outN[idxN[k]++]; in unstripe()
66 out[j++] = outN[idxN[k]++]; in unstripe()
72 out[j++] = outN[idxN[k]++]; in unstripe()
H A Darith_dynamic.c889 unsigned int clenN[256], ulenN[256], idxN[256]; in arith_uncompress_to() local
905 idxN[i] = i ? idxN[i-1] + ulenN[i-1] : 0; in arith_uncompress_to()
938 if (!arith_uncompress_to(in+c_meta_len, in_size-c_meta_len, outN + idxN[i], &olen) in arith_uncompress_to()
947 unstripe(out, outN, ulen, N, idxN); in arith_uncompress_to()
H A DrANS_static4x16pr.c1370 unsigned int clenN[256], ulenN[256], idxN[256]; in rans_uncompress_to_4x16() local
1386 idxN[i] = i ? idxN[i-1] + ulenN[i-1] : 0; in rans_uncompress_to_4x16()
1419 if (!rans_uncompress_to_4x16(in+c_meta_len, in_size-c_meta_len, outN + idxN[i], &olen) in rans_uncompress_to_4x16()
1428 unstripe(out, outN, ulen, N, idxN); in rans_uncompress_to_4x16()
/dports/biology/htslib/htslib-1.14/htscodecs/htscodecs/
H A Dutils.h43 unsigned int idxN[256]) { in unstripe()
51 out[j++] = outN[idxN[k]++]; in unstripe()
58 out[j++] = outN[idxN[k]++]; in unstripe()
66 out[j++] = outN[idxN[k]++]; in unstripe()
72 out[j++] = outN[idxN[k]++]; in unstripe()
H A Darith_dynamic.c889 unsigned int clenN[256], ulenN[256], idxN[256]; in arith_uncompress_to() local
905 idxN[i] = i ? idxN[i-1] + ulenN[i-1] : 0; in arith_uncompress_to()
938 if (!arith_uncompress_to(in+c_meta_len, in_size-c_meta_len, outN + idxN[i], &olen) in arith_uncompress_to()
947 unstripe(out, outN, ulen, N, idxN); in arith_uncompress_to()
H A DrANS_static4x16pr.c1370 unsigned int clenN[256], ulenN[256], idxN[256]; in rans_uncompress_to_4x16() local
1386 idxN[i] = i ? idxN[i-1] + ulenN[i-1] : 0; in rans_uncompress_to_4x16()
1419 if (!rans_uncompress_to_4x16(in+c_meta_len, in_size-c_meta_len, outN + idxN[i], &olen) in rans_uncompress_to_4x16()
1428 unstripe(out, outN, ulen, N, idxN); in rans_uncompress_to_4x16()
/dports/science/chrono/chrono-7.0.1/src/chrono/geometry/
H A DChTriangleMeshConnected.cpp996 auto& idxN = meshes[i].getIndicesNormals(); in WriteWavefront() local
997 assert(idxV.size() == idxN.size()); in WriteWavefront()
1001 idxV[j].x() + v_off << "//" << idxN[j].x() + vn_off << " " << // in WriteWavefront()
1002 idxV[j].y() + v_off << "//" << idxN[j].y() + vn_off << " " << // in WriteWavefront()
1003 idxV[j].z() + v_off << "//" << idxN[j].z() + vn_off << // in WriteWavefront()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/io-streams-1.5.2.0/test/System/IO/Streams/Tests/
H A DByteString.hs489 idxN <- pick $ choose (0, lenN-1)
492 let (n1, n2) = L.splitAt (toEnum idxN) lneedle
/dports/lang/elm/compiler-0.19.1/_cabal_deps/io-streams-1.5.1.0/test/System/IO/Streams/Tests/
H A DByteString.hs489 idxN <- pick $ choose (0, lenN-1)
492 let (n1, n2) = L.splitAt (toEnum idxN) lneedle
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A DChangeLog-19911864 array[idx1,idx2...idxN], given a value array and an array
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-19911864 array[idx1,idx2...idxN], given a value array and an array
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A DChangeLog-19911864 array[idx1,idx2...idxN], given a value array and an array
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A DChangeLog-19911864 array[idx1,idx2...idxN], given a value array and an array
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A DChangeLog-19911864 array[idx1,idx2...idxN], given a value array and an array