| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | enum.h | 117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument 118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask))) 120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument 121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | enum.h | 118 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument 119 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask))) 121 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument 122 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | uverbs_ioctl.h | 923 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument 927 type_min(typeof(*_to)), \ 928 type_max(typeof(*_to)), NULL); \ 929 (*_to) = _val; \ 933 #define uverbs_get_const_default(_to, _attrs_bundle, _idx, _default) \ argument 939 type_min(typeof(*_to)), \ 940 type_max(typeof(*_to)), &_def_val); \ 941 (*_to) = _val; \
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | spdx.py | 307 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument 313 if isinstance(_to, SPDXObject): 314 to_spdxid = _to.SPDXID 316 to_spdxid = _to
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | util.hpp | 82 inline GraphEdge::GraphEdge(int _from, int _to, float _weight) : from(_from), to(_to), weight(_weig… in GraphEdge() argument
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 336 …pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(a… 451 _to = search_obj.group(16) 484 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | core.h | 1521 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument 1524 (!(_ip##_REVISION_##_to) || \ 1525 dwc->revision <= _ip##_REVISION_##_to)) 1527 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument 1530 (!(_ip##_VERSIONTYPE_##_to) || \ 1531 dwc->version_type <= _ip##_VERSIONTYPE_##_to))
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | page.h | 24 extern void copy_page(void * _to, void * _from);
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | sama7g5.c | 26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument 30 (_to)[_i] = (_from)[_i]; \
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | sched.h | 1916 #define for_class_range(class, _from, _to) \ argument 1917 for (class = (_from); class != (_to); class--)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-6 | 2873 This flag makes sure the data is actually written _to disk_.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-6 | 2873 This flag makes sure the data is actually written _to disk_.
|