Searched refs:rad (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Drpc.h92 struct rpc_routine_arg_descriptor rad[1]; member in struct:rpc_signature
/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c531 int rad, dig; local
534 rad = 10;
540 rad = 16;
551 if(rad == 10) return pos; /* Leave if not base 10 */
556 *num = (*num * rad) + dig; /* Accumulate the number */

Completed in 21 milliseconds