HomeSort by: relevance | last modified time | path
    Searched refs:renaming (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tune/
many.pl 58 # will produce rules and renaming so that a speed program incorporating it
76 # don't get any preprocessing so there's no way to do renaming of their
139 # renaming, and with some parameters for correctness or speed. This is less
679 # extra renaming to support sharing a data table with mpn_popcount
1020 my $renaming;
1023 $renaming .= "\t\t-DHAVE_NATIVE_mpn_$fun=1 \\\n";
1031 $renaming .=
1037 $renaming .= "\\\n" .
1040 $renaming .= "\\\n" .
1044 print "renaming $renaming\n" if $opt{'t'}
    [all...]
  /src/crypto/external/bsd/heimdal/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/bsd/flex/dist/build-aux/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/bsd/tmux/dist/etc/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/gpl3/binutils.old/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/gpl3/gcc/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/gpl3/gcc.old/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/gpl3/gdb/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
djunpack.bat 7 Rem renaming some of the files whose names are invalid on DOS or conflict
  /src/external/gpl3/gdb.old/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
djunpack.bat 7 Rem renaming some of the files whose names are invalid on DOS or conflict
  /src/external/lgpl3/gmp/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/gpl2/gettext/dist/build-aux/
ylwrap 48 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/gpl2/xcvs/dist/build-aux/
ylwrap 46 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/gpl3/binutils/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/bsd/am-utils/dist/
ylwrap 77 Wrapper for lex/yacc invocations, renaming files as desired.
ylwrap.amd 77 Wrapper for lex/yacc invocations, renaming files as desired.
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
popcount.asm 42 C The slightly strange quoting here helps the renaming done by tune/many.pl.
hamdist.asm 44 C The slightly strange quoting here helps the renaming done by tune/many.pl.
  /src/usr.bin/xlint/lint1/
decl.c 1943 declare_extern(sym_t *dsym, bool has_initializer, const sbuf_t *renaming)
1946 if (renaming != NULL) {
1949 char *s = level_zero_alloc(1, renaming->sb_len + 1, "string");
1950 (void)memcpy(s, renaming->sb_name, renaming->sb_len + 1);
2079 declare(sym_t *decl, bool has_initializer, sbuf_t *renaming)
2083 declare_extern(decl, has_initializer, renaming);
2086 if (renaming != NULL)
2087 /* symbol renaming can't be used on function ... */
2093 if (renaming != NULL
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/
hamdist.asm 40 C renaming register shortage. Since we need 5 instructions per limb, further
  /src/external/gpl3/gdb.old/dist/gdb/
ada-exp.y 1316 symbol that originally encoded the renaming. It is needed only
1343 /* We have a renaming of an old-style renaming symbol. Don't
1413 /* Index is an old-style renaming symbol. */
1456 error (_("Internal error in encoding of renaming declaration"));
1704 or renaming encoded in the debugging data. Calls error if no
1746 const char* renaming;
1770 switch (ada_parse_renaming (renaming_sym, &renaming,
1783 strncpy (new_name, renaming, renaming_len);
1790 write_object_renaming (par_state, block, renaming, renaming_len
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-exp.y 1316 symbol that originally encoded the renaming. It is needed only
1343 /* We have a renaming of an old-style renaming symbol. Don't
1413 /* Index is an old-style renaming symbol. */
1456 error (_("Internal error in encoding of renaming declaration"));
1704 or renaming encoded in the debugging data. Calls error if no
1746 const char* renaming;
1770 switch (ada_parse_renaming (renaming_sym, &renaming,
1783 strncpy (new_name, renaming, renaming_len);
1790 write_object_renaming (par_state, block, renaming, renaming_len
    [all...]
  /src/sys/sys/
cdefs.h 505 #error "No function renaming possible"
508 #define __RENAME(x) no renaming in kernel/standalone environment

Completed in 38 milliseconds

1 2