Searched refs:hexValue (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-stub.c456 int hexValue; local
461 hexValue = hex(**ptr);
462 if (hexValue < 0)
465 *intValue = (*intValue << 4) | hexValue;
477 int hexValue; local
482 hexValue = hex(**ptr);
483 if (hexValue < 0)
486 *longValue = (*longValue << 4) | hexValue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c444 int hexValue; local
449 hexValue = hex(**ptr);
450 if (hexValue < 0)
453 *intValue = (*intValue << 4) | hexValue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c234 int hexValue; local
241 hexValue = hex(**ptr);
242 if (hexValue < 0)
245 *intValue = (*intValue << 4) | hexValue;

Completed in 133 milliseconds