HomeSort by: relevance | last modified time | path
    Searched defs:start_ptr (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/amiga/dev/
if_es.c 777 u_short start_ptr, end_ptr; local
864 start_ptr = SWAP(smc->b2.ptr); /* save PTR before copy */
911 printf("start_ptr %04x end_ptr %04x cur ptr %04x\n",
912 start_ptr, end_ptr, SWAP(smc->b2.ptr));
if_es.c 777 u_short start_ptr, end_ptr; local
864 start_ptr = SWAP(smc->b2.ptr); /* save PTR before copy */
911 printf("start_ptr %04x end_ptr %04x cur ptr %04x\n",
912 start_ptr, end_ptr, SWAP(smc->b2.ptr));
  /src/external/gpl3/gdb/dist/gdb/
or1k-tdep.c 104 const char *start_ptr;
130 start_ptr = &(format[i]);
131 width = strtoul (start_ptr, &end_ptr, 10);
134 if (start_ptr == end_ptr)
138 i += end_ptr - start_ptr;
103 const char *start_ptr; local
or1k-tdep.c 104 const char *start_ptr;
130 start_ptr = &(format[i]);
131 width = strtoul (start_ptr, &end_ptr, 10);
134 if (start_ptr == end_ptr)
138 i += end_ptr - start_ptr;
103 const char *start_ptr; local
maint.c 676 const char *start_ptr = NULL; local
693 start_ptr = strchr (text, '\"');
694 if (start_ptr != NULL)
696 start_ptr++;
697 end_ptr = strrchr (start_ptr, '\"');
700 len = end_ptr - start_ptr;
701 replacement = savestring (start_ptr, len);
706 if (!start_ptr || !end_ptr)
maint.c 676 const char *start_ptr = NULL; local
693 start_ptr = strchr (text, '\"');
694 if (start_ptr != NULL)
696 start_ptr++;
697 end_ptr = strrchr (start_ptr, '\"');
700 len = end_ptr - start_ptr;
701 replacement = savestring (start_ptr, len);
706 if (!start_ptr || !end_ptr)
  /src/external/gpl3/gdb.old/dist/gdb/
or1k-tdep.c 104 const char *start_ptr;
130 start_ptr = &(format[i]);
131 width = strtoul (start_ptr, &end_ptr, 10);
134 if (start_ptr == end_ptr)
138 i += end_ptr - start_ptr;
103 const char *start_ptr; local
or1k-tdep.c 104 const char *start_ptr;
130 start_ptr = &(format[i]);
131 width = strtoul (start_ptr, &end_ptr, 10);
134 if (start_ptr == end_ptr)
138 i += end_ptr - start_ptr;
103 const char *start_ptr; local
maint.c 668 const char *start_ptr = NULL; local
685 start_ptr = strchr (text, '\"');
686 if (start_ptr != NULL)
688 start_ptr++;
689 end_ptr = strrchr (start_ptr, '\"');
692 len = end_ptr - start_ptr;
693 replacement = savestring (start_ptr, len);
698 if (!start_ptr || !end_ptr)
maint.c 668 const char *start_ptr = NULL; local
685 start_ptr = strchr (text, '\"');
686 if (start_ptr != NULL)
688 start_ptr++;
689 end_ptr = strrchr (start_ptr, '\"');
692 len = end_ptr - start_ptr;
693 replacement = savestring (start_ptr, len);
698 if (!start_ptr || !end_ptr)
  /src/external/gpl3/binutils/dist/bfd/
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local
elf32-sh.c 138 bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)
136 bfd_byte *start_ptr, *ptr, *last_ptr; local

Completed in 115 milliseconds