OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LRC
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp
852
LiveRangeCalc &
LRC
= getLRCalc(RegIdx);
868
LRC
.setLiveOutValue(MBB, VNI);
886
LRC
.setLiveOutValue(MBB, VNI); // Live-out as well.
891
LRC
.addLiveInBlock(LI, MDT[MBB], End);
894
LRC
.addLiveInBlock(LI, MDT[MBB]);
895
LRC
.setLiveOutValue(MBB, 0);
[
all
...]
/hardware/nxp/secure_element/libese-spi/p73/lib/
phNxpEseProto7816_3.cpp
99
* Description This internal function is called compute the
LRC
106
uint32_t
LRC
= 0, i = 0;
109
LRC
=
LRC
^ p_buff[i];
112
return (uint8_t)
LRC
;
119
* received
LRC
of the received data
134
ALOGD_IF(ese_debug_enabled, "Received
LRC
:0x%x Calculated
LRC
:0x%x", recv_crc,
138
ALOGE("%s
LRC
failed", __FUNCTION__);
[
all
...]
Completed in 92 milliseconds