Home
last modified time | relevance | path

Searched refs:BITLEN32 (Results 1 - 2 of 2) sorted by relevance

/base/startup/appspawn/standard/
H A Dnwebspawn_launcher.c46 #define BITLEN32 32 macro
71 capData[1].inheritable = (__u32)(inheriTable >> BITLEN32); in NWebSpawnInit()
73 capData[1].permitted = (__u32)(permitted >> BITLEN32); in NWebSpawnInit()
75 capData[1].effective = (__u32)(effective >> BITLEN32); in NWebSpawnInit()
/base/startup/appspawn/modules/common/
H A Dappspawn_common.c62 #define BITLEN32 32 macro
140 capData[1].inheritable = (__u32)(inheriTable >> BITLEN32); in SetCapabilities()
142 capData[1].permitted = (__u32)(permitted >> BITLEN32); in SetCapabilities()
144 capData[1].effective = (__u32)(effective >> BITLEN32); in SetCapabilities()

Completed in 2 milliseconds