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

  /src/external/gpl3/gdb/dist/readline/readline/
display.c 1689 int oldbytes, newbytes; local
1706 oldbytes = ret;
1710 oldbytes = 1;
1760 while (oldbytes < omax && oldwidth < newwidth)
1764 ret = MBRTOWC (&wc, old+oldbytes, mb_cur_max, &ps);
1768 oldbytes += 1;
1776 oldbytes += ret;
1798 if (newwidth != oldwidth || newbytes > oldbytes)
1804 ofdf = old_face + oldbytes;
1809 if (oldbytes != 0 && newbytes != 0
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
display.c 1668 int oldbytes, newbytes; local
1685 oldbytes = ret;
1689 oldbytes = 1;
1739 while (oldbytes < omax && oldwidth < newwidth)
1743 ret = mbrtowc (&wc, old+oldbytes, mb_cur_max, &ps);
1747 oldbytes += 1;
1755 oldbytes += ret;
1777 if (newwidth != oldwidth || newbytes > oldbytes)
1783 ofdf = old_face + oldbytes;
1788 if (oldbytes != 0 && newbytes != 0
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 14936 size_t oldbytes;
14938 oldbytes = (((h->u2.vtable->size >> log_file_align) + 1)
14940 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
14921 size_t oldbytes; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 14901 size_t oldbytes;
14903 oldbytes = (((h->u2.vtable->size >> log_file_align) + 1)
14905 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
14886 size_t oldbytes; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 14880 size_t oldbytes;
14882 oldbytes = (((h->u2.vtable->size >> log_file_align) + 1)
14884 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
14865 size_t oldbytes; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 14858 size_t oldbytes;
14860 oldbytes = (((h->u2.vtable->size >> log_file_align) + 1)
14862 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
14843 size_t oldbytes; local

Completed in 164 milliseconds