Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DASTBase.h95 ASTDoublyLinkedBase *_left, *_up;
106 ASTBase *up() { return _up; } in up()
108 void setUp(ASTBase *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6 in setUp()
111 PCCTS_AST *up() { return _up; } in up()
113 void setUp(PCCTS_AST *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6 in setUp()
DASTBase.cpp195 u->_up = NULL; /* set by calling invocation */ in dup()
205 ((ASTDoublyLinkedBase *)u->_down)->_up = u; // MR1 in dup()
224 t->_up = (ASTDoublyLinkedBase *) up; in double_link()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DASTBase.h98 ASTDoublyLinkedBase *_left, *_up;
109 ASTBase *up() { return _up; } in up()
111 void setUp(ASTBase *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6 in setUp()
114 PCCTS_AST *up() { return _up; } in up()
116 void setUp(PCCTS_AST *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6 in setUp()
DASTBase.cpp195 u->_up = NULL; /* set by calling invocation */ in dup()
205 ((ASTDoublyLinkedBase *)u->_down)->_up = u; // MR1 in dup()
224 t->_up = (ASTDoublyLinkedBase *) up; in double_link()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Drefill.c127 fp->_p = fp->_up; in __srefill()
Dungetc.c172 fp->_up = fp->_p; in ungetc()
Dfseeko.c218 n = fp->_up - fp->_bf._base; in __weak_alias()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h241 unsigned char *_up; /**< saved _p when _p is doing ungetc data */ member
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-migration-guide.rst388 provided in `plat/common/aarch64/platform\_up\_stack.S`_ and
406 provided in `plat/common/aarch64/platform\_up\_stack.S`_ and
605 .. _plat/common/aarch64/platform\_up\_stack.S: ../plat/common/aarch64/platform_up_stack.S
Dporting-guide.rst136 `plat/common/aarch64/platform\_up\_stack.S`_.
840 provided in `plat/common/aarch64/platform\_up\_stack.S`_ and
858 provided in `plat/common/aarch64/platform\_up\_stack.S`_ and
2718 .. _plat/common/aarch64/platform\_up\_stack.S: ../plat/common/aarch64/platform_up_stack.S