OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextAddr
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp
242
SDValue
nextAddr
= Addr->getOperand(2);
267
if (
nextAddr
->getOpcode() == XCoreISD::PCRelativeWrapper &&
268
nextAddr
->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
270
nextAddr
->getOperand(0), Glue);
272
return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other,
nextAddr
, Glue);
/external/tpm2/
NV.c
283
UINT32
nextAddr
;
289
nextAddr
= endAddr + sizeof(UINT32) + totalSize;
291
_plat__NvMemoryWrite(endAddr, sizeof(UINT32), &
nextAddr
);
295
if(
nextAddr
+ sizeof(UINT32) <= s_evictNvEnd)
296
_plat__NvMemoryWrite(
nextAddr
, sizeof(UINT32), &listEnd);
[
all
...]
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
879
uint32_t
nextAddr
= 0;
1019
if (addr !=
nextAddr
)
[
all
...]
/external/valgrind/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 749 milliseconds