Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h54 uint8_t *orig_p = p; variable
76 return (unsigned)(p - orig_p);
107 uint8_t *orig_p = p; variable
125 return (unsigned)(p - orig_p);
135 const uint8_t *orig_p = p; variable
158 *n = (unsigned)(p - orig_p);
169 const uint8_t *orig_p = p; variable
178 *n = (unsigned)(p - orig_p);
189 *n = (unsigned)(p - orig_p);
200 *n = (unsigned)(p - orig_p);
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dx-deltat.y184 char *orig_p = P;
219 return (P - orig_p > 2) ? tok_LONGNUM : tok_NUM;
H A Ddeltat.c1527 char *orig_p = P; in mylex() local
1562 return (P - orig_p > 2) ? tok_LONGNUM : tok_NUM; in mylex()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp104 path __canonical(path const& orig_p, error_code* ec) { in __canonical() argument
106 ErrorHandler<path> err("canonical", ec, &orig_p, &cwd); in __canonical()
108 path p = __do_absolute(orig_p, &cwd, ec); in __canonical()
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1489 struct ub_packed_rrset_key* rrset, uint8_t* orig_p, in adjust_ttl() argument
1496 memmove(&origttl, orig_p, sizeof(origttl)); in adjust_ttl()