Searched refs:rd2 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dcms-test.pl586 my ( $rd1, $rd2 );
605 $n2 = sysread $fp2, $rd2, 4096;
607 last if ( $rd1 ne $rd2 );
H A Dcms-examples.pl373 my ( $rd1, $rd2 );
392 $n2 = sysread $fp2, $rd2, 4096;
394 last if ( $rd1 ne $rd2 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dcms-test.pl586 my ( $rd1, $rd2 );
605 $n2 = sysread $fp2, $rd2, 4096;
607 last if ( $rd1 ne $rd2 );
H A Dcms-examples.pl373 my ( $rd1, $rd2 );
392 $n2 = sysread $fp2, $rd2, 4096;
394 last if ( $rd1 ne $rd2 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dalignment.c356 unsigned int rd2; local
361 rd2 = (instr >> 8) & 0xf;
367 rd2 = rd + 1;
380 regs->uregs[rd2] = val;
383 put32_unaligned_check(regs->uregs[rd2], addr + 4);
394 regs->uregs[rd2] = val;
397 put32t_unaligned_check(regs->uregs[rd2], addr + 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_bbt.c827 struct nand_bbt_descr *rd, *rd2; local
838 rd2 = NULL;
865 rd2 = md;
905 if (rd2)
906 read_abs_bbt(mtd, buf, rd2, chipsel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp607 int rd2 = XLOG2DEVREL ((long) radius); local
611 int rw_d2 = rd2 * 2;
643 xd2 + rd2, yd2, wd2 - rw_d2, hd2);
645 xd2, yd2 + rd2, wd2, hd2 - rh_d2);
690 xd2 + rd2, yd2,
691 xd2 + wd2 - rd2 + 1, yd2);
693 xd2 + rd2, yd2 + hd2,
694 xd2 + wd2 - rd2, yd2 + hd2);
697 xd2, yd2 + rd2,
698 xd2, yd2 + hd2 - rd2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dreg.c531 * @rd2: second regulatory domain
538 * resulting intersection of rules between rd1 and rd2. We will
543 const struct ieee80211_regdomain *rd2)
559 if (!rd1 || !rd2)
572 for (y = 0; y < rd2->n_reg_rules; y++) {
573 rule2 = &rd2->reg_rules[y];
594 for (y = 0; y < rd2->n_reg_rules; y++) {
595 rule2 = &rd2->reg_rules[y];
541 regdom_intersect( const struct ieee80211_regdomain *rd1, const struct ieee80211_regdomain *rd2) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c861 struct nand_bbt_descr *rd, *rd2; local
872 rd2 = NULL;
899 rd2 = md;
939 if (rd2)
940 brcmnand_read_abs_bbt(mtd, buf, rd2, chipsel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_bbt.c861 struct nand_bbt_descr *rd, *rd2; local
872 rd2 = NULL;
899 rd2 = md;
939 if (rd2)
940 brcmnand_read_abs_bbt(mtd, buf, rd2, chipsel);

Completed in 172 milliseconds