HomeSort by relevance Sort by last modified time
    Searched full:convention (Results 151 - 175 of 3166) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/lib/builtins/arm/
ltdf2vfp.S 16 // Uses Darwin calling convention where double precision arguments are passsed
ltsf2vfp.S 16 // Uses Darwin calling convention where single precision arguments are passsed
muldf3vfp.S 16 // calling convention where double arguments are passsed in GPR pairs
mulsf3vfp.S 16 // calling convention where single arguments are passsed like 32-bit ints.
nedf2vfp.S 16 // Uses Darwin calling convention where double precision arguments are passsed
negdf2vfp.S 16 // Darwin calling convention where double arguments are passsed in GPR pairs.
negsf2vfp.S 16 // Darwin calling convention where single arguments are passsed like 32-bit ints
nesf2vfp.S 16 // Uses Darwin calling convention where single precision arguments are passsed
subdf3vfp.S 16 // the Darwin calling convention where double arguments are passsed in GPR pairs
subsf3vfp.S 16 // using the Darwin calling convention where single arguments are passsed
truncdfsf2vfp.S 16 // Uses Darwin calling convention where a double precision parameter is
unorddf2vfp.S 16 // Uses Darwin calling convention where double precision arguments are passsed
unordsf2vfp.S 16 // Uses Darwin calling convention where single precision arguments are passsed
  /external/flac/include/share/
alloc.h 71 /* malloc(0) is undefined; FLAC src convention is to always allocate */
80 return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
124 return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
147 return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
  /external/libese/apps/boot/tests/
ese_operations_wrapper.h 36 // Naming convention to be compatible with ese_init();
  /external/libese/libese-teq1/tests/
ese_operations_wrapper.h 36 // Naming convention to be compatible with ese_init();
  /external/llvm/lib/Target/X86/
X86CallingConv.h 1 //=== X86CallingConv.h - X86 Custom Calling Convention Routines -*- C++ -*-===//
10 // This file contains the custom routines for the X86 Calling Convention that
40 llvm_unreachable("The AnyReg calling convention is only supported by the " \
42 // gracefully fallback to X86 C calling convention on Release builds.
  /external/llvm/test/Transforms/GlobalOpt/
fastcc.ll 16 ; convention.
  /external/llvm/test/Verifier/
deoptimize-intrinsic.ll 45 ; CHECK: All llvm.experimental.deoptimize declarations must have the same calling convention
  /external/pcre/dist2/doc/html/
pcre2_set_bsr.html 29 This function sets the convention for processing \R within a compile context.
  /external/r8/src/main/java/com/android/tools/r8/
BaseOutput.java 35 * <p>The order of the list corresponds to the usual naming convention:
  /external/slf4j/slf4j-site/src/site/pages/
localization.html 129 <code>LogLogger</code> follows the standard Java convention for
133 parameter, <code>LogLogger</code> follows the {} convention, as
147 // follows the MessageFormat convention
150 // follows the {} convention
  /external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
intr.ll 1 ; Ensure that the MBlaze interrupt_handler calling convention (cc73) is handled
  /external/swiftshader/third_party/subzero/crosstest/
test_calling_conv.def 10 // This file defines macros for testing the calling convention.
  /external/v8/src/compiler/
STYLE 12 We use the following convention for putting TODOs into the code:

Completed in 438 milliseconds

1 2 3 4 5 67 8 91011>>