Home
last modified time | relevance | path

Searched defs:orig_p (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLEB128.h54 uint8_t *orig_p = p; variable
107 uint8_t *orig_p = p; variable
132 const uint8_t *orig_p = p; variable
165 const uint8_t *orig_p = p; variable
/external/llvm/include/llvm/Support/
DLEB128.h60 uint8_t *orig_p = p; variable
81 const uint8_t *orig_p = p; variable
95 const uint8_t *orig_p = p; variable
/external/capstone/
DLEB128.h28 const uint8_t *orig_p = p; in decodeULEB128() local
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/
Dcreate_directory_with_attributes.pass.cpp45 const perms orig_p = status(dir).permissions(); in TEST_CASE() local
/external/libcxx/src/filesystem/
Doperations.cpp540 path __canonical(path const& orig_p, error_code* ec) { in __canonical()