OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convention
(Results
76 - 100
of
1656
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/arm/
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/kernel-headers/original/asm-arm/
div64.h
19
* calling
convention
for arguments and results (beware).
/external/kernel-headers/original/asm-x86/
div64.h
18
*
convention
" on x86.
/external/llvm/include/llvm/Target/
TargetCallingConv.td
45
/// CCIfCC - Match if the current calling
convention
is 'CC'.
125
/// CCDelegateTo - This action invokes the specified sub-calling-
convention
. It
131
/// CallingConv - An instance of this is used to define each calling
convention
138
///
convention
. The order of registers is used by PrologEpilogInsertion when
/external/svox/pico/src/com/svox/pico/
Pico.java
26
* The file path structure
convention
is that the native library
/frameworks/base/tools/aapt/
qsort_r_compat.h
20
* This implementation follows the BSD parameter
convention
.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp
31
//
convention
(-pc). When the definition of bad_weak_ptr
/hardware/invensense/60xx/mlsdk/mllite/
mlarray_legacy.c
216
* This is typically the
convention
used for mobile devices where the X
220
* The euler angles
convention
for this output is the following:
228
* therefore the default
convention
.
234
* This
convention
is typically used in augmented reality applications,
237
* The euler angles
convention
for this output is the following:
249
* This
convention
is mostly used in application involving the use
251
* is along the Z axis. In this
convention
roll is defined as the
253
* The euler angles
convention
for this output is the following:
264
* therefore the default
convention
for Euler angles.
/art/compiler/jni/quick/
calling_convention.cc
32
// Managed runtime calling
convention
85
// JNI calling
convention
/external/clang/test/CodeGenCXX/
unknown-anytype.cpp
8
// x86-64 is the special case here because of its variadic
convention
.
9
// We want to ensure that it always uses a variadic
convention
even if
/external/kernel-headers/original/linux/
mutex.h
133
* NOTE: mutex_trylock() follows the spin_trylock()
convention
,
134
* not the down_trylock()
convention
!
/external/llvm/lib/Target/Hexagon/
HexagonCallingConv.td
18
// Hexagon 32-bit C return-value
convention
.
27
// Hexagon 32-bit C Calling
convention
.
/ndk/sources/host-tools/sed-4.2.1/lib/
set-mode-acl.c
260
We fetch the existing ACL. In the old
convention
, usually three ACEs have
262
In the new
convention
, these values are not used. */
263
int
convention
;
277
convention
= -1;
293
convention
= 0;
297
convention
= 1;
309
if (
convention
>= 0)
314
if (
convention
)
/development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosApplicationTests.java
45
* The name 'test preconditions' is a
convention
to signal that if this
/external/bison/doc/
bison.x
14
convention
of ending in
Completed in 1242 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>