Home
last modified time | relevance | path

Searched refs:orig_p (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DLEB128.h60 uint8_t *orig_p = p; variable
75 return (unsigned)(p - orig_p);
81 const uint8_t *orig_p = p; variable
89 *n = (unsigned)(p - orig_p);
95 const uint8_t *orig_p = p; variable
108 *n = (unsigned)(p - orig_p);
/external/capstone/
DLEB128.h28 const uint8_t *orig_p = p; in decodeULEB128() local
36 *n = (unsigned)(p - orig_p); in decodeULEB128()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
Dcreate_directory_with_attributes.pass.cpp46 const perms orig_p = status(dir).permissions(); in TEST_CASE() local
54 TEST_CHECK(orig_p == status(dir).permissions()); in TEST_CASE()
/external/libcxx/src/experimental/filesystem/
Doperations.cpp190 path __canonical(path const & orig_p, const path& base, std::error_code *ec) in __canonical() argument
192 path p = absolute(orig_p, base); in __canonical()
196 set_or_throw(ec, "canonical", orig_p, base); in __canonical()