/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 146 &(_cpu_data()->_m), \ 147 sizeof(((cpu_data_t *)0)->_m)) 148 #define inv_cpu_data(_m) inv_dcache_range((uintptr_t) \ argument 149 &(_cpu_data()->_m), \ 150 sizeof(((cpu_data_t *)0)->_m)) [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-msg.c | 76 __xf_message_t *_m; in xf_msg_pool_get() local 79 XF_CHK_ERR(_m = pool->head, NULL); in xf_msg_pool_get() 82 pool->head = (__xf_message_t *)(((xf_message_t *) _m)->next); in xf_msg_pool_get() 85 ((xf_message_t *) _m)->next = NULL; in xf_msg_pool_get() 88 return (xf_message_t *) _m; in xf_msg_pool_get() 94 __xf_message_t *_m = (__xf_message_t *) m; in xf_msg_pool_put() local 97 BUG(!XF_IS_ALIGNED(_m), _x("Corrupted message pointer: %p"), _m); in xf_msg_pool_put() 100 BUG(!xf_msg_from_pool(pool, m) < 0, _x("Bad pool/message: %p/%p"), pool->p, _m); in xf_msg_pool_put() 106 pool->head = _m; in xf_msg_pool_put()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | types.py | 52 def _m(self): pass member in _C 54 UnboundMethodType = type(_C._m) # Same as MethodType 57 MethodType = type(_x._m)
|
D | socket.py | 230 for _m in _socketmethods: 231 p = partial(meth,_m) 232 p.__name__ = _m 233 p.__doc__ = getattr(_realsocket,_m).__doc__ 235 setattr(_socketobject,_m,m)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | types.py | 52 def _m(self): pass member in _C 54 UnboundMethodType = type(_C._m) # Same as MethodType 57 MethodType = type(_x._m)
|
D | socket.py | 226 for _m in _socketmethods: 227 p = partial(meth,_m) 228 p.__name__ = _m 229 p.__doc__ = getattr(_realsocket,_m).__doc__ 231 setattr(_socketobject,_m,m)
|
D | pyclbr.py | 136 f, fname, (_s, _m, ty) = imp.find_module(module, path) 138 f, fname, (_s, _m, ty) = imp.find_module(module, path + sys.path) 142 f, fname, (_s, _m, ty) = imp.find_module('__init__', [fname])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | decoder.py | 76 _b=BACKSLASH, _m=STRINGCHUNK.match): argument 91 chunk = _m(s, end)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
D | decoder.py | 66 _b=BACKSLASH, _m=STRINGCHUNK.match): argument 81 chunk = _m(s, end)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | antlr.h | 453 #define ANTLRm(st, f, _m) zzbufsize = ZZLEXBUFSIZE; \ argument 454 zzmode(_m); \
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | antlr.h | 465 #define ANTLRm(st, f, _m) zzbufsize = ZZLEXBUFSIZE; \ argument 466 zzmode(_m); \
|