Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Drunptests.c35 const char *reg; member
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h147 static inline uint32_t _Unwind_GetGR( _Unwind_Context* ctx, int reg) { in _Unwind_GetGR()
153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) { in _Unwind_SetGR()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfInstructions.hpp240 uint32_t reg; in evaluateExpression() local
DDwarfParser.hpp378 uint64_t reg; in parseInstructions() local
DUnwind-EHABI.cpp245 uint8_t reg = byte & 0x0f; in _Unwind_VRS_Interpret() local
/ndk/sources/host-tools/nawk-20071023/
Dlex.c168 int reg = 0; /* 1 => return a REGEXPR now */ variable