| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_check.h | 23 #define CHECK_OP(name, op, actual, exp) \ argument 34 #define RET_CHECK_OP(name, op, actual, exp) \ argument 57 #define CHECK_EQ(actual, exp) CHECK_OP("CHECK_EQ", ==, actual, exp) argument 58 #define CHECK_UE(actual, exp) CHECK_OP("CHECK_UE", !=, actual, exp) argument 59 #define CHECK_LE(actual, exp) CHECK_OP("CHECK_LE", <=, actual, exp) argument 60 #define CHECK_LT(actual, exp) CHECK_OP("CHECK_LT", < , actual, exp) argument 61 #define CHECK_GE(actual, exp) CHECK_OP("CHECK_GE", >=, actual, exp) argument 62 #define CHECK_GT(actual, exp) CHECK_OP("CHECK_GT", > , actual, exp) argument 64 #define RET_CHECK_EQ(actual, exp) RET_CHECK_OP("CHECK_EQ", ==, actual, exp) argument 65 #define RET_CHECK_UE(actual, exp) RET_CHECK_OP("CHECK_UE", !=, actual, exp) argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsfh.c | 30 struct svc_export *exp = expv; in nfsd_acceptable() local 102 struct svc_export *exp) in nfsd_setuser_and_check_port() 119 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root() 157 struct svc_export *exp; in nfsd_set_fh_dentry() local 330 struct svc_export *exp; in fh_verify() local 415 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update() 436 struct svc_export *exp, in _fh_update_old() 446 static bool is_root_export(struct svc_export *exp) in is_root_export() 451 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb() 456 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp() [all …]
|
| H A D | export.c | 336 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local 354 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local 475 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse() 516 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse() 547 struct svc_export exp = {}, *expp; in svc_export_parse() local 693 struct svc_export *exp ; in svc_export_show() local 799 svc_export_hash(struct svc_export *exp) in svc_export_hash() 810 svc_export_lookup(struct svc_export *exp) in svc_export_lookup() 865 struct svc_export *exp, key; in exp_get_by_name() local 893 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent() local [all …]
|
| H A D | export.h | 82 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) argument 83 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) argument 84 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) argument 105 static inline void exp_put(struct svc_export *exp) in exp_put() 110 static inline struct svc_export *exp_get(struct svc_export *exp) in exp_get()
|
| H A D | auth.c | 8 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags() 21 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | vecemu.c | 41 int exp, pwr; in eexp2() local 96 int exp, mant, lz, frac; in elog2() local 159 int exp, mant; in ctsxs() local 181 int exp; in ctuxs() local 209 int exp; in rfiz() local 224 int exp, mask; in rfii() local 245 int exp, half; in rfin() local
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_expect.c | 47 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report() 71 struct nf_conntrack_expect *exp = from_timer(exp, t, timeout); in nf_ct_expectation_timed_out() local 105 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp) in nf_ct_remove_expect() 161 struct nf_conntrack_expect *i, *exp = NULL; in nf_ct_find_expectation() local 215 struct nf_conntrack_expect *exp; in nf_ct_remove_expectations() local 271 void nf_ct_unexpect_related(struct nf_conntrack_expect *exp) in nf_ct_unexpect_related() 296 void nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, in nf_ct_expect_init() 356 struct nf_conntrack_expect *exp; in nf_ct_expect_free_rcu() local 362 void nf_ct_expect_put(struct nf_conntrack_expect *exp) in nf_ct_expect_put() 369 static void nf_ct_expect_insert(struct nf_conntrack_expect *exp) in nf_ct_expect_insert() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/ |
| H A D | fpu.c | 98 int exp, w; in denormal_mulf() local 165 int exp, w; in denormal_muld() local 203 int exp; in denormal_subf1() local 230 int exp; in denormal_addf1() local 288 int exp; in denormal_subd1() local 315 long long exp; in denormal_addd1() local 381 int exp = 1023 - 126; in denormal_to_double() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | xtest_test.h | 28 #define ADBG_EXPECT_TEEC_RESULT(c, exp, got) \ argument 37 #define ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, exp, got) \ argument 44 #define ADBG_EXPECT_CK_RESULT(c, exp, got) \ argument
|
| /OK3568_Linux_fs/app/lvgl_demo/sys/ |
| H A D | trace.c | 17 #define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument 18 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument 20 #define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument 21 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
|
| /OK3568_Linux_fs/kernel/drivers/iio/common/hid-sensors/ |
| H A D | hid-sensor-attributes.c | 80 int exp = 0; in simple_div() local 98 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction() 114 static void convert_from_vtf_format(u32 value, int size, int exp, in convert_from_vtf_format() 136 static u32 convert_to_vtf_format(int size, int exp, int val1, int val2) in convert_to_vtf_format() 307 int scale1, int exp) in adjust_exponent_nano() 358 int exp; in hid_sensor_format_scale() local
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_arith.c | 154 int exp; in fp_fmul() local 232 int exp; in fp_fdiv() local 312 int exp; in fp_fsglmul() local 369 int exp; in fp_fsgldiv() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | strtod.h | 26 inline double FastPath(double significand, int exp) { in FastPath() 129 inline bool StrtodDiyFp(const char* decimals, size_t length, size_t decimalPosition, int exp, doubl… in StrtodDiyFp() 206 …odBigInteger(double approx, const char* decimals, size_t length, size_t decimalPosition, int exp) { in StrtodBigInteger() 224 …lPrecision(double d, int p, const char* decimals, size_t length, size_t decimalPosition, int exp) { in StrtodFullPrecision()
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | reg_ld_str.c | 39 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep() 55 int exp; in FPU_tagof() local 97 int exp, tag, negative; in FPU_load_double() local 159 int exp, tag, negative; in FPU_load_single() local 384 int exp; in FPU_store_double() local 569 int exp; in FPU_store_single() local
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ |
| H A D | dct_assert.h | 92 #define DCT_ASSERT(exp) ((void)0) argument 94 #define DCT_ASSERT(exp) ((void)0) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_osk_list.h | 52 #define _MALI_OSK_INIT_LIST_HEAD(exp) _mali_osk_list_init(exp) argument 56 #define _MALI_OSK_LIST_HEAD(exp) _mali_osk_list_t exp argument 60 #define _MALI_OSK_LIST_HEAD_STATIC_INIT(exp) _mali_osk_list_t exp = { &exp, &exp } argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-outof-ssa.h | 57 get_rtx_for_ssa_name (tree exp) in get_rtx_for_ssa_name() 69 get_gimple_for_ssa_name (tree exp) in get_gimple_for_ssa_name()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-outof-ssa.h | 57 get_rtx_for_ssa_name (tree exp) in get_rtx_for_ssa_name() 69 get_gimple_for_ssa_name (tree exp) in get_gimple_for_ssa_name()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | select.c | 508 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; in do_select() local 625 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 704 fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in kern_select() 726 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5() argument 732 fd_set __user *exp, void __user *tsp, in do_pselect() 795 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 809 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 825 fd_set __user *inp, *outp, *exp; member 1194 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in compat_core_sys_select() 1265 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in do_compat_select() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-sharp.c | 14 unsigned int addr, cmd, exp, chk; in img_ir_sharp_scancode() local 40 unsigned int addr, cmd, exp = 0, chk = 0; in img_ir_sharp_filter() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/ |
| H A D | real_impl.hpp | 64 scale(int exp, T& n, AccT acc_n) in scale() 108 scale(int exp, int frac, T& n, AccT acc_n) in scale() 274 int exp = 0; in parse() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcm_ring.h | 118 #define RING_ASSERT(exp) ASSERT(exp) argument 122 #define RING_ASSERT(exp) do {} while (0) argument 464 #define WORKQ_ASSERT(exp) ASSERT(exp) argument 466 #define WORKQ_ASSERT(exp) do {} while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcm_ring.h | 150 #define RING_ASSERT(exp) ASSERT(exp) argument 154 #define RING_ASSERT(exp) do {} while (0) argument 496 #define WORKQ_ASSERT(exp) ASSERT(exp) argument 498 #define WORKQ_ASSERT(exp) do {} while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcm_ring.h | 147 #define RING_ASSERT(exp) ASSERT(exp) argument 151 #define RING_ASSERT(exp) do {} while (0) argument 511 #define WORKQ_ASSERT(exp) ASSERT(exp) argument 513 #define WORKQ_ASSERT(exp) do {} while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcm_ring.h | 118 #define RING_ASSERT(exp) ASSERT(exp) argument 122 #define RING_ASSERT(exp) do {} while (0) argument 464 #define WORKQ_ASSERT(exp) ASSERT(exp) argument 466 #define WORKQ_ASSERT(exp) do {} while (0) argument
|