Lines Matching defs:from
167 // Constants for converting from a base unit to milli-base units. For
168 // example from seconds to milliseconds and microseconds
249 // Utility functions to "portably" make cast to/from function pointers.
257 // the range we might need to find differences from one end of the heap
277 // ANSI C++ does not allow casting from one pointer type to a function pointer
286 // so far from the middle of the road that it is likely to be problematic in
502 // Convert a char from a classfile signature to a BasicType
720 // a transition from one state to another. These extra states makes it possible for the safepoint code to
1055 // "to" should be greater than "from."
1056 inline intx byte_size(void* from, void* to) {
1057 return (address)to - (address)from;
1172 // Pack and extract shorts to/from ints:
1187 // integers. These are derived from the definitions in inttypes.h. If the platform