Searched defs:_m (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/ |
D | cpu_data.h | 140 #define get_cpu_data(_m) _cpu_data()->_m argument 141 #define set_cpu_data(_m, _v) _cpu_data()->_m = _v argument 142 #define get_cpu_data_by_index(_ix, _m) _cpu_data_by_index(_ix)->_m argument 143 #define set_cpu_data_by_index(_ix, _m, _v) _cpu_data_by_index(_ix)->_m = _v argument 145 #define flush_cpu_data(_m) flush_dcache_range((uintptr_t) \ argument 148 #define inv_cpu_data(_m) inv_dcache_range((uintptr_t) \ argument 151 #define flush_cpu_data_by_index(_ix, _m) \ argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-msg.c | 76 __xf_message_t *_m; in xf_msg_pool_get() local 94 __xf_message_t *_m = (__xf_message_t *) m; in xf_msg_pool_put() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | types.py | 52 def _m(self): pass member in _C
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | types.py | 52 def _m(self): pass member in _C
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
D | decoder.py | 66 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | decoder.py | 76 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | antlr.h | 453 #define ANTLRm(st, f, _m) zzbufsize = ZZLEXBUFSIZE; \ argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | antlr.h | 465 #define ANTLRm(st, f, _m) zzbufsize = ZZLEXBUFSIZE; \ argument
|