OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_local_dec
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
local.h
65
#define
cpu_local_dec
(l) cpu_local_wrap(local_dec(&__get_cpu_var(l)))
macro
70
#define __cpu_local_dec(l)
cpu_local_dec
(l)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
local.h
65
#define
cpu_local_dec
(l) cpu_local_wrap(local_dec(&__get_cpu_var(l)))
macro
70
#define __cpu_local_dec(l)
cpu_local_dec
(l)
Completed in 391 milliseconds
1
2
3