OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x80000000
(Results
251 - 275
of
993
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/include/core/
SkFloatingPoint.h
37
return SkBits2Float((xbits & 0x7FFFFFFF) | (ybits & 0
x80000000
));
/frameworks/base/include/utils/
Errors.h
49
UNKNOWN_ERROR = 0
x80000000
,
/frameworks/compile/libbcc/runtime/lib/
fixdfdi.c
34
di_int s = (si_int)(fb.u.s.high & 0
x80000000
) >> 31;
fixdfti.c
36
ti_int s = (si_int)(fb.u.s.high & 0
x80000000
) >> 31;
fixsfdi.c
34
di_int s = (si_int)(fb.u & 0
x80000000
) >> 31;
fixsfti.c
36
ti_int s = (si_int)(fb.u & 0
x80000000
) >> 31;
fixunsdfdi.c
35
if (e < 0 || (fb.u.s.high & 0
x80000000
))
fixunsdfsi.c
35
if (e < 0 || (fb.u.s.high & 0
x80000000
))
fixunsdfti.c
37
if (e < 0 || (fb.u.s.high & 0
x80000000
))
fixunssfdi.c
35
if (e < 0 || (fb.u & 0
x80000000
))
fixunssfsi.c
35
if (e < 0 || (fb.u & 0
x80000000
))
fixunssfti.c
37
if (e < 0 || (fb.u & 0
x80000000
))
/frameworks/compile/libbcc/runtime/test/Unit/
absvsi2_test.c
38
// if (test__absvsi2(0
x80000000
)) // should abort
negvsi2_test.c
34
// if (test__negvsi2(0
x80000000
)) // should abort
/frameworks/media/libvideoeditor/vss/src/
M4VD_Tools.c
87
temp = ((input & (0
x80000000
>> offset)) >> (31-offset));
/hardware/invensense/mlsdk/platform/include/
mlos.h
42
#define MLOS_GENERIC_READ ((unsigned int)0
x80000000
)
/hardware/ti/omap4xxx/security/tee_client_api/
schannel6_logins.h
40
#define SCX_LOGIN_AUTHENTICATION 0
x80000000
/hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h
145
#define CKK_VENDOR_DEFINED 0
x80000000
190
#define CKA_VENDOR_DEFINED 0
x80000000
254
#define CKM_VENDOR_DEFINED 0
x80000000
330
#define CKR_VENDOR_DEFINED 0
x80000000
tee_client_api_ex.h
39
#define TEEC_LOGIN_AUTHENTICATION 0
x80000000
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigaction.h
63
# define SA_RESETHAND 0
x80000000
/* Reset to SIG_DFL on entry to handler. */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cn_proc.h
57
PROC_EVENT_EXIT = 0
x80000000
elf-fdpic.h
58
#define ELF_FDPIC_FLAG_PRESENT 0
x80000000
/* T if this object is present */
inotify.h
54
#define IN_ONESHOT 0
x80000000
/* only send event once */
/bionic/libc/kernel/common/linux/
mtio.h
200
#define GMT_EOF(x) ((x) & 0
x80000000
)
235
#define MT_ST_SET_CLN 0
x80000000
/bionic/libm/src/
s_remquo.c
37
sxy = (hx ^ hy) & 0
x80000000
;
38
sx = hx&0
x80000000
; /* sign of x */
Completed in 770 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>