Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h53 uint8_t *orig_p = p; variable
75 return (unsigned)(p - orig_p);
106 uint8_t *orig_p = p; variable
124 return (unsigned)(p - orig_p);
134 const uint8_t *orig_p = p; variable
157 *n = (unsigned)(p - orig_p);
168 const uint8_t *orig_p = p; variable
177 *n = (unsigned)(p - orig_p);
188 *n = (unsigned)(p - orig_p);
199 *n = (unsigned)(p - orig_p);
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp81 path __canonical(path const& orig_p, error_code* ec) { in __canonical() argument
83 ErrorHandler<path> err("canonical", ec, &orig_p, &cwd); in __canonical()
85 path p = __do_absolute(orig_p, &cwd, ec); in __canonical()
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1488 struct ub_packed_rrset_key* rrset, uint8_t* orig_p, in adjust_ttl() argument
1495 memmove(&origttl, orig_p, sizeof(origttl)); in adjust_ttl()