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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dspu-dis.c97 int hex_value; local
127 hex_value = 0;
180 hex_value = DECODE_INSN_I7 (insn);
181 printf("%d", hex_value);
191 hex_value = DECODE_INSN_I10 (insn);
192 printf("%d", hex_value);
195 hex_value = DECODE_INSN_I10 (insn) * 16;
196 printf("%d", hex_value);
199 hex_value = DECODE_INSN_I16 (insn);
200 printf("%d", hex_value);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dmd5_sha1_sum.c22 char *hex_value = xzalloc((hash_length * 2) + 1); local
23 bin2hex(hex_value, (char*)hash_value, hash_length);
24 return hex_value;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dkgdb_stub.c303 int hex_value; local
308 hex_value = hex(**ptr);
309 if (hex_value >= 0) {
310 *int_value = (*int_value << 4) | hex_value;

Completed in 102 milliseconds