OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xffffffff
(Results
351 - 375
of
1407
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_2addr/
Test_or_int_2addr.java
63
assertEquals(0
xffffffff
, t.run(Integer.MAX_VALUE, Integer.MIN_VALUE));
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit16/
Test_or_int_lit16.java
66
assertEquals(0
xffffffff
, t.run(Short.MIN_VALUE));
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit8/
Test_or_int_lit8.java
66
assertEquals(0
xffffffff
, t.run(Byte.MIN_VALUE));
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int/
Test_xor_int.java
62
assertEquals(0
xffffffff
, t.run(Integer.MAX_VALUE, Integer.MIN_VALUE));
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_2addr/
Test_xor_int_2addr.java
62
assertEquals(0
xffffffff
, t.run(Integer.MAX_VALUE, Integer.MIN_VALUE));
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
io.h
17
#define IO_SPACE_LIMIT 0
xffffffff
/development/ndk/platforms/android-3/include/linux/
msm_mdp.h
50
#define MDP_TRANSP_NOP 0
xffffffff
/external/chromium_org/base/containers/
hash_tables.h
158
uint32 value1a = static_cast<uint32>(value1 & 0
xffffffff
);
159
uint32 value1b = static_cast<uint32>((value1 >> 32) & 0
xffffffff
);
160
uint32 value2a = static_cast<uint32>(value2 & 0
xffffffff
);
161
uint32 value2b = static_cast<uint32>((value2 >> 32) & 0
xffffffff
);
/external/chromium_org/third_party/WebKit/Source/platform/
ThemeTypes.h
41
AllStates = 0
xffffffff
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollTypes.h
146
AllParts = 0
xffffffff
/external/chromium_org/third_party/mesa/src/src/glx/
packsingle.h
105
*(int *)cp = (*(int *)cp & ~(0
xffffffff
<< shift)) | ((a & 0
xffffffff
) << shift); }
144
*p = (t & 0x80000000) ? (t | ~0
xffffffff
) : (t & 0
xffffffff
);}
/external/chromium_org/tools/find_runtime_symbols/
reduce_debugline.py
59
bits64 = starting_list[-1][0] > 0
xffffffff
/external/clang/test/SemaCXX/
compare.cpp
305
(void)((unsigned)other != (unsigned long)(0
xffffffff
));
307
(void)((unsigned long)other != (unsigned)(0
xffffffff
));
317
(void)((unsigned long)other != (int)(0
xffffffff
)); // expected-warning{{different signs}}
323
(void)((int)other != (long)(0
xffffffff
)); // expected-warning{{true}}
/external/dhcpcd/
duid.c
85
ul = htonl(t & 0
xffffffff
);
/external/fdlibm/
s_ceil.c
61
i = ((unsigned)(0
xffffffff
))>>(j0-20);
s_floor.c
62
i = ((unsigned)(0
xffffffff
))>>(j0-20);
s_modf.c
68
i = ((unsigned)(0
xffffffff
))>>(j0-20);
s_rint.c
75
i = ((unsigned)(0
xffffffff
))>>(j0-20);
/external/fsck_msdos/
dosfs.h
101
#define CLUST_EOF 0
xffffffff
/* standard value for last cluster */
/external/kernel-headers/original/asm-arm/
dma.h
15
#define MAX_DMA_ADDRESS 0
xffffffff
/external/mesa3d/src/glx/
packsingle.h
105
*(int *)cp = (*(int *)cp & ~(0
xffffffff
<< shift)) | ((a & 0
xffffffff
) << shift); }
144
*p = (t & 0x80000000) ? (t | ~0
xffffffff
) : (t & 0
xffffffff
);}
/external/openssh/openbsd-compat/
bsd-arc4random.c
132
min = ((0
xffffffff
- (upper_bound * 2)) + 1) % upper_bound;
/external/pixman/test/
pdf-op-test.c
28
0
xffffffff
,
/external/qemu/
oslib-win32.c
87
if (addr == 0
xffffffff
) {
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h
48
#define WT_NOISE_GENERATOR 0
xffffffff
Completed in 426 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>