Andrew Hsieh
206ea399b5
Refactor with ToTargetCompatibleHandle()
Refactor statements doing host-to-target handle conversion, eg.
uintptr_t hndlptr = (uintptr_t)hostHandle;
unsigned int hndl = (unsigned int)hndlptr;
assert(sizeof(hndl) == sizeof(hndlptr) || hndl == hndlptr);
into a call to ToTargetCompatibleHandle()
Change-Id: I0bcfb37f1b50679d29e7f21fe230ad433fbbef7c
2012-03-22 01:27:44 +08:00
..
2012-01-03 17:39:38 -08:00
2010-02-19 16:15:27 -08:00
2009-03-03 19:29:09 -08:00
2012-03-08 16:14:35 -08:00
2012-03-22 01:27:44 +08:00
2012-03-08 21:02:36 -08:00
2012-01-27 16:07:59 -08:00
2010-09-21 11:44:23 -07:00
2011-08-09 16:00:35 -07:00
2011-05-05 00:19:46 -07:00
2011-01-09 14:11:50 -08:00
2009-03-03 19:29:09 -08:00
2011-12-05 14:30:02 -08:00
2011-12-16 15:21:12 -08:00
2009-04-23 13:14:30 -07:00
2009-12-01 12:32:00 -08:00