/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_safe_arithmetic.cpp | 21 // Returns the result of adding arg1 and arg2 if it will fit in a T (where T is 25 T SafeAdd(T arg1, T arg2) { in SafeAdd() argument 32 if ((arg1 >= 0 && arg2 <= std::numeric_limits<T>::max() - arg1) || in SafeAdd() 33 (arg1 < 0 && arg2 >= std::numeric_limits<T>::min() - arg1)) { in SafeAdd() 34 return arg1 + arg2; in SafeAdd() 41 // Returns the result of multiplying arg1 and arg2 if it will fit in a T (where 45 T SafeUnsignedMult(T arg1, T arg2) { in SafeUnsignedMult() argument 46 if (arg1 == 0 || arg2 <= std::numeric_limits<T>::max() / arg1) { in SafeUnsignedMult() 47 return arg1 * arg2; in SafeUnsignedMult() 56 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, st argument 65 SafeInt32Add(std::int32_t arg1, std::int32_t arg2) SafeInt32Add() argument 69 SafeInt64Add(std::int64_t arg1, std::int64_t arg2) SafeInt64Add() argument 73 SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t *result) SafeUint32Add() argument 83 SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Add() argument 87 SafeUint64Add(std::uint64_t arg1, std::uint64_t arg2) SafeUint64Add() argument 91 SafeInt32Sub(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) SafeInt32Sub() argument 101 SafeInt32Sub(std::int32_t arg1, std::int32_t arg2) SafeInt32Sub() argument 111 SafeUint32Sub(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Sub() argument 120 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t *result) SafeUint32Mult() argument 130 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t *result) SafeUint32Mult() argument 140 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4, std::uint32_t *result) SafeUint32Mult() argument 150 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Mult() argument 154 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3) SafeUint32Mult() argument 159 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4) SafeUint32Mult() argument 164 SafeInt32Mult(std::int32_t arg1, std::int32_t arg2) SafeInt32Mult() argument 176 SafeSizetMult(std::size_t arg1, std::size_t arg2) SafeSizetMult() argument 182 SafeInt64MultSlow(std::int64_t arg1, std::int64_t arg2) SafeInt64MultSlow() argument 210 SafeUint32DivideUp(std::uint32_t arg1, std::uint32_t arg2) SafeUint32DivideUp() argument [all...] |
H A D | dng_safe_arithmetic.h | 37 // If the result of adding arg1 and arg2 will fit in an int32_t (without 40 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result); 42 // Returns the result of adding arg1 and arg2 if it will fit in the result type 45 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2); 46 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2); 48 // If the result of adding arg1 and arg2 will fit in a uint32_t (without 51 bool SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2, 54 // Returns the result of adding arg1 and arg2 if it will fit in the result type 57 std::uint32_t SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2); 58 std::uint64_t SafeUint64Add(std::uint64_t arg1, std::uint64_t arg2); 113 SafeInt64MultByClang(std::int64_t arg1, std::int64_t arg2) SafeInt64MultByClang() argument 130 SafeInt64MultByInt128(std::int64_t arg1, std::int64_t arg2) SafeInt64MultByClang() argument 149 SafeInt64Mult(std::int64_t arg1, std::int64_t arg2) SafeInt64Mult() argument [all...] |
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 448 pub fn fgets(arg1: *mut c_char, arg2: c_int, arg3: *mut FILE) -> *mut c_char; in fgets() 449 pub fn fopen(arg1: *const c_char, arg2: *const c_char) -> *mut FILE; in fopen() 450 pub fn fprintf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int; in fprintf() 451 pub fn fputc(arg1: c_int, arg2: *mut FILE) -> c_int; in fputc() 452 pub fn fputs(arg1: *const c_char, arg2: *mut FILE) -> c_int; in fputs() 453 pub fn fread(arg1: *mut c_void, arg2: size_t, arg3: size_t, arg4: *mut FILE) -> size_t; in fread() 454 pub fn freopen(arg1: *const c_char, arg2: *const c_char, arg3: *mut FILE) -> *mut FILE; in freopen() 455 pub fn fscanf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int; in fscanf() 456 pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int; in fseek() 458 pub fn fwrite(arg1: *const c_void, arg2 in ftell() [all...] |
/kernel/linux/linux-5.10/security/keys/ |
H A D | compat.c | 18 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5() 22 return keyctl_get_keyring_ID(arg2, arg3); in COMPAT_SYSCALL_DEFINE5() 25 return keyctl_join_session_keyring(compat_ptr(arg2)); in COMPAT_SYSCALL_DEFINE5() 28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 31 return keyctl_revoke_key(arg2); in COMPAT_SYSCALL_DEFINE5() 34 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 37 return keyctl_keyring_clear(arg2); in COMPAT_SYSCALL_DEFINE5() 40 return keyctl_keyring_link(arg2, arg3); in COMPAT_SYSCALL_DEFINE5() 43 return keyctl_keyring_unlink(arg2, arg3); in COMPAT_SYSCALL_DEFINE5() 46 return keyctl_keyring_search(arg2, compat_pt in COMPAT_SYSCALL_DEFINE5() [all...] |
/kernel/linux/linux-6.6/security/keys/ |
H A D | compat.c | 18 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5() 22 return keyctl_get_keyring_ID(arg2, arg3); in COMPAT_SYSCALL_DEFINE5() 25 return keyctl_join_session_keyring(compat_ptr(arg2)); in COMPAT_SYSCALL_DEFINE5() 28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 31 return keyctl_revoke_key(arg2); in COMPAT_SYSCALL_DEFINE5() 34 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5() 37 return keyctl_keyring_clear(arg2); in COMPAT_SYSCALL_DEFINE5() 40 return keyctl_keyring_link(arg2, arg3); in COMPAT_SYSCALL_DEFINE5() 43 return keyctl_keyring_unlink(arg2, arg3); in COMPAT_SYSCALL_DEFINE5() 46 return keyctl_keyring_search(arg2, compat_pt in COMPAT_SYSCALL_DEFINE5() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | bw_fixed.h | 43 const struct bw_fixed arg2) in bw_min2() 45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2() 49 const struct bw_fixed arg2) in bw_max2() 51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2() 102 const struct bw_fixed arg2) in bw_add() 106 res.value = arg1.value + arg2.value; in bw_add() 111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() argument 115 res.value = arg1.value - arg2 in bw_sub() 42 bw_min2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_min2() argument 48 bw_max2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_max2() argument 101 bw_add(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_add() argument 121 bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_div() argument 126 bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mod() argument 136 bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_equ() argument 141 bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_neq() argument 146 bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_leq() argument 151 bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_meq() argument 156 bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_ltn() argument 161 bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mtn() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | bw_fixed.h | 43 const struct bw_fixed arg2) in bw_min2() 45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2() 49 const struct bw_fixed arg2) in bw_max2() 51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2() 102 const struct bw_fixed arg2) in bw_add() 106 res.value = arg1.value + arg2.value; in bw_add() 111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() argument 115 res.value = arg1.value - arg2 in bw_sub() 42 bw_min2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_min2() argument 48 bw_max2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_max2() argument 101 bw_add(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_add() argument 121 bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_div() argument 126 bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mod() argument 136 bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_equ() argument 141 bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_neq() argument 146 bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_leq() argument 151 bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_meq() argument 156 bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_ltn() argument 161 bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mtn() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calc_math.c | 40 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() argument 43 return arg2; in dcn_bw_mod() 44 if (isNaN(arg2)) in dcn_bw_mod() 46 return arg1 - arg1 * ((int) (arg1 / arg2)); in dcn_bw_mod() 49 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() argument 52 return arg2; in dcn_bw_min2() 53 if (isNaN(arg2)) in dcn_bw_min2() 55 return arg1 < arg2 ? arg1 : arg2; in dcn_bw_min2() 58 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() argument 62 dcn_bw_max2(const float arg1, const float arg2) dcn_bw_max2() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | fixed31_32.h | 139 * result = arg1 < arg2 141 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() argument 143 return arg1.value < arg2.value; in dc_fixpt_lt() 148 * result = arg1 <= arg2 150 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() argument 152 return arg1.value <= arg2.value; in dc_fixpt_le() 157 * result = arg1 == arg2 159 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() argument 161 return arg1.value == arg2.value; in dc_fixpt_eq() 166 * result = min(arg1, arg2) 168 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_min() argument 180 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_max() argument 251 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_add() argument 267 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) dc_fixpt_add_int() argument 276 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_sub() argument 292 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) dc_fixpt_sub_int() argument 314 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) dc_fixpt_mul_int() argument 329 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2) dc_fixpt_div_int() argument 338 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_div() argument 432 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_pow() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/ |
H A D | fixed31_32.h | 133 * result = arg1 < arg2 135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() argument 137 return arg1.value < arg2.value; in dc_fixpt_lt() 142 * result = arg1 <= arg2 144 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() argument 146 return arg1.value <= arg2.value; in dc_fixpt_le() 151 * result = arg1 == arg2 153 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() argument 155 return arg1.value == arg2.value; in dc_fixpt_eq() 160 * result = min(arg1, arg2) 162 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_min() argument 174 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_max() argument 245 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_add() argument 261 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) dc_fixpt_add_int() argument 270 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_sub() argument 286 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) dc_fixpt_sub_int() argument 308 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) dc_fixpt_mul_int() argument 323 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2) dc_fixpt_div_int() argument 332 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_div() argument 426 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_pow() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | fatarrowfunctionsOptionalArgs.js | 32 (arg1, arg2) => 12; 33 (arg1 = 1, arg2 =3) => 13; 34 (arg1?, arg2?) => 14; 35 (arg1: number, arg2: number) => 15; 36 (arg1: number = 0, arg2: number = 1) => 16; 37 (arg1?: number, arg2?: number) => 17; 38 (arg1, ...arg2: number[]) => 18; 39 (arg1, arg2?: number) => 19; 109 ((arg1, arg2?) => 0) + '' + ((arg1,arg2 [all...] |
H A D | tsxStatelessFunctionComponentsWithTypeArguments3.js | 9 function Baz<T extends {b: number}, U extends {a: boolean, b:string}>(arg1: T, arg2: U) { 11 let a1 = <OverloadComponent {...arg2} ignore-pro="hello world" />; 12 let a2 = <OverloadComponent {...arg2} />; 15 let a5 = <OverloadComponent {...arg2} ignore-prop="hello" {...arg1} />; 16 let a6 = <OverloadComponent {...arg2} ignore-prop {...arg1} />; 20 declare function Link<U>(l: {func: (arg1:U, arg2: string)=>void}): JSX.Element; 31 function Baz(arg1, arg2) {
33 var a1 = <OverloadComponent {...arg2} ignore-pro="hello world"/>;
34 var a2 = <OverloadComponent {...arg2}/>;
37 var a5 = <OverloadComponent {...arg2} ignor [all...] |
H A D | voidReturnLambdaValue.js | 2 function foo(arg1, arg2, callback:(v1,v2,v3) => void):void { 3 return callback(arg1, arg2, arg2); 7 function foo(arg1, arg2, callback) {
8 return callback(arg1, arg2, arg2);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
H A D | dcn_calc_math.c | 39 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() argument 42 return arg2; in dcn_bw_mod() 43 if (isNaN(arg2)) in dcn_bw_mod() 45 return arg1 - arg1 * ((int) (arg1 / arg2)); in dcn_bw_mod() 48 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() argument 51 return arg2; in dcn_bw_min2() 52 if (isNaN(arg2)) in dcn_bw_min2() 54 return arg1 < arg2 ? arg1 : arg2; in dcn_bw_min2() 57 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() argument 61 dcn_bw_max2(const float arg1, const float arg2) dcn_bw_max2() argument [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
H A D | netfirewall_event.h | 130 static __always_inline void log_dbg2(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2)
in log_dbg2() argument 136 .arg2 = arg2,
in log_dbg2() 142 static __always_inline void log_dbg3(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u32 arg3)
in log_dbg3() argument 148 .arg2 = arg2,
in log_dbg3() 155 static __always_inline void log_dbg4(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u32 arg3,
in log_dbg4() argument 162 .arg2 = arg2,
in log_dbg4() 170 static __always_inline void log_dbg5(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u3 argument [all...] |
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | trace.h | 289 # define OSSL_TRACE2(category, format, arg1, arg2) \ 290 OSSL_TRACEV(category, (trc_out, format, arg1, arg2)) 291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \ 292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3)) 293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \ 294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4)) 295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ 296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5)) 297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \ 298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg [all...] |
/third_party/openssl/include/openssl/ |
H A D | trace.h | 289 # define OSSL_TRACE2(category, format, arg1, arg2) \ 290 OSSL_TRACEV(category, (trc_out, format, arg1, arg2)) 291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \ 292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3)) 293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \ 294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4)) 295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ 296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5)) 297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \ 298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | linkage.h | 24 #define __asmlinkage_protect2(ret, arg1, arg2) \ 25 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2)) 26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ 27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3)) 28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ 29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \ 31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ 32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \ 34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ 35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), " [all...] |
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | linkage.h | 24 #define __asmlinkage_protect2(ret, arg1, arg2) \ 25 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2)) 26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ 27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3)) 28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ 29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \ 31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ 32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \ 34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ 35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), " [all...] |
/third_party/node/deps/v8/src/third_party/valgrind/ |
H A D | valgrind.h | 712 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ 714 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0) 716 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ 718 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0) 720 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ 722 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0) 724 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ 726 CALL_FN_W_5W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5); } while (0) 728 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ 730 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg [all...] |
/third_party/libinput/include/valgrind/ |
H A D | valgrind.h | 1202 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ 1204 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0) 1206 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ 1208 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0) 1210 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ 1212 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0) 1214 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ 1216 CALL_FN_W_5W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5); } while (0) 1218 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ 1220 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg [all...] |
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/ |
H A D | stub_64.h | 29 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument 35 : "0" (syscall), "D" (arg1), "S" (arg2) : __syscall_clobber ); in stub_syscall2() 40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument 46 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) in stub_syscall3() 52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument 59 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall4() 66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument 73 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall5()
|
H A D | stub_32.h | 33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument 38 "c" (arg2)); in stub_syscall2() 43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument 48 "c" (arg2), "d" (arg3)); in stub_syscall3() 53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument 59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4() 64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument 70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5()
|
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/ |
H A D | stub_32.h | 33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument 38 "c" (arg2)); in stub_syscall2() 43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument 48 "c" (arg2), "d" (arg3)); in stub_syscall3() 53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument 59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4() 64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument 70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | sdt.h | 340 #define _SDT_ASM_OPERANDS_2(arg1, arg2) \ 341 _SDT_ASM_OPERANDS_1(arg1), _SDT_ARG(2, arg2) 342 #define _SDT_ASM_OPERANDS_3(arg1, arg2, arg3) \ 343 _SDT_ASM_OPERANDS_2(arg1, arg2), _SDT_ARG(3, arg3) 344 #define _SDT_ASM_OPERANDS_4(arg1, arg2, arg3, arg4) \ 345 _SDT_ASM_OPERANDS_3(arg1, arg2, arg3), _SDT_ARG(4, arg4) 346 #define _SDT_ASM_OPERANDS_5(arg1, arg2, arg3, arg4, arg5) \ 347 _SDT_ASM_OPERANDS_4(arg1, arg2, arg3, arg4), _SDT_ARG(5, arg5) 348 #define _SDT_ASM_OPERANDS_6(arg1, arg2, arg3, arg4, arg5, arg6) \ 349 _SDT_ASM_OPERANDS_5(arg1, arg2, arg [all...] |