Searched refs:mixed (Results 1 - 25 of 58) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dobscure.c20 b) words and all letters only passwords (uppercase, lowercase or mixed)
92 int mixed = 0; local
120 mixed |= LOWERCASE;
122 mixed |= UPPERCASE;
124 mixed |= NUMBERS;
126 mixed |= SPECIAL;
147 if (mixed & (1<<i)) size -= 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dobscure.c20 b) words and all letters only passwords (uppercase, lowercase or mixed)
92 int mixed = 0; local
120 mixed |= LOWERCASE;
122 mixed |= UPPERCASE;
124 mixed |= NUMBERS;
126 mixed |= SPECIAL;
147 if (mixed & (1<<i)) size -= 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dobscure.c20 b) words and all letters only passwords (uppercase, lowercase or mixed)
92 int mixed = 0; local
120 mixed |= LOWERCASE;
122 mixed |= UPPERCASE;
124 mixed |= NUMBERS;
126 mixed |= SPECIAL;
147 if (mixed & (1<<i)) size -= 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/
H A Diopgtable.h93 e->mixed = flags & MMU_RAM_MIXED_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diopgtable.h93 e->mixed = flags & MMU_RAM_MIXED_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/
H A Diommu2.c214 cr->ram = e->pa | e->endian | e->elsz | e->mixed;
228 attr = e->mixed << 5;
319 e->mixed = cr->ram & MMU_RAM_MIXED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Diommu2.c214 cr->ram = e->pa | e->endian | e->elsz | e->mixed;
228 attr = e->mixed << 5;
319 e->mixed = cr->ram & MMU_RAM_MIXED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Decp_nistp224.c480 /* Subtract in mixed mode: out128 -= in64 */
922 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
933 const int mixed, const felem x2, const felem y2,
940 if (!mixed) {
1009 if (!mixed) {
1139 const int mixed, const felem pre_comp[][17][3],
1175 /* value 1 below is argument for "mixed" */
1192 1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
1216 mixed, tmp[0], tmp[1], tmp[2]);
1424 int mixed local
931 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1136 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp256.c1239 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1248 const int mixed, const smallfelem x2,
1267 if (!mixed) {
1665 const int mixed, const smallfelem pre_comp[][17][3],
1701 /* Arg 1 below is for "mixed" */
1718 /* Arg 1 below is for "mixed" */
1747 mixed, tmp[0], tmp[1], tmp[2]);
2010 int mixed = 0; local
2080 mixed = 1;
2084 if (mixed)
1246 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const smallfelem x2, const smallfelem y2, const smallfelem z2) argument
1662 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const smallfelem pre_comp[][17][3], const smallfelem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp521.c1142 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1150 const int mixed, const felem x2, const felem y2,
1164 if (!mixed) {
1491 const int mixed, const felem pre_comp[][17][3],
1526 /* The 1 argument below is for "mixed" */
1558 mixed, tmp[0], tmp[1], tmp[2]);
1819 int mixed = 0; local
1889 mixed = 1;
1893 if (mixed)
1897 || (mixed
1148 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1488 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[16][3]) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Decp_nistp224.c480 /* Subtract in mixed mode: out128 -= in64 */
922 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
933 const int mixed, const felem x2, const felem y2,
940 if (!mixed) {
1009 if (!mixed) {
1139 const int mixed, const felem pre_comp[][17][3],
1175 /* value 1 below is argument for "mixed" */
1192 1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
1216 mixed, tmp[0], tmp[1], tmp[2]);
1424 int mixed local
931 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1136 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp256.c1239 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1248 const int mixed, const smallfelem x2,
1267 if (!mixed) {
1665 const int mixed, const smallfelem pre_comp[][17][3],
1701 /* Arg 1 below is for "mixed" */
1718 /* Arg 1 below is for "mixed" */
1747 mixed, tmp[0], tmp[1], tmp[2]);
2010 int mixed = 0; local
2080 mixed = 1;
2084 if (mixed)
1246 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const smallfelem x2, const smallfelem y2, const smallfelem z2) argument
1662 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const smallfelem pre_comp[][17][3], const smallfelem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp521.c1142 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1150 const int mixed, const felem x2, const felem y2,
1164 if (!mixed) {
1491 const int mixed, const felem pre_comp[][17][3],
1526 /* The 1 argument below is for "mixed" */
1558 mixed, tmp[0], tmp[1], tmp[2]);
1819 int mixed = 0; local
1889 mixed = 1;
1893 if (mixed)
1897 || (mixed
1148 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1488 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[16][3]) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Decp_nistp224.c480 /* Subtract in mixed mode: out128 -= in64 */
922 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
933 const int mixed, const felem x2, const felem y2,
940 if (!mixed) {
1009 if (!mixed) {
1139 const int mixed, const felem pre_comp[][17][3],
1175 /* value 1 below is argument for "mixed" */
1192 1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
1216 mixed, tmp[0], tmp[1], tmp[2]);
1424 int mixed local
931 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1136 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp256.c1239 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1248 const int mixed, const smallfelem x2,
1267 if (!mixed) {
1665 const int mixed, const smallfelem pre_comp[][17][3],
1701 /* Arg 1 below is for "mixed" */
1718 /* Arg 1 below is for "mixed" */
1747 mixed, tmp[0], tmp[1], tmp[2]);
2010 int mixed = 0; local
2080 mixed = 1;
2084 if (mixed)
1246 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const smallfelem x2, const smallfelem y2, const smallfelem z2) argument
1662 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const smallfelem pre_comp[][17][3], const smallfelem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp521.c1142 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1150 const int mixed, const felem x2, const felem y2,
1164 if (!mixed) {
1491 const int mixed, const felem pre_comp[][17][3],
1526 /* The 1 argument below is for "mixed" */
1558 mixed, tmp[0], tmp[1], tmp[2]);
1819 int mixed = 0; local
1889 mixed = 1;
1893 if (mixed)
1897 || (mixed
1148 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1488 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[16][3]) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Diommu.h23 u32 endian, elsz, mixed; member in struct:iotlb_entry::__anon11935::__anon11936
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Diommu.h23 u32 endian, elsz, mixed; member in struct:iotlb_entry::__anon23628::__anon23629
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/oxygen/
H A Dxonar_cs43xx.c272 static void update_cs43xx_center_lfe_mix(struct oxygen *chip, bool mixed) argument
278 if (mixed)
H A Doxygen.h89 void (*update_center_lfe_mix)(struct oxygen *chip, bool mixed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/oxygen/
H A Dxonar_cs43xx.c272 static void update_cs43xx_center_lfe_mix(struct oxygen *chip, bool mixed) argument
278 if (mixed)
H A Doxygen.h89 void (*update_center_lfe_mix)(struct oxygen *chip, bool mixed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/
H A DMakefile400 # Detect when mixed targets is specified, and make a second invocation
408 mixed-targets := 0
421 mixed-targets := 1
426 ifeq ($(mixed-targets),1)
428 # We're called with mixed targets (*config and build targets).
1259 endif #ifeq ($(mixed-targets),1)
1275 # - build whith mixed source and output
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/
H A DMakefile400 # Detect when mixed targets is specified, and make a second invocation
408 mixed-targets := 0
421 mixed-targets := 1
426 ifeq ($(mixed-targets),1)
428 # We're called with mixed targets (*config and build targets).
1259 endif #ifeq ($(mixed-targets),1)
1275 # - build whith mixed source and output
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/
H A DMakefile400 # Detect when mixed targets is specified, and make a second invocation
408 mixed-targets := 0
421 mixed-targets := 1
426 ifeq ($(mixed-targets),1)
428 # We're called with mixed targets (*config and build targets).
1259 endif #ifeq ($(mixed-targets),1)
1275 # - build whith mixed source and output

Completed in 227 milliseconds

123