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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_lib.c1587 unsigned int alow = (unsigned int)-1, ahigh = 0; local
1599 if (alow == (unsigned int)-1) {
1600 alow = i * 8;
1602 alow++;
1604 alow++;
1606 alow++;
1608 alow++;
1610 alow++;
1612 alow++;
1614 alow
1696 unsigned int alow, ahigh, blow, bhigh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_lib.c1677 unsigned int alow = (unsigned int)-1, ahigh = 0; local
1690 if (alow == (unsigned int)-1)
1692 alow = i * 8;
1693 if (!(*abits & 0x01)) alow++;
1694 if (!(*abits & 0x02)) alow++;
1695 if (!(*abits & 0x04)) alow++;
1696 if (!(*abits & 0x08)) alow++;
1697 if (!(*abits & 0x10)) alow++;
1698 if (!(*abits & 0x20)) alow++;
1699 if (!(*abits & 0x40)) alow
1751 unsigned int alow, ahigh, blow, bhigh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_lib.c1587 unsigned int alow = (unsigned int)-1, ahigh = 0; local
1599 if (alow == (unsigned int)-1) {
1600 alow = i * 8;
1602 alow++;
1604 alow++;
1606 alow++;
1608 alow++;
1610 alow++;
1612 alow++;
1614 alow
1696 unsigned int alow, ahigh, blow, bhigh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-hub.c46 bool alow = fhci->alow_gpios[gpio_nr]; local
51 gpio_set_value(gpio, on ^ alow);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_mpc8xxx.c1141 bool alow = pinfo->alow_flags[cs]; local
1143 gpio_set_value(gpio, on ^ alow);

Completed in 167 milliseconds