Searched refs:brev (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/lib/
H A Dfindbit.S65 brev r8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest093.tcl367 set brev [reverse $b]
368 return [string compare $arev $brev]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c1796 static int brev; variable
1858 case 'r': brev = !brev; break;
1870 printf(REG"%c", adrs, brev? 'r': ' ');
1872 if (brev)
1887 if (!brev)
1906 if (!brev)
1966 brev = !brev;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c3786 bcm_brev_str(uint32 brev, char *buf) argument
3788 if (brev < 0x100)
3789 snprintf(buf, 8, "%d.%d", (brev & 0xf0) >> 4, brev & 0xf);
3791 snprintf(buf, 8, "%c%03x", ((brev & 0xf000) == 0x1000) ? 'P' : 'A', brev & 0xfff);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1053 extern char *bcm_brev_str(uint32 brev, char *buf);

Completed in 40 milliseconds