Searched refs:points (Results 176 - 200 of 256) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D07-floor1.tex179 floor that has all points set to minimum representation amplitude,
243 iterative prediction to find final Y values, these points are
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/h8300/
H A Dmova.s415 test_h_gr32 0x1236, er1 ; 59 (can't test -- points into the woods)
417 test_h_gr32 0x1236, er1 ; 60 (can't test -- points into the woods)
461 test_h_gr32 0x1436, er1 ; 75 (can't test -- points into the woods)
463 test_h_gr32 0x1436, er1 ; 76 (can't test -- points into the woods)
506 test_h_gr32 0x1238, er1 ; 91 (can't test -- points into the woods)
508 test_h_gr32 0x1238, er1 ; 92 (can't test -- points into the woods)
553 test_h_gr32 0x1638, er1 ; 107 (can't test -- points into the woods)
555 test_h_gr32 0x1638, er1 ; 108 (can't test -- points into the woods)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Decp_nistp224.c914 * Add two elliptic curve points:
927 * checking whether the two input points are equal, (while not equal to the
995 * the formulae are incorrect if the points are equal so we check for
1155 * other points multiples (every 5th round).
1382 static void make_points_affine(size_t num, felem points[ /* num */ ][3],
1390 points,
1413 * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
1418 const EC_POINT *points[],
1491 * unless we precompute multiples for just one or two points,
1508 * we treat NULL scalars as 0, and NULL points a
1416 ec_GFp_nistp224_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c924 /* Indicates whether two points are equal.
1011 int ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1017 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/
H A Dmetadata_iterators.c2191 block->points = 0;
2192 else if(0 == (block->points = (FLAC__StreamMetadata_SeekPoint*)safe_malloc_mul_2op_(block->num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint))))
2199 block->points[i].sample_number = unpack_uint64_(buffer, 8);
2200 block->points[i].stream_offset = unpack_uint64_(buffer+8, 8);
2201 block->points[i].frame_samples = unpack_uint32_(buffer+16, 2);
2621 pack_uint64_(block->points[i].sample_number, buffer, 8);
2622 pack_uint64_(block->points[i].stream_offset, buffer+8, 8);
2623 pack_uint32_(block->points[i].frame_samples, buffer+16, 2);
H A Dstream_encoder.c2469 test_sample = encoder->private_->seek_table->points[i].sample_number;
2474 encoder->private_->seek_table->points[i].sample_number = frame_first_sample;
2475 encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->audio_offset;
2476 encoder->private_->seek_table->points[i].frame_samples = blocksize;
2650 xx = encoder->private_->seek_table->points[i].sample_number;
2659 xx = encoder->private_->seek_table->points[i].stream_offset;
2668 x = encoder->private_->seek_table->points[i].frame_samples;
2837 xx = encoder->private_->seek_table->points[i].sample_number;
2846 xx = encoder->private_->seek_table->points[i].stream_offset;
2855 x = encoder->private_->seek_table->points[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/
H A Dmetadata_iterators.c2191 block->points = 0;
2192 else if(0 == (block->points = (FLAC__StreamMetadata_SeekPoint*)safe_malloc_mul_2op_(block->num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint))))
2199 block->points[i].sample_number = unpack_uint64_(buffer, 8);
2200 block->points[i].stream_offset = unpack_uint64_(buffer+8, 8);
2201 block->points[i].frame_samples = unpack_uint32_(buffer+16, 2);
2621 pack_uint64_(block->points[i].sample_number, buffer, 8);
2622 pack_uint64_(block->points[i].stream_offset, buffer+8, 8);
2623 pack_uint32_(block->points[i].frame_samples, buffer+16, 2);
H A Dstream_encoder.c2469 test_sample = encoder->private_->seek_table->points[i].sample_number;
2474 encoder->private_->seek_table->points[i].sample_number = frame_first_sample;
2475 encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->audio_offset;
2476 encoder->private_->seek_table->points[i].frame_samples = blocksize;
2650 xx = encoder->private_->seek_table->points[i].sample_number;
2659 xx = encoder->private_->seek_table->points[i].stream_offset;
2668 x = encoder->private_->seek_table->points[i].frame_samples;
2837 xx = encoder->private_->seek_table->points[i].sample_number;
2846 xx = encoder->private_->seek_table->points[i].stream_offset;
2855 x = encoder->private_->seek_table->points[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c924 /* Indicates whether two points are equal.
1011 int ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1017 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/
H A Dmetadata_iterators.c2191 block->points = 0;
2192 else if(0 == (block->points = (FLAC__StreamMetadata_SeekPoint*)safe_malloc_mul_2op_(block->num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint))))
2199 block->points[i].sample_number = unpack_uint64_(buffer, 8);
2200 block->points[i].stream_offset = unpack_uint64_(buffer+8, 8);
2201 block->points[i].frame_samples = unpack_uint32_(buffer+16, 2);
2621 pack_uint64_(block->points[i].sample_number, buffer, 8);
2622 pack_uint64_(block->points[i].stream_offset, buffer+8, 8);
2623 pack_uint32_(block->points[i].frame_samples, buffer+16, 2);
H A Dstream_encoder.c2469 test_sample = encoder->private_->seek_table->points[i].sample_number;
2474 encoder->private_->seek_table->points[i].sample_number = frame_first_sample;
2475 encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->audio_offset;
2476 encoder->private_->seek_table->points[i].frame_samples = blocksize;
2650 xx = encoder->private_->seek_table->points[i].sample_number;
2659 xx = encoder->private_->seek_table->points[i].stream_offset;
2668 x = encoder->private_->seek_table->points[i].frame_samples;
2837 xx = encoder->private_->seek_table->points[i].sample_number;
2846 xx = encoder->private_->seek_table->points[i].stream_offset;
2855 x = encoder->private_->seek_table->points[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c924 /* Indicates whether two points are equal.
1011 int ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1017 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S31 # and contains the entry points into the package. The user, in
80 # 0x10(sp) = points to location of remainder/quotient. #
496 # 0xc(sp) = points to location of 64-bit result #
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S31 # and contains the entry points into the package. The user, in
80 # 0x10(sp) = points to location of remainder/quotient. #
496 # 0xc(sp) = points to location of 64-bit result #
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dec.h231 * in the group of all points on the elliptic curve.
653 * \return 0 if both points are equal and a value != 0 otherwise
660 EC_POINT *points[], BN_CTX *ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dlockdep.c152 static int lock_point(unsigned long points[], unsigned long ip) argument
157 if (points[i] == 0) {
158 points[i] = ip;
161 if (points[i] == ip)
2553 * Keep track of points where we cross into an interrupt context:
3035 * We have the right lock to unlock, 'hlock' points to it.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dlockdep.c152 static int lock_point(unsigned long points[], unsigned long ip) argument
157 if (points[i] == 0) {
158 points[i] = ip;
161 if (points[i] == ip)
2553 * Keep track of points where we cross into an interrupt context:
3035 * We have the right lock to unlock, 'hlock' points to it.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S775 * this code as needed without warning. Only the entry points and their
1046 * SP points to a minimal amount of processor-private memory, the address
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/mm/
H A Dtlb-miss.S148 # - DAMLR4 points to the virtual address of the appropriate page table
210 # - DAMLR3 points to the virtual address of the page directory
211 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables
269 # - DAMLR5 points to the virtual address of the appropriate page table
330 # - DAMLR3 points to the virtual address of the page directory
331 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables
387 # - DAMLR4 points to the virtual address of the appropriate page table
439 # - DAMLR3 points to the virtual address of the page directory
440 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables
496 # - DAMLR5 points t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-miss.S148 # - DAMLR4 points to the virtual address of the appropriate page table
210 # - DAMLR3 points to the virtual address of the page directory
211 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables
269 # - DAMLR5 points to the virtual address of the appropriate page table
330 # - DAMLR3 points to the virtual address of the page directory
331 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables
387 # - DAMLR4 points to the virtual address of the appropriate page table
439 # - DAMLR3 points to the virtual address of the page directory
440 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables
496 # - DAMLR5 points t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-armv.S775 * this code as needed without warning. Only the entry points and their
1046 * SP points to a minimal amount of processor-private memory, the address
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec.h231 * in the group of all points on the elliptic curve.
653 * \return 0 if both points are equal and a value != 0 otherwise
660 EC_POINT *points[], BN_CTX *ctx);
H A Decp_nistp256.c1241 * This function includes a branch for checking whether the two input points
1432 * Each contain various points on the curve, where each point is three field
1461 * Tables for other points have table[i] = iG for i in 0 .. 16. */
1463 /* gmul is the table of precomputed base points */
1681 * other points multiples (every 5th round).
1969 /* points below is of size |num|, and tmp_smallfelems is of size |num+1| */
1970 static void make_points_affine(size_t num, smallfelem points[][3], argument
1978 points,
2000 * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
2005 const EC_POINT *points[],
2003 ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
[all...]
H A Decp_nistp521.c1144 * This function includes a branch for checking whether the two input points
1308 * Each contain various points on the curve, where each point is three field
1335 * Tables for other points have table[i] = iG for i in 0 .. 16. */
1337 /* gmul is the table of precomputed base points */
1506 * points multiples (every 5th round).
1777 /* points below is of size |num|, and tmp_felems is of size |num+1/ */
1778 static void make_points_affine(size_t num, felem points[][3], argument
1786 points,
1809 * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
1814 const EC_POINT *points[],
1812 ec_GFp_nistp521_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dec.h231 * in the group of all points on the elliptic curve.
653 * \return 0 if both points are equal and a value != 0 otherwise
660 EC_POINT *points[], BN_CTX *ctx);

Completed in 221 milliseconds

1234567891011