OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_UL
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
const.h
29
#define
_UL
(x) (_AC(x, UL))
31
#define _BITUL(x) (
_UL
(1) << (x))
/external/kernel-headers/original/uapi/linux/
const.h
25
#define
_UL
(x) (_AC(x, UL))
28
#define _BITUL(x) (
_UL
(1) << (x))
/external/libunwind/tests/
check-namespace.sh.in
91
match
_UL
${plat}_create_addr_space
92
match
_UL
${plat}_destroy_addr_space
93
match
_UL
${plat}_get_fpreg
94
match
_UL
${plat}_get_proc_info
95
match
_UL
${plat}_get_proc_info_by_ip
96
match
_UL
${plat}_get_proc_name
97
match
_UL
${plat}_get_reg
98
match
_UL
${plat}_get_save_loc
99
match
_UL
${plat}_init_local
100
match
_UL
${plat}_init_remot
[
all
...]
/external/libunwind/include/
libunwind-common.h.in
39
# define UNW_PREFIX UNW_PASTE(UNW_PASTE(
_UL
,UNW_TARGET),_)
libunwind-common.h
46
# define UNW_PREFIX UNW_PASTE(UNW_PASTE(
_UL
,UNW_TARGET),_)
Completed in 700 milliseconds