OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UL
(Results
101 - 125
of
2737
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/asm/
page.h
16
#define PAGE_SIZE (1
UL
<< PAGE_SHIFT)
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/asm/
page.h
16
#define PAGE_SIZE (1
UL
<< PAGE_SHIFT)
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/asm/
page.h
16
#define PAGE_SIZE (1
UL
<< PAGE_SHIFT)
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/asm/
page.h
16
#define PAGE_SIZE (1
UL
<< PAGE_SHIFT)
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530Usb.h
31
#define UHH_SYSCONFIG_AUTOIDLE_ALWAYS_RUN (0
UL
<< 0)
33
#define UHH_HOSTCONFIG_P3_CONNECT_STATUS_DISCONNECT (0
UL
<< 10)
34
#define UHH_HOSTCONFIG_P2_CONNECT_STATUS_DISCONNECT (0
UL
<< 9)
35
#define UHH_HOSTCONFIG_P1_CONNECT_STATUS_DISCONNECT (0
UL
<< 8)
36
#define UHH_HOSTCONFIG_ENA_INCR_ALIGN_DISABLE (0
UL
<< 5)
40
#define UHH_HOSTCONFIG_AUTOPPD_ON_OVERCUR_EN_ON (0
UL
<< 1)
41
#define UHH_HOSTCONFIG_P1_ULPI_BYPASS_ULPI_MODE (0
UL
<< 0)
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530Usb.h
31
#define UHH_SYSCONFIG_AUTOIDLE_ALWAYS_RUN (0
UL
<< 0)
33
#define UHH_HOSTCONFIG_P3_CONNECT_STATUS_DISCONNECT (0
UL
<< 10)
34
#define UHH_HOSTCONFIG_P2_CONNECT_STATUS_DISCONNECT (0
UL
<< 9)
35
#define UHH_HOSTCONFIG_P1_CONNECT_STATUS_DISCONNECT (0
UL
<< 8)
36
#define UHH_HOSTCONFIG_ENA_INCR_ALIGN_DISABLE (0
UL
<< 5)
40
#define UHH_HOSTCONFIG_AUTOPPD_ON_OVERCUR_EN_ON (0
UL
<< 1)
41
#define UHH_HOSTCONFIG_P1_ULPI_BYPASS_ULPI_MODE (0
UL
<< 0)
/bionic/libc/kernel/uapi/linux/
gpio.h
30
#define GPIOLINE_FLAG_KERNEL (1
UL
<< 0)
31
#define GPIOLINE_FLAG_IS_OUT (1
UL
<< 1)
32
#define GPIOLINE_FLAG_ACTIVE_LOW (1
UL
<< 2)
34
#define GPIOLINE_FLAG_OPEN_DRAIN (1
UL
<< 3)
35
#define GPIOLINE_FLAG_OPEN_SOURCE (1
UL
<< 4)
45
#define GPIOHANDLE_REQUEST_INPUT (1
UL
<< 0)
46
#define GPIOHANDLE_REQUEST_OUTPUT (1
UL
<< 1)
47
#define GPIOHANDLE_REQUEST_ACTIVE_LOW (1
UL
<< 2)
49
#define GPIOHANDLE_REQUEST_OPEN_DRAIN (1
UL
<< 3)
50
#define GPIOHANDLE_REQUEST_OPEN_SOURCE (1
UL
<< 4
[
all
...]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Common/
ArmLibPrivate.h
18
#define CACHE_SIZE_4_KB (3
UL
)
19
#define CACHE_SIZE_8_KB (4
UL
)
20
#define CACHE_SIZE_16_KB (5
UL
)
21
#define CACHE_SIZE_32_KB (6
UL
)
22
#define CACHE_SIZE_64_KB (7
UL
)
23
#define CACHE_SIZE_128_KB (8
UL
)
25
#define CACHE_ASSOCIATIVITY_DIRECT (0
UL
)
26
#define CACHE_ASSOCIATIVITY_4_WAY (2
UL
)
27
#define CACHE_ASSOCIATIVITY_8_WAY (3
UL
)
29
#define CACHE_PRESENT (0
UL
)
[
all
...]
/external/kernel-headers/original/uapi/linux/
gpio.h
30
#define GPIOLINE_FLAG_KERNEL (1
UL
<< 0) /* Line used by the kernel */
31
#define GPIOLINE_FLAG_IS_OUT (1
UL
<< 1)
32
#define GPIOLINE_FLAG_ACTIVE_LOW (1
UL
<< 2)
33
#define GPIOLINE_FLAG_OPEN_DRAIN (1
UL
<< 3)
34
#define GPIOLINE_FLAG_OPEN_SOURCE (1
UL
<< 4)
59
#define GPIOHANDLE_REQUEST_INPUT (1
UL
<< 0)
60
#define GPIOHANDLE_REQUEST_OUTPUT (1
UL
<< 1)
61
#define GPIOHANDLE_REQUEST_ACTIVE_LOW (1
UL
<< 2)
62
#define GPIOHANDLE_REQUEST_OPEN_DRAIN (1
UL
<< 3)
63
#define GPIOHANDLE_REQUEST_OPEN_SOURCE (1
UL
<< 4
[
all
...]
/development/ndk/platforms/android-21/arch-x86/include/asm/
vsyscall.h
27
#define VSYSCALL_START (-10
UL
<< 20)
30
#define VSYSCALL_END (-2
UL
<< 20)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
vsyscall.h
27
#define VSYSCALL_START (-10
UL
<< 20)
30
#define VSYSCALL_END (-2
UL
<< 20)
/development/ndk/platforms/android-9/arch-x86/include/asm/
vsyscall.h
27
#define VSYSCALL_START (-10
UL
<< 20)
30
#define VSYSCALL_END (-2
UL
<< 20)
/development/ndk/platforms/android-9/include/linux/
bitmap.h
21
#define BITMAP_LAST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1
UL
<<((nbits) % BITS_PER_LONG))-1 : ~0
UL
)
/external/cblas/src/
cblas_dspr.c
16
char
UL
;
20
#define F77_UL &
UL
35
if (Uplo == CblasLower)
UL
= 'L';
36
else if (Uplo == CblasUpper)
UL
= 'U';
45
F77_UL = C2F_CHAR(&
UL
);
53
if (Uplo == CblasLower)
UL
= 'U';
54
else if (Uplo == CblasUpper)
UL
= 'L';
63
F77_UL = C2F_CHAR(&
UL
);
cblas_sspr.c
16
char
UL
;
20
#define F77_UL &
UL
37
if (Uplo == CblasLower)
UL
= 'L';
38
else if (Uplo == CblasUpper)
UL
= 'U';
47
F77_UL = C2F_CHAR(&
UL
);
55
if (Uplo == CblasLower)
UL
= 'U';
56
else if (Uplo == CblasUpper)
UL
= 'L';
65
F77_UL = C2F_CHAR(&
UL
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
vsyscall.h
10
#define VSYSCALL_START (-10
UL
<< 20)
12
#define VSYSCALL_END (-2
UL
<< 20)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
vsyscall.h
10
#define VSYSCALL_START (-10
UL
<< 20)
12
#define VSYSCALL_END (-2
UL
<< 20)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
vsyscall.h
10
#define VSYSCALL_START (-10
UL
<< 20)
12
#define VSYSCALL_END (-2
UL
<< 20)
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
bitmap.h
21
#define BITMAP_LAST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1
UL
<<((nbits) % BITS_PER_LONG))-1 : ~0
UL
)
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
bitmap.h
21
#define BITMAP_LAST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1
UL
<<((nbits) % BITS_PER_LONG))-1 : ~0
UL
)
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm/
vsyscall.h
27
#define VSYSCALL_START (-10
UL
<< 20)
30
#define VSYSCALL_END (-2
UL
<< 20)
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
bitmap.h
21
#define BITMAP_LAST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1
UL
<<((nbits) % BITS_PER_LONG))-1 : ~0
UL
)
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
bitmap.h
21
#define BITMAP_LAST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1
UL
<<((nbits) % BITS_PER_LONG))-1 : ~0
UL
)
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
bitmap.h
21
#define BITMAP_LAST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1
UL
<<((nbits) % BITS_PER_LONG))-1 : ~0
UL
)
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm/
vsyscall.h
27
#define VSYSCALL_START (-10
UL
<< 20)
30
#define VSYSCALL_END (-2
UL
<< 20)
Completed in 706 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>