Searched refs:_func (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Darm-it-block.s3 .globl _func
5 _func: label
6 @ CHECK: _func:
H A Darm-thumb-trustzone.s6 .globl _func
11 _func: label
12 @ CHECK: _func
H A Darm-trustzone.s6 .globl _func
11 _func: label
12 @ CHECK: _func
H A Darm-memory-instructions.s3 .globl _func
8 _func: label
9 @ CHECK: _func
H A Dthumb2-b.w-encodingT4.s3 .globl _func
H A Dthumb-not-mclass.s6 .globl _func
H A Dthumbv7m.s4 .globl _func
/external/syslinux/gpxe/src/include/gpxe/
H A Dapi.h52 * @v _func Implementing function
54 #define PROVIDE_SINGLE_API( _prefix, _api_func, _func ) \
57 /* Ensure that _func exists */ \
58 typeof ( _func ) _func; \
59 /* Ensure that _func is type-compatible with _api_func */ \
60 typeof ( _api_func ) _func; \
63 /* Provide symbol alias from _subsys_func to _func */ \
65 __attribute__ (( alias ( #_func ) ));
H A Dnap.h30 * @v _func Implementing function
32 #define PROVIDE_NAP( _subsys, _api_func, _func ) \
33 PROVIDE_SINGLE_API ( NAP_PREFIX_ ## _subsys, _api_func, _func )
H A Dtimer.h32 * @v _func Implementing function
34 #define PROVIDE_TIMER( _subsys, _api_func, _func ) \
35 PROVIDE_SINGLE_API ( TIMER_PREFIX_ ## _subsys, _api_func, _func )
H A Dumalloc.h22 * @v _func Implementing function
24 #define PROVIDE_UMALLOC( _subsys, _api_func, _func ) \
25 PROVIDE_SINGLE_API ( UMALLOC_PREFIX_ ## _subsys, _api_func, _func )
H A Dpci_io.h31 * @v _func Implementing function
33 #define PROVIDE_PCIAPI( _subsys, _api_func, _func ) \
34 PROVIDE_SINGLE_API ( PCIAPI_PREFIX_ ## _subsys, _api_func, _func )
H A Dio.h41 * @v _func Implementing function
43 #define PROVIDE_IOAPI( _subsys, _api_func, _func ) \
44 PROVIDE_SINGLE_API ( IOAPI_PREFIX_ ## _subsys, _api_func, _func )
64 * @v _func I/O API function
70 #define IOAPI_READ( _func, _type, io_addr, _prefix, _ndigits ) ( { \
73 _type _data = _func ( _io_addr ); \
81 * @v _func I/O API function
88 #define IOAPI_WRITE( _func, _type, data, io_addr, _prefix, _ndigits ) do { \
94 _func ( _data, _io_addr ); \
100 * @v _func
[all...]
H A Dsmbios.h22 * @v _func Implementing function
24 #define PROVIDE_SMBIOS( _subsys, _api_func, _func ) \
25 PROVIDE_SINGLE_API ( SMBIOS_PREFIX_ ## _subsys, _api_func, _func )
H A Duaccess.h176 * @v _func Implementing function
178 #define PROVIDE_UACCESS( _subsys, _api_func, _func ) \
179 PROVIDE_SINGLE_API ( UACCESS_PREFIX_ ## _subsys, _api_func, _func )
/external/autotest/client/common_lib/
H A Ddecorators.py66 self._func = func
70 value = self._func(instance)
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Darm-memory-instructions.s3 .globl _func
8 _func: label
9 @ CHECK: _func
/external/python/cpython2/Tools/framer/framer/
H A Dfunction.py129 self._func = func
156 self.__doc__ = self._func.__doc__
157 self.args = ArgumentList(self._func, self.method)
161 v["PythonName"] = self._func.__name__
162 s = v["CName"] = "%s_%s" % (self._parent.name, self._func.__name__)
/external/libmojo/third_party/jinja2/
H A D_compat.py124 def _func(): function
126 function_type = type(_func)
127 generator_type = type(_func())
/external/chromium-trace/catapult/devil/devil/utils/
H A Dreraiser_thread.py60 self._func = func
81 self._ret = self._func(*self._args, **self._kwargs)
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dreraiser_thread.py60 self._func = func
81 self._ret = self._func(*self._args, **self._kwargs)
/external/python/cpython2/Demo/newmetaclasses/
H A DEiffel.py64 self._func = func
77 x = self._func(inst, *args, **kwargs)
/external/llvm/test/MC/MachO/AArch64/
H A Ddarwin-ARM64-reloc.s5 bl _func
6 bl _func + 20
128 ; CHECK-NEXT: Symbol: _func
135 ; CHECK-NEXT: Symbol: _func
/external/python/cpython2/Lib/
H A Dtimeit.py96 def inner(_it, _timer, _func=func):
100 _func()
/external/protobuf/python/
H A Dmox.py1136 self._func = func
1150 return self._func(rhs)
1153 return str(self._func)

Completed in 1575 milliseconds

12