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

  /src/external/gpl3/binutils/dist/binutils/
resrc.c 771 struct icondir *icondirs;
791 icondirs = (struct icondir *) xmalloc (count * sizeof *icondirs);
795 icondirs[i].width = getc (e);
796 icondirs[i].height = getc (e);
797 icondirs[i].colorcount = getc (e);
799 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
800 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename)
769 struct icondir *icondirs; local
1171 struct icondir *icondirs; local
    [all...]
resrc.c 771 struct icondir *icondirs;
791 icondirs = (struct icondir *) xmalloc (count * sizeof *icondirs);
795 icondirs[i].width = getc (e);
796 icondirs[i].height = getc (e);
797 icondirs[i].colorcount = getc (e);
799 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
800 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename)
769 struct icondir *icondirs; local
1171 struct icondir *icondirs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
resrc.c 771 struct icondir *icondirs;
791 icondirs = (struct icondir *) xmalloc (count * sizeof *icondirs);
795 icondirs[i].width = getc (e);
796 icondirs[i].height = getc (e);
797 icondirs[i].colorcount = getc (e);
799 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
800 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename)
769 struct icondir *icondirs; local
1171 struct icondir *icondirs; local
    [all...]
resrc.c 771 struct icondir *icondirs;
791 icondirs = (struct icondir *) xmalloc (count * sizeof *icondirs);
795 icondirs[i].width = getc (e);
796 icondirs[i].height = getc (e);
797 icondirs[i].colorcount = getc (e);
799 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
800 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
801 icondirs[i].bytes = get_long (e, real_filename);
802 icondirs[i].offset = get_long (e, real_filename)
769 struct icondir *icondirs; local
1171 struct icondir *icondirs; local
    [all...]

Completed in 43 milliseconds