| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bitfield_kunit.c | 13 u##tp _res; \ 15 _res = u##tp##_encode_bits(v, field); \ 16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \ 18 (u64)_res); \ 20 u##tp##_get_bits(_res, field) != v); \ 26 __le##tp _res; \ 28 _res = le##tp##_encode_bits(v, field); \ 30 _res != cpu_to_le##tp(res), \ 32 (u64)le##tp##_to_cpu(_res), \ 35 le##tp##_get_bits(_res, field) != v);\ [all …]
|
| H A D | kstrtox.c | 94 unsigned long long _res; in _kstrtoull() local 98 rv = _parse_integer(s, base, &_res); in _kstrtoull() 108 *res = _res; in _kstrtoull()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | core.h | 17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument 20 .resources = (_res), \ 21 .num_resources = MFD_RES_SIZE((_res)), \ 31 #define OF_MFD_CELL_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ argument 32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL) 34 #define OF_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _compat) \ argument 35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL) 37 #define ACPI_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _match) \ argument 38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match) 40 #define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | helpers.c | 470 unsigned long long _res; in __bpf_strtoll() local 474 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll() 478 if ((long long)-_res > 0) in __bpf_strtoll() 480 *res = -_res; in __bpf_strtoll() 482 if ((long long)_res < 0) in __bpf_strtoll() 484 *res = _res; in __bpf_strtoll() 492 long long _res; in BPF_CALL_4() local 495 err = __bpf_strtoll(buf, buf_len, flags, &_res); in BPF_CALL_4() 498 if (_res != (long)_res) in BPF_CALL_4() 500 *res = _res; in BPF_CALL_4() [all …]
|
| /OK3568_Linux_fs/buildroot/package/libdrm/ |
| H A D | 0002-modetest-Speed-up-dumping-info.patch | 46 #define free_resource(_res, type, Type) \ 49 if (!(_res)->type##s) \ 54 #define free_properties(_res, type) \ 57 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \ 74 #define get_resource(_res, __res, type, Type) \ 77 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \ 80 drmModeFreeResources(_res); 90 #define get_properties(_res, type, Type) \ 93 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | main.h | 41 bool _res; \ 46 _res = false; \ 48 _res = true; \ 50 _res; \
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | keyctl_pkey.c | 171 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument 188 if (copy_to_user(_res, &res, sizeof(res)) == 0 && in keyctl_pkey_query() 189 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
|
| H A D | internal.h | 325 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0001-Add-resolv_compat.h-for-musl-builds.patch | 54 + if (statp != &_res) { 55 + memcpy(statp, &_res, sizeof(*statp)); 64 + if (statp != &_res) {
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0018-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch | 65 + if (statp != &_res) { 66 + memcpy(statp, &_res, sizeof(*statp)); 75 + if (statp != &_res) {
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | string.c | 297 unsigned long long _res; in _kstrtoull() local 301 rv = _parse_integer(s, base, &_res); in _kstrtoull() 311 *res = _res; in _kstrtoull()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0009-provide-res_ninit-and-nclose-APIs-on-non-glibc-linux.patch | 68 memset(&_res, 0, sizeof(_res));
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | device-mapper.h | 618 u64 _res; \ 619 (x) = div64_u64_rem(x, y, &_res); \ 620 _res; \
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/ |
| H A D | gettimeofday.c | 191 struct __kernel_old_timespec *_res) in clock_getres_fallback() argument 194 register struct __kernel_old_timespec *res asm("$r1") = _res; in clock_getres_fallback()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/ |
| H A D | oid_mgt.c | 512 void *cache, *_res = NULL; in mgt_get_request() local 543 _res = response->data; in mgt_get_request() 547 _res = cache; in mgt_get_request() 551 res->u = ret ? 0 : le32_to_cpu(*(u32 *) _res); in mgt_get_request() 558 memcpy(res->ptr, _res, reslen); in mgt_get_request()
|
| /OK3568_Linux_fs/buildroot/package/php-gnupg/ |
| H A D | 0001-Remove-inlining-_phpc_res_close.patch | 33 #define PHPC_RES_PZVAL(_res, _pzv) \
|
| /OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/ |
| H A D | mr.c | 14 u64 _res; \ 15 _res = (((_n) + (1 << (__s)) - 1) >> (__s)); \ 16 _res; \
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | net_failover.c | 156 static void net_failover_fold_stats(struct rtnl_link_stats64 *_res, in net_failover_fold_stats() argument 162 u64 *res = (u64 *)_res; in net_failover_fold_stats() 165 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in net_failover_fold_stats()
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy.c | 302 static void devm_usb_phy_release2(struct device *dev, void *_res) in devm_usb_phy_release2() argument 304 struct phy_devm *res = _res; in devm_usb_phy_release2()
|
| /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/include/ |
| H A D | resolv.h | 162 #define _res (*__res_state()) macro
|
| /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/include/ |
| H A D | resolv.h | 162 #define _res (*__res_state()) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/can/mscan/ |
| H A D | mscan.h | 131 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | sdp_basic.c | 678 #define CHECK_RESULT(_res, _exp, _action) \ argument 679 if ((_res) == (_exp)) { \
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | rockchip_saradc.c | 253 #define SARADC_CHANNEL(_index, _id, _res) { \ argument 263 .realbits = _res, \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | main.c | 475 u32 _res = MLX5_CAP_ODP_MAX(dev, field); \ in handle_hca_cap_odp() 476 if (_res) { \ in handle_hca_cap_odp() 478 MLX5_SET(odp_cap, set_hca_cap, field, _res); \ in handle_hca_cap_odp()
|