/prebuilts/go/linux-x86/src/runtime/ |
asm_arm.s | 1017 // Must obey the gcc calling convention. 1020 // callee-save in the gcc calling convention, so save them here.
|
asm_arm64.s | 725 // Must obey the gcc calling convention. 728 // are callee-save in the gcc calling convention, so save them.
|
asm_amd64.s | 100 CLD // convention is D is always left cleared 681 // registers as per windows amd64 calling convention. [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux.go | 392 // (This is the standard convention.) 402 // everyone uses this convention.
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 674 /// \brief Lower an argument list according to the target calling convention. 677 /// convention or require stack pointer adjustment. Only a subset of the 678 /// intrinsic's operands need to participate in the calling convention. 753 // Add an explicit result reg if we use the anyreg calling convention. 797 // Add the calling convention [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 424 and r4, #0xFFFFFFF0 @ convention only aligns to 8B, so we have to ensure ART [all...] |
/external/libjpeg-turbo/ |
structure.txt | 13 convention, see the include files and comments in the source code. 598 surrounding application uses the traditional convention: a single pixel is [all...] |
/external/pcre/dist/doc/html/ |
pcregrep.html | 517 and LF (linefeed), the two-character sequence CRLF, an "anycrlf" convention, 518 which recognizes any of the preceding three types, and an "any" convention, in 531 being scanned does not agree with the convention set by this option, [all...] |
/external/v8/test/cctest/ |
test-assembler-x64.cc | 45 // The AMD64 calling convention is used, with the first six arguments 48 // This calling convention is used on Linux, with GCC, and on Mac OS, 49 // with GCC. A different convention is used on 64-bit windows, [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
content-provider-creating.jd | 307 By convention, providers offer access to a single row in a table by accepting a content URI 308 with an ID value for the row at the end of the URI. Also by convention, providers match the 313 This convention facilitates a common design pattern for apps accessing a provider. The app [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 118 // This uses a nonstandard refcount convention. 620 * or assigned to. (This convention significantly reduces [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
rtl.def | 33 By convention these are in UPPER_CASE. 38 By convention these are the internal (field 1) names in lower_case. 280 (the ones that are by convention not saved). [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
subprocess.py | 97 the Unix end-of-line convention, '\r', the Macintosh convention or 98 '\r\n', the Windows convention. All of these external representations [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
subprocess.py | 97 the Unix end-of-line convention, '\r', the Macintosh convention or 98 '\r\n', the Windows convention. All of these external representations [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
asm_amd64.s | 100 CLD // convention is D is always left cleared 681 // registers as per windows amd64 calling convention. [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 118 // This uses a nonstandard refcount convention. 620 * or assigned to. (This convention significantly reduces [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 97 the Unix end-of-line convention, '\r', the Macintosh convention or 98 '\r\n', the Windows convention. All of these external representations [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 97 the Unix end-of-line convention, '\r', the Macintosh convention or 98 '\r\n', the Windows convention. All of these external representations [all...] |
/sdk/files/typos/ |
typos-pt.txt | 330 # Convention for the Protection of Literary and Artistic Works (as 331 # amended on September 28, 1979), the Rome Convention of 1961, the 333 # Treaty of 1996 and the Universal Copyright Convention (as revised on [all...] |
/toolchain/binutils/binutils-2.25/cpu/ |
fr30.cpu | 48 ; The "b" suffix stands for "base" and is the convention. 49 ; The "f" suffix stands for "family" and is the convention. 422 ; ??? Convention says this should be o-sr, but then the insn definitions [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-i386.texi | 418 @samp{source, dest} convention is maintained for compatibility with 500 (the last one by convention). Thus, @samp{mov %ax, %bx} is equivalent 570 convention. [all...] |
/external/v8/tools/gyp/pylib/gyp/generator/ |
msvs.py | 725 convention used by CommandLineToArgv, so the command-line quotes and the 728 quoting according to VCProj's convention and quote any delimiters that are 729 not already quoted by that convention. The quotes that we add will also be 732 convention. 753 # String ends while still quoted according to VCProj's convention. This [all...] |
/frameworks/base/core/res/res/values/ |
attrs_manifest.xml | 134 convention to ensure the name is unique, for example [all...] |
/external/autotest/site_utils/ |
lxc.py | 46 # Naming convention of test container, e.g., test_300_1422862512_2424, where: 51 # Naming convention of the result directory in test container. [all...] |