Searched refs:_setup (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/ |
D | runtime_svc.h | 213 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) \ argument 220 _setup, \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | timeit.py | 142 _setup = setup 144 exec _setup in globals(), ns
|
D | httplib.py | 1061 self._setup(self._connection_class(host, port, strict)) 1063 def _setup(self, conn): member in HTTP 1179 self._setup(self._connection_class(host, port, key_file,
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | rt-svc-writers-guide.md | 111 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) 121 * `_setup` is the initialization function with the `rt_svc_init` signature: 143 4. `_setup` and `_smch` routines have been specified 164 the service initialization function (`_setup` in the declaration). This
|