OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bits
(Results
101 - 125
of
1014
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/android/support/src/stdio/arm/
_fpmath.h
54
}
bits
;
member in union:IEEEl2bits
65
(a)[0] = (uint32_t)(u).
bits
.manl; \
66
(a)[1] = (uint32_t)(u).
bits
.manh; \
/ndk/sources/android/support/src/stdio/arm64/
_fpmath.h
30
// Android uses 128
bits
long doubles for LP64, so the structure and the macros
47
}
bits
;
member in union:IEEEl2bits
69
(a)[0] = (uint32_t)(u).
bits
.manl; \
70
(a)[1] = (uint32_t)((u).
bits
.manl >> 32); \
71
(a)[2] = (uint32_t)(u).
bits
.manh; \
72
(a)[3] = (uint32_t)((u).
bits
.manh >> 32); \
/ndk/sources/android/support/src/stdio/i386/
_fpmath.h
37
}
bits
;
member in union:IEEEl2bits
46
#define mask_nbit_l(u) ((u).
bits
.manh &= ~LDBL_NBIT)
52
(a)[0] = (uint32_t)(u).
bits
.manl; \
53
(a)[1] = (uint32_t)(u).
bits
.manh; \
/ndk/sources/android/support/src/stdio/mips/
_fpmath.h
57
}
bits
;
member in union:IEEEl2bits
70
(a)[0] = (uint32_t)(u).
bits
.manl; \
71
(a)[1] = (uint32_t)((u).
bits
.manl >> 32); \
72
(a)[2] = (uint32_t)(u).
bits
.manh; \
73
(a)[3] = (uint32_t)((u).
bits
.manh >> 32); \
80
(a)[0] = (uint32_t)(u).
bits
.manl; \
81
(a)[1] = (uint32_t)(u).
bits
.manh; \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
hash.h
32
#define isl_hash_bits(h,
bits
) \
33
((
bits
) == 32) ? (h) : \
34
((
bits
) >= 16) ? \
35
((h) >> (
bits
)) ^ ((h) & (((uint32_t)1 << (
bits
)) - 1)) : \
36
(((h) >> (
bits
)) ^ (h)) & (((uint32_t)1 << (
bits
)) - 1)
50
int
bits
;
member in struct:isl_hash_table
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
hash.h
32
#define isl_hash_bits(h,
bits
) \
33
((
bits
) == 32) ? (h) : \
34
((
bits
) >= 16) ? \
35
((h) >> (
bits
)) ^ ((h) & (((uint32_t)1 << (
bits
)) - 1)) : \
36
(((h) >> (
bits
)) ^ (h)) & (((uint32_t)1 << (
bits
)) - 1)
50
int
bits
;
member in struct:isl_hash_table
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/android/
native_window.h
52
// The actual
bits
.
53
void*
bits
;
member in struct:ANativeWindow_Buffer
Completed in 1977 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>