Searched refs:u1 (Results 76 - 100 of 223) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dioc3.h33 } u1; member in struct:ioc3_uartregs
40 #define iu_rbr u1.rbr
41 #define iu_thr u1.thr
42 #define iu_dll u1.dll
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_uri.h87 /* Compares URIs u1 and u2, returns non-zero if they are found to be
88 * non-equal. The sign of the return value is <0 if 'u1' is less than
89 * 'u2', or >0 if 'u2' is greater than 'u1'. */
90 int ne_uri_cmp(const ne_uri *u1, const ne_uri *u2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_uri.h87 /* Compares URIs u1 and u2, returns non-zero if they are found to be
88 * non-equal. The sign of the return value is <0 if 'u1' is less than
89 * 'u2', or >0 if 'u2' is greater than 'u1'. */
90 int ne_uri_cmp(const ne_uri *u1, const ne_uri *u2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_uri.h87 /* Compares URIs u1 and u2, returns non-zero if they are found to be
88 * non-equal. The sign of the return value is <0 if 'u1' is less than
89 * 'u2', or >0 if 'u2' is greater than 'u1'. */
90 int ne_uri_cmp(const ne_uri *u1, const ne_uri *u2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c356 BIGNUM *order, *u1, *u2, *m, *X; local
377 u1 = BN_CTX_get(ctx);
425 /* u1 = m * tmp mod order */
426 if (!BN_mod_mul(u1, m, u2, order, ctx))
443 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
467 if (!BN_nnmod(u1, X, order, ctx))
472 /* if the signature is correct u1 is equal to sig->r */
473 ret = (BN_ucmp(u1, sig->r) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c356 BIGNUM *order, *u1, *u2, *m, *X; local
377 u1 = BN_CTX_get(ctx);
425 /* u1 = m * tmp mod order */
426 if (!BN_mod_mul(u1, m, u2, order, ctx))
443 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
467 if (!BN_nnmod(u1, X, order, ctx))
472 /* if the signature is correct u1 is equal to sig->r */
473 ret = (BN_ucmp(u1, sig->r) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ecdsa/
H A Decs_ossl.c356 BIGNUM *order, *u1, *u2, *m, *X; local
377 u1 = BN_CTX_get(ctx);
425 /* u1 = m * tmp mod order */
426 if (!BN_mod_mul(u1, m, u2, order, ctx))
443 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
467 if (!BN_nnmod(u1, X, order, ctx))
472 /* if the signature is correct u1 is equal to sig->r */
473 ret = (BN_ucmp(u1, sig->r) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Durl.h129 bool are_urls_equal (const char *u1, const char *u2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Durl.h129 bool are_urls_equal (const char *u1, const char *u2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Durl.h129 bool are_urls_equal (const char *u1, const char *u2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/watchdog/
H A Dhpwdt.c98 } u1; member in struct:cmn_registers
217 cmn_regs.u1.reax = CRU_BIOS_SIGNATURE_VALUE;
221 if (cmn_regs.u1.ral != 0) {
224 cmn_regs.u1.ral);
483 if (cmn_regs.u1.ral == 0) {
689 cmn_regs.u1.rah = 0x0D;
690 cmn_regs.u1.ral = 0x02;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/watchdog/
H A Dhpwdt.c98 } u1; member in struct:cmn_registers
217 cmn_regs.u1.reax = CRU_BIOS_SIGNATURE_VALUE;
221 if (cmn_regs.u1.ral != 0) {
224 cmn_regs.u1.ral);
483 if (cmn_regs.u1.ral == 0) {
689 cmn_regs.u1.rah = 0x0D;
690 cmn_regs.u1.ral = 0x02;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ecdsa/
H A Decs_ossl.c356 BIGNUM *order, *u1, *u2, *m, *X; local
375 u1 = BN_CTX_get(ctx);
417 /* u1 = m * tmp mod order */
418 if (!BN_mod_mul(u1, m, u2, order, ctx)) {
432 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
452 if (!BN_nnmod(u1, X, order, ctx)) {
456 /* if the signature is correct u1 is equal to sig->r */
457 ret = (BN_ucmp(u1, sig->r) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ecdsa/
H A Decs_ossl.c356 BIGNUM *order, *u1, *u2, *m, *X; local
375 u1 = BN_CTX_get(ctx);
417 /* u1 = m * tmp mod order */
418 if (!BN_mod_mul(u1, m, u2, order, ctx)) {
432 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
452 if (!BN_nnmod(u1, X, order, ctx)) {
456 /* if the signature is correct u1 is equal to sig->r */
457 ret = (BN_ucmp(u1, sig->r) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ecdsa/
H A Decs_ossl.c356 BIGNUM *order, *u1, *u2, *m, *X; local
375 u1 = BN_CTX_get(ctx);
417 /* u1 = m * tmp mod order */
418 if (!BN_mod_mul(u1, m, u2, order, ctx)) {
432 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
452 if (!BN_nnmod(u1, X, order, ctx)) {
456 /* if the signature is correct u1 is equal to sig->r */
457 ret = (BN_ucmp(u1, sig->r) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dsetvar.c195 enum uenum {u1 = 1, u2 = 2}; enumerator in enum:uenum
276 uef.field = u1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dsetvar.c195 enum uenum {u1 = 1, u2 = 2}; enumerator in enum:uenum
276 uef.field = u1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dsetvar.c195 enum uenum {u1 = 1, u2 = 2}; enumerator in enum:uenum
276 uef.field = u1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A Ds_java_stat19 u1=/tmp/__javautil1
21 trap 'rm -f $s $t $t0 $c $u1 $u2; exit 0' 0 1 2 3 13 15
213 sed -n -f $s < ../dbinc/db.in >> $u1
324 > $u1
414 cat $u1 >> $t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A Ds_java_stat19 u1=/tmp/__javautil1
21 trap 'rm -f $s $t $t0 $c $u1 $u2; exit 0' 0 1 2 3 13 15
213 sed -n -f $s < ../dbinc/db.in >> $u1
324 > $u1
414 cat $u1 >> $t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/examples/user/
H A Duser_modalsset.c41 struct USER_MODALS_INFO_1 u1; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A Ds_java_stat19 u1=/tmp/__javautil1
21 trap 'rm -f $s $t $t0 $c $u1 $u2; exit 0' 0 1 2 3 13 15
213 sed -n -f $s < ../dbinc/db.in >> $u1
324 > $u1
414 cat $u1 >> $t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/examples/user/
H A Duser_modalsset.c41 struct USER_MODALS_INFO_1 u1; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/examples/user/
H A Duser_modalsset.c41 struct USER_MODALS_INFO_1 u1; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dbuzzz.h542 void buzzz_func_log1(uint32_t event, uint32_t u1);
543 void buzzz_func_log2(uint32_t event, uint32_t u1, uint32_t u2);
544 void buzzz_func_log3(uint32_t event, uint32_t u1, uint32_t u2, uint32_t u3);
577 void buzzz_kevt_log1(uint32_t event, uint32_t u1);
578 void buzzz_kevt_log2(uint32_t event, uint32_t u1, uint32_t u2);
579 void buzzz_kevt_log3(uint32_t event, uint32_t u1, uint32_t u2,
581 void buzzz_kevt_log4(uint32_t event, uint32_t u1, uint32_t u2,

Completed in 298 milliseconds

123456789