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

1 2

  /src/external/lgpl3/gmp/dist/mpn/x86_64/
missing.asm 42 C words on the stack. This calling convention means that we need to move the
67 C This calling convention means that we need to move the return address down.
107 C This calling convention means that we need to move the return address down.
  /src/sys/arch/shark/shark/
scr.c 459 int convention; /* ie direct or inverse */
1435 sc->convention = CONVENTION_UNKNOWN;
2878 if (sc->convention == CONVENTION_INVERSE ||
2879 sc->convention == CONVENTION_UNKNOWN)
2892 ASSERT(sc->convention == CONVENTION_DIRECT);
2906 if (sc->convention == CONVENTION_UNKNOWN && /* in TS byte */
2934 if (sc->convention == CONVENTION_INVERSE)
2941 else if (sc->convention == CONVENTION_DIRECT)
2952 /* sc->convention not set so sort it out */
2953 ASSERT(sc->convention == CONVENTION_UNKNOWN)
458 int convention; \/* ie direct or inverse *\/ member in struct:scr_softc
    [all...]
  /src/external/ibm-public/postfix/dist/mantools/
makemanidx 58 the following convention: </p>
  /src/common/dist/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/common/dist/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
morestack.S 153 # __morestack with its special calling convention. When __morestack's
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
morestack.S 153 # __morestack with its special calling convention. When __morestack's
  /src/usr.bin/make/unit-tests/
varname-dot-suffixes.mk 93 # convention for these iteration variables is to have dots at both ends, so
  /src/sys/arch/mac68k/mac68k/
macromasm.s 389 * I'd like to take a moment here to talk about the calling convention
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
README.md 26 using the "round to even" convention for values that would otherwise fall right in-between two values.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
README.md 33 using the "round to even" convention for values that would otherwise fall right in-between two values.
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 129 (** The following calling convention values may be accessed with
133 val c : int (** [c] is the C calling convention. *)
134 val fast : int (** [fast] is the calling convention to allow LLVM
137 val cold : int (** [cold] is the calling convention for
140 convention from C. *)
142 convention from C. *)
1632 (** [function_call_conv f] returns the calling convention of the function [f].
1636 (** [set_function_call_conv cc f] sets the calling convention of the function
1637 [f] to the calling convention numbered [cc].
1873 (** [instruction_call_conv ci] is the calling convention for the call or invok
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
crt1.S 284 ! Now we need to call mcount with the following convention
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt1.S 284 ! Now we need to call mcount with the following convention
  /src/sys/arch/hppa/stand/xxboot/
start.S 296 ; On PA64 convention, arg0 - arg7 are passed in registers.
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 857 Return the return-value convention that will be used by FUNCTION
859 case the return convention is computed based only on VALTYPE.
888 Return the return-value convention that will be used by FUNCTION
890 case the return convention is computed based only on VALTYPE.
921 convention".
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 870 Return the return-value convention that will be used by FUNCTION
872 case the return convention is computed based only on VALTYPE.
901 Return the return-value convention that will be used by FUNCTION
903 case the return convention is computed based only on VALTYPE.
934 convention".

Completed in 202 milliseconds

1 2