OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ints
(Results
26 - 50
of
543
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/src/com/android/dx/gen/
BinaryOp.java
27
* {@link #DIVIDE}, and {@link #REMAINDER}) support
ints
, longs, floats and
32
*
ints
and longs.
/external/guava/javadoc/com/google/common/primitives/class-use/
Ints.html
7
Uses of Class com.google.common.primitives.
Ints
(Guava Libraries 2010.01.04)
18
parent.document.title="Uses of Class com.google.common.primitives.
Ints
(Guava Libraries 2010.01.04)";
42
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/
Ints
.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
62
<A HREF="
Ints
.html" target="_top"><B>NO FRAMES</B></A>
84
<B>Uses of Class<br>com.google.common.primitives.
Ints
</B></H2>
86
No usage of com.google.common.primitives.
Ints
102
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/primitives/
Ints
.html" title="class in com.google.common.primitives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
122
<A HREF="
Ints
.html" target="_top"><B>NO FRAMES</B></A>
/external/guava/javadoc/com/google/common/primitives/
package-frame.html
36
<A HREF="
Ints
.html" title="class in com.google.common.primitives" target="classFrame">
Ints
</A>
/system/media/mca/filterfw/jni/
jni_gl_frame.h
58
Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray
ints
);
64
Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray
ints
);
jni_vertex_frame.h
33
Java_android_filterfw_core_VertexFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray
ints
);
/external/grub/netboot/
ni5010.c
95
#define XM_RCVD 0x20 /* =1 to enable Xmt Pkt Rcvd
ints
*/
96
#define XM_UFLW 0x08 /* =1 to enable Xmt Underflow
ints
*/
97
#define XM_COLL 0x04 /* =1 to enable Xmt Collision
ints
*/
98
#define XM_COLL16 0x02 /* =1 to enable Xmt 16th Coll
ints
*/
99
#define XM_PERR 0x01 /* =1 to enable Xmt Parity Error
ints
*/
121
#define RM_PKT_OK 0x80 /* =1 to enable rcvd good packet
ints
*/
122
#define RM_RST_PKT 0x10 /* =1 to enable RESET packet
ints
*/
123
#define RM_RUNT 0x08 /* =1 to enable Runt Pkt rcvd
ints
*/
124
#define RM_ALIGN 0x04 /* =1 to enable Alignment error
ints
*/
125
#define RM_CRC_ERR 0x02 /* =1 to enable Bad CRC error
ints
*/
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/util/
IntIterator.java
20
* An iterator for a list of
ints
.
/dalvik/dx/src/com/android/dx/util/
IntIterator.java
20
* An iterator for a list of
ints
.
/external/dropbear/libtommath/
bn_mp_and.c
18
/* AND two
ints
together */
bn_mp_cmp.c
18
/* compare two
ints
(signed)*/
bn_mp_cmp_mag.c
18
/* compare maginitude of two
ints
(unsigned) */
bn_mp_or.c
18
/* OR two
ints
together */
bn_mp_xor.c
18
/* XOR two
ints
together */
/external/skia/src/core/
SkMemory_stdlib.cpp
96
size_t
ints
= size > 4 ? 4 : size;
local
98
for (index = 0; index <
ints
; index++)
101
for (index = 0; index <
ints
; index++)
103
if (
ints
> 0)
/frameworks/compile/libbcc/runtime/lib/arm/
divsf3vfp.S
16
// calling convention where single arguments are passsed like 32-bit
ints
.
eqsf2vfp.S
17
// like 32-bit
ints
gesf2vfp.S
17
// like 32-bit
ints
gtsf2vfp.S
17
// like 32-bit
ints
lesf2vfp.S
17
// like 32-bit
ints
ltsf2vfp.S
17
// like 32-bit
ints
mulsf3vfp.S
16
// calling convention where single arguments are passsed like 32-bit
ints
.
negsf2vfp.S
16
// Darwin calling convention where single arguments are passsed like 32-bit
ints
nesf2vfp.S
17
// like 32-bit
ints
subsf3vfp.S
17
// like 32-bit
ints
.
unordsf2vfp.S
17
// like 32-bit
ints
Completed in 193 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>