HomeSort by relevance Sort by last modified time
    Searched refs:_up (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ASTBase.h 98 ASTDoublyLinkedBase *_left, *_up; member in class:ASTDoublyLinkedBase
109 ASTBase *up() { return _up; }
111 void setUp(ASTBase *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6
114 PCCTS_AST *up() { return _up; }
116 void setUp(PCCTS_AST *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6
ASTBase.cpp 195 u->_up = NULL; /* set by calling invocation */
205 ((ASTDoublyLinkedBase *)u->_down)->_up = u; // MR1
224 t->_up = (ASTDoublyLinkedBase *) up;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ASTBase.h 95 ASTDoublyLinkedBase *_left, *_up; member in class:ASTDoublyLinkedBase
106 ASTBase *up() { return _up; }
108 void setUp(ASTBase *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6
111 PCCTS_AST *up() { return _up; }
113 void setUp(PCCTS_AST *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6
ASTBase.cpp 195 u->_up = NULL; /* set by calling invocation */
205 ((ASTDoublyLinkedBase *)u->_down)->_up = u; // MR1
224 t->_up = (ASTDoublyLinkedBase *) up;
  /bionic/libc/stdio/
refill.c 88 fp->_p = fp->_up;
local.h 88 unsigned char* _up; /* saved _p when _p is doing ungetc data */ member in struct:__sFILE
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
refill.c 127 fp->_p = fp->_up;
ungetc.c 172 fp->_up = fp->_p;
fseeko.c 218 n = fp->_up - fp->_bf._base;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ungetc.c 137 fp->_up = fp->_p;
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 212 * _ub, _up, and _ur are used when ungetc() pushes back more characters
216 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
241 unsigned char *_up; /**< saved _p when _p is doing ungetc data */ member in struct:__sFILE
    [all...]

Completed in 684 milliseconds