HomeSort by: relevance | last modified time | path
    Searched refs:orig_p (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LEB128.h 53 uint8_t *orig_p = p;
75 return (unsigned)(p - orig_p);
106 uint8_t *orig_p = p;
124 return (unsigned)(p - orig_p);
131 const uint8_t *orig_p = p;
141 *n = (unsigned)(p - orig_p);
149 *n = (unsigned)(p - orig_p);
156 *n = (unsigned)(p - orig_p);
164 const uint8_t *orig_p = p;
175 *n = (unsigned)(p - orig_p);
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-attrs.c 539 bfd_byte *end, *orig_p; local
541 orig_p = p;
556 end = orig_p + subsection_len;
  /src/external/gpl3/gdb.old/dist/bfd/
elf-attrs.c 566 bfd_byte *end, *orig_p; local
568 orig_p = p;
583 end = orig_p + subsection_len;
  /src/external/gpl3/gdb/dist/bfd/
elf-attrs.c 539 bfd_byte *end, *orig_p; local
541 orig_p = p;
556 end = orig_p + subsection_len;
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dom.cc 1677 use_operand_p orig_p; local
1683 orig_p = gimple_phi_arg_imm_use_ptr (phi, indx);
1684 orig_val = get_use_from_ptr (orig_p);
1688 /* If we have *ORIG_P in our constant/copy table, then replace
1689 ORIG_P with its value in our constant/copy table. */
1694 propagate_value (orig_p, new_val);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dom.cc 1477 use_operand_p orig_p; local
1483 orig_p = gimple_phi_arg_imm_use_ptr (phi, indx);
1484 orig_val = get_use_from_ptr (orig_p);
1488 /* If we have *ORIG_P in our constant/copy table, then replace
1489 ORIG_P with its value in our constant/copy table. */
1494 propagate_value (orig_p, new_val);
  /src/bin/ksh/
misc.c 772 const unsigned char *orig_p = p; local
789 return sub == '[' ? orig_p : NULL;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 1157 char *orig_p = p;
1212 attr_name, orig_p);
1275 "in %qs attribute", orig_p, attr_name);
1313 orig_p, attr_name);
  /src/external/bsd/unbound/dist/validator/
val_sigcrypt.c 1489 struct ub_packed_rrset_key* rrset, uint8_t* orig_p,
1496 memmove(&origttl, orig_p, sizeof(origttl));
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 703 path __canonical(path const& orig_p, error_code* ec) {
705 ErrorHandler<path> err("canonical", ec, &orig_p, &cwd);
707 path p = __do_absolute(orig_p, &cwd, ec);
  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.c 2576 bfd_byte *end, *orig_p; local
2578 orig_p = p;
2593 end = orig_p + subsection_len;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 1219 char *orig_p = p;
1281 attr_name, orig_p);
1344 "in %qs attribute", orig_p, attr_name);
1382 orig_p, attr_name);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16430 char *orig_p = p;
16486 error ("attribute %<target%> argument %qs is unknown", orig_p);
16536 error ("attribute %<target%> argument %qs is unknown", orig_p);
16553 error ("attribute %<target%> argument %qs is unknown", orig_p);
16429 char *orig_p = p; local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 15891 char *orig_p = p;
15947 error ("attribute %<target%> argument %qs is unknown", orig_p);
15997 error ("attribute %<target%> argument %qs is unknown", orig_p);
16014 error ("attribute %<target%> argument %qs is unknown", orig_p);
15890 char *orig_p = p; local

Completed in 96 milliseconds