Home
last modified time | relevance | path

Searched refs:tmpNum (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp990 OSSharedPtr<OSNumber> tmpNum; in copyChannelIDs() local
1002 tmpNum = OSNumber::withNumber(_elements[cnt2].channel_id, 64); in copyChannelIDs()
1003 if (!tmpNum) { in copyChannelIDs()
1008 channelIDs->setObject((unsigned)cnt, tmpNum.get()); in copyChannelIDs()
1009 tmpNum.reset(); in copyChannelIDs()
1025 OSSharedPtr<OSNumber> tmpNum; in legendWith() local
1048 tmpNum = OSNumber::withNumber(type64, 64); in legendWith()
1049 if (!tmpNum) { in legendWith()
1053 tmpNum.reset(); in legendWith()
1076 tmpNum = OSNumber::withNumber(unit, 64); in legendWith()
[all …]