HomeSort by relevance Sort by last modified time
    Searched defs:orig_p (Results 1 - 4 of 4) sorted by null

  /external/capstone/
LEB128.h 28 const uint8_t *orig_p = p; local
36 *n = (unsigned)(p - orig_p);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
create_directory_with_attributes.pass.cpp 46 const perms orig_p = status(dir).permissions(); local
54 TEST_CHECK(orig_p == status(dir).permissions());
  /external/llvm/include/llvm/Support/
LEB128.h 60 uint8_t *orig_p = p; local
75 return (unsigned)(p - orig_p);
81 const uint8_t *orig_p = p; local
89 *n = (unsigned)(p - orig_p);
95 const uint8_t *orig_p = p; local
108 *n = (unsigned)(p - orig_p);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
create_directory_with_attributes.pass.cpp 46 const perms orig_p = status(dir).permissions(); local
54 TEST_CHECK(orig_p == status(dir).permissions());

Completed in 104 milliseconds